ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume quota policy delete

    Delete a quota policy

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    This command deletes a quota policy and all the rules it contains. The policy can be deleted only when it is not assigned to the Vserver.You must enter the following information to delete a quota policy:

    • Vserver name

    • Policy name

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver containing the quota policy you want to delete.

    -policy-name <text> - Policy Name

    This parameter specifies the name of the quota policy you want to delete.

    Examples

    The following example deletes a quota policy named quota_policy_5 on Vserver vs0.

    cluster1::> volume quota policy delete -vserver vs0 -policy-name quota_policy_5
    Top of Page