autobalance volume rebalance show
(DEPRECATED)-Display Auto Balance Volume progress for an Infinite Volume
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The autobalance volume rebalance show command displays information about Auto Balance Volume operations for an Infinite Volume. The command output depends on the parameter or parameters specified with the command. The autobalance volume rebalance show 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
- { [-fields <fieldname>, ...]
- This specifies the fields that need to be displayed.
- | [-instance ]}
- If this parameter is specified, the command displays information about all entries.
- [-vserver <vserver name>] - Vserver
- If this parameter is specified, the command displays information about capacity balancing for each Infinite Volume and storage service on the specified Vserver.
- [-volume <volume name>] - Volume Name
- If this parameter is specified, the command displays information about capacity balancing for each storage service on the specified Infinite Volume.
- [-storage-service <storage service name>] - Storage Service
- If this parameter is specified, the command displays information about capacity balancing for the specified storage-service.
- [-state <Auto Balance Volume state>] - State
- If this parameter is specified, the command displays information about operations in the specified state.
- [-progress <text>] - Progress
- If this parameter is specified, the command displays information about operations with the specified progress.
- [-transferred {<integer>[KB|MB|GB|TB|PB]}] - Amount Transferred
- If this parameter is specified, the command displays information about operations with the specified amount already transferred.
- [-target {<integer>[KB|MB|GB|TB|PB]}] - Target Amount
- If this parameter is specified, the command displays information about operations with the specified target amount of data to transfer.
- [-transferred-percent <percent_no_limit>] - Percentage Transferred
- If this parameter is specified, the command displays information about operations with the specified percentage of the transfer complete.
Examples
The following example displays information about all operations on the Vserver named vs0:
cluster1::*> autobalance volume rebalance show -vserver vs1
Storage Percent
Vserver Volume Service State Target Transferred
---------------- ------------ ----------- --------- ------- -----------
vs0 repo_vol - running 36.44TB 8%
The following example displays information about all operations on the gold storage service on the Infinite Volume named repo_vol on the Vserver named vs1:
cluster1::*> autobalance volume show rebalance -vserver vs1 -volume repo_vol -storage-service gold
Storage Percent
Vserver Volume Service State Target Transferred
---------------- ------------ ----------- --------- ------- -----------
vs1 repo_managed gold running 17.22TB 18%
vs1 repo_managed silver complete 19.25TB 100%
Give documentation feedback