lbcli disable feature-flag proactive-rebalance (2.2 and above)
Disables proactive-rebalance.
Synopsis
Disables the "proactive-rebalance" feature. When disabled, the cluster will not automatically balance volumes and snapshots between nodes based on storage and memory usage.
lbcli disable feature-flag proactive-rebalance [flags]
Examples:
x
# disable proactive rebalance feature flag
lbcli --jwt $JWT disable feature-flag proactive-rebalance
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for proactive-rebalance. |
Was this page helpful?