diff --git a/website/content/docs/internals/integrated-storage.mdx b/website/content/docs/internals/integrated-storage.mdx index 8c308cc396..c6ccf78b0c 100644 --- a/website/content/docs/internals/integrated-storage.mdx +++ b/website/content/docs/internals/integrated-storage.mdx @@ -197,7 +197,7 @@ close to the leader before adding additional nodes. Raft indexes are visible via ### Deployment Table Below is a table that shows quorum size and failure tolerance for various -cluster sizes. The recommended deployment is either 3 or 5 servers. A single +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 server deployment is _**highly**_ discouraged as data loss is inevitable in a failure scenario. @@ -272,4 +272,4 @@ any practises that compromise that. Scaling clusters up or down in pairs with 2 nodes each time also has the added advantage of avoiding even numbers and it is always recommended to -allow for an odd number of total voters in any cluster. \ No newline at end of file +allow for an odd number of total voters in any cluster.