mirror of https://github.com/status-im/consul.git
[docs] Autopilot guide: clarify left status
This commit is contained in:
parent
3ef7dde64c
commit
3f92cc70e8
|
@ -61,7 +61,8 @@ Prior to Autopilot, it would take 72 hours for dead servers to be automatically
|
||||||
or operators had to script a `consul force-leave`. If another server failure occurred,
|
or operators had to script a `consul force-leave`. If another server failure occurred,
|
||||||
it could jeopardize the quorum, even if the failed Consul server had been automatically
|
it could jeopardize the quorum, even if the failed Consul server had been automatically
|
||||||
replaced. Autopilot helps prevent these kinds of outages by quickly removing failed
|
replaced. Autopilot helps prevent these kinds of outages by quickly removing failed
|
||||||
servers as soon as a replacement Consul server comes online.
|
servers as soon as a replacement Consul server comes online. When servers are removed
|
||||||
|
by the cleanup process they will enter the "left" state.
|
||||||
|
|
||||||
This option can be disabled by running `consul operator autopilot set-config`
|
This option can be disabled by running `consul operator autopilot set-config`
|
||||||
with the `-cleanup-dead-servers=false` option.
|
with the `-cleanup-dead-servers=false` option.
|
||||||
|
|
Loading…
Reference in New Issue