mirror of https://github.com/status-im/consul.git
Merge pull request #2857 from hashicorp/jbs-1264
docs: Clarify force-remove limited to same DC, fixes #1264
This commit is contained in:
commit
1767fa87a7
|
@ -22,7 +22,8 @@ command can be used to transition the "failed" nodes to "left" nodes more
|
||||||
quickly.
|
quickly.
|
||||||
|
|
||||||
This can be particularly useful for a node that was running as a server,
|
This can be particularly useful for a node that was running as a server,
|
||||||
as it will be removed from the Raft quorum.
|
as it will be removed from the Raft quorum. Note that `force-leave` cannot be
|
||||||
|
used to force removal of nodes that are outside of the datacenter.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue