autobalance volume rebalance stop
(DEPRECATED)-Stop Auto Balance Volume for an Infinite Volume
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The autobalance volume rebalance stop command allows the user to stop Auto Balance Volume. The autobalance volume rebalance stop command is only supported for Infinite Volumes.
Note
Infinite Volumes are deprecated and support for them may be removed in a future release of Data ONTAP. If you are using Infinite Volumes it is recommended that you do not upgrade the cluster to a release that is later than Data ONTAP 9.3.0.
Parameters
- -vserver <vserver name> - Vserver
- This specifies the Vserver on which the Infinite Volume being rebalanced is located.
- -volume <volume name> - Volume Name
- This specifies the Infinite Volume being rebalanced.
- -storage-service <storage service name> - Storage Service
- If the Infinite Volume being rebalanced uses storage services, the storage-service parameter is required to specify the storage service being rebalanced. If the Infinite Volume being rebalanced does not use storage services, the storage-service parameter cannot be specified because the entire Infinite Volume is being rebalanced.
Examples
The following example stops rebalancing used capacity for the gold storage service for an Infinite Volume named vol:
cluster1::*> autobalance volume rebalance stop
-vserver vs0 -volume vol -storage-service gold
cluster1::*> autobalance volume rebalance stop
-vserver vs1 -volume vol
Give documentation feedback