docs: Clarify force-remove limited to same DC, fixes #1264

This commit is contained in:
Brian Shumate 2017-03-30 14:44:10 -04:00
parent 4f9a0f1d79
commit b2d7b11c44
No known key found for this signature in database
GPG Key ID: B2E211633F870928
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ command can be used to transition the "failed" nodes to "left" nodes more
quickly.
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