Skip to content

Commit

Permalink
Added a note to remove-peer (hashicorp#20583)
Browse files Browse the repository at this point in the history
* Update raft.mdx

* Update website/content/docs/commands/operator/raft.mdx

Co-authored-by: Josh Black <raskchanky@gmail.com>

---------

Co-authored-by: Josh Black <raskchanky@gmail.com>
  • Loading branch information
kwagga and raskchanky authored May 19, 2023
1 parent 5cbb87e commit 7f4874f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/content/docs/commands/operator/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ Usage: vault operator raft remove-peer <server_id>
$ vault operator raft remove-peer node1
```

<Note>
Once a node is removed, its Raft data needs to be deleted before it may be joined back into an existing cluster. This requires shutting down the Vault process, deleting the data, then restarting the Vault process on the removed node.
</Note>

## snapshot

This command groups subcommands for operators interacting with the snapshot
Expand Down

0 comments on commit 7f4874f

Please sign in to comment.