[docs] Autopilot guide: clarify left status

This commit is contained in:
Cameron Stokes 2017-04-10 11:18:54 -07:00 committed by GitHub
parent 3ef7dde64c
commit 3f92cc70e8
1 changed files with 2 additions and 1 deletions

View File

@ -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,
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
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`
with the `-cleanup-dead-servers=false` option.