diff --git a/website/content/docs/internals/integrated-storage.mdx b/website/content/docs/internals/integrated-storage.mdx index 63c27d6f1..286e75c68 100644 --- a/website/content/docs/internals/integrated-storage.mdx +++ b/website/content/docs/internals/integrated-storage.mdx @@ -138,10 +138,6 @@ forwarded to the leader. Similar to other storage backends, data that is written to the Raft log and FSM will be encrypted by Vault's barrier. -Vault does not currently offer automated dead server cleanup. If you wish to -decommission a node, or a node dies and must be replaced, the node must manually -be removed from the cluster with the `remove peer` [command](/vault/docs/commands/operator/raft#remove-peer). - ### Quorum Management #### Autopilot