lbcli disable feature-flag fail-in-place (2.2 and above)
Disables fail-in-place.
Synopsis
Disables the "fail-in-place" feature. When disabled, the cluster will not attempt to recover the server failure’s impacted volumes from “Degraded” state, and will not move replications of volumes from failed nodes to other healthy nodes.
lbcli disable feature-flag fail-in-place [flags]
Examples:
x
disable a fail in place feature flag
lbcli --jwt $JWT disable feature-flag fail-in-place
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for fail-in-place. |
Was this page helpful?