Browse Source

Merge pull request #2821 from hashicorp/jbs-2782

docs: Point of clarifcation about cluster leadership for #2782
pull/2375/merge
James Phillips 8 years ago committed by GitHub
parent
commit
a14a7130dc
  1. 2
      website/source/docs/guides/outage.html.markdown

2
website/source/docs/guides/outage.html.markdown

@ -55,7 +55,7 @@ server if it's still a member of the cluster.
If [`consul force-leave`](/docs/commands/force-leave.html) isn't able to remove the
server, you have two methods available to remove it, depending on your version of Consul:
* In Consul 0.7 and later, you can use the [`consul operator`](/docs/commands/operator.html#raft-remove-peer) command to remove the stale peer server on the fly with no downtime.
* In Consul 0.7 and later, you can use the [`consul operator`](/docs/commands/operator.html#raft-remove-peer) command to remove the stale peer server on the fly with no downtime if the cluster has a leader.
* In versions of Consul prior to 0.7, you can manually remove the stale peer
server using the `raft/peers.json` recovery file on all remaining servers. See

Loading…
Cancel
Save