volume quota policy rename
Rename a quota policy
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
This command renames a quota policy. You must enter the following information to rename a quota policy:
- Vserver name
- Policy name
- New policy name
Parameters
- -vserver <vserver name> - Vserver
- This parameter specifies the Vserver containing the quota policy you want to rename.
- -policy-name <text> - Policy Name
- This parameter specifies the name of the quota policy you are renaming.
- -new-policy-name <text> - New Policy Name
- This parameter specifies the new name of the quota policy. The new name cannot be more than 32 characters long.
Examples
The following example renames a quota policy named quota_policy_0 on Vserver vs0. The policy's new name is quota_policy_1.
cluster1::> volume quota policy rename -vserver vs0 -policy-name quota_policy_0 -new-policy-name quota_policy_1
Give documentation feedback