lbcli enable feature-flag fail-in-place (2.2 and above)
Enables fail-in-place.
Synopsis
Enables the "fail-in-place" feature. Dynamic rebalancing on server failure is for a self-healing storage cluster. The cluster can recover the server failure’s impacted volumes from “Degraded” state, by dynamically moving replications of volumes from failed nodes to other healthy nodes, while preserving failure domain requirements. The duration from the node failure until the cluster starts recovery of volumes is detrimented by a cluster configuration called “DurationToTurnIntoPermanentFailure” and can be configured using "lbcli update cluster-config".
lbcli enable feature-flag fail-in-place [flags]
Examples:
x
# enable fail in place feature flag
lbcli --jwt $JWT enable feature-flag fail-in-place
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for fail-in-place. |
Was this page helpful?