lbcli get feature-flag fail-in-place (2.1 and above)
Returns the fail-in-place feature status.
Synopsis
Returns the status of the "fail-in-place" feature. When enabled, 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".
Example:
lbcli -J $JWT get feature-flag fail-in-place [flags]
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for fail-in-place. |
Was this page helpful?