Balances the containers, or stops the balancing of containers associated with the volume.
maprcli volume balancecontainers
[ -cluster cluster_name ]
-name <volume name>
[ -cancel <true|false>. default: false ]| Parameter | Description |
|---|---|
cancel |
Stop the balancing of containers associated with the volume. Set this parameter
to true to cancel balancing a volume. |
cluster |
The name of the cluster on which to run the command. |
name |
The name of the volume. |
Start balancing the containers associated with a volume:
maprcli volume balancecontainers -name sampleVol
Stop balancing the containers associated with a volume:
maprcli volume balancecontainers -name sampleVol -cancel true