mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
Update integrated-storage.mdx (#18893)
* Update integrated-storage.mdx The quorum paragraph shall also be updated with the table: instead of: "A Raft cluster of 3 nodes can tolerate a single node failure while a cluster of 5 can tolerate 2 node failures. The recommended configuration is to either run 3 or 5 Vault servers per cluster." shall be: "A Raft cluster of 3 nodes can tolerate a single node failure while a cluster of 5 can tolerate 2 node failures. The recommended configuration is to either run 5 or 7 Vault servers per cluster." * Give an explicit node recommendation --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
fe68295256
commit
cc26d0dcb8
@@ -103,11 +103,11 @@ or remove a node or to commit any additional log entries. This results in
|
|||||||
_unavailability_. At this point, manual intervention is required to remove
|
_unavailability_. At this point, manual intervention is required to remove
|
||||||
either A or B and restart the remaining node in bootstrap mode.
|
either A or B and restart the remaining node in bootstrap mode.
|
||||||
|
|
||||||
A Raft cluster of 3 nodes can tolerate a single node failure while a cluster
|
A Raft cluster of 3 nodes can tolerate a single node failure while a cluster of
|
||||||
of 5 can tolerate 2 node failures. The recommended configuration is to either
|
5 can tolerate 2 node failures. The recommended Vault production deployment is
|
||||||
run 3 or 5 Vault servers per cluster. This maximizes availability without
|
to run 5 Vault servers per cluster. See the [Minimum &
|
||||||
greatly sacrificing performance. The [deployment table](#deployment-table) below
|
Scaling](#minimums-scaling) and [Deployment Table](#deployment-table) to learn
|
||||||
summarizes the potential cluster size options and the fault tolerance of each.
|
more about the failure tolerance using Integrated Storage.
|
||||||
|
|
||||||
#### Performance
|
#### Performance
|
||||||
|
|
||||||
@@ -197,9 +197,9 @@ close to the leader before adding additional nodes. Raft indexes are visible via
|
|||||||
### Deployment Table
|
### Deployment Table
|
||||||
|
|
||||||
Below is a table that shows quorum size and failure tolerance for various
|
Below is a table that shows quorum size and failure tolerance for various
|
||||||
cluster sizes. The recommended deployment consists of a minimum of 5 or more servers that are odd in their total (5, 7, etc). A single
|
cluster sizes. The recommended production deployment consists of 5 servers. A
|
||||||
server deployment is _**highly**_ discouraged as data loss is inevitable in a
|
single server deployment is _**highly**_ discouraged as data loss is inevitable
|
||||||
failure scenario.
|
in a failure scenario.
|
||||||
|
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user