From 308c726d4dcd96d8d3c84fb040aa137d5b828b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florin=20C=C4=83t=C4=83lin=20=C8=9Aiucra-Popa?= <106736683+FlorinTP@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:43:05 +0100 Subject: [PATCH] Update integrated-storage.mdx (#18581) * Update integrated-storage.mdx The old paragraph "The recommended deployment is either 3 or 5 servers." should match the "Minimums & Scaling" purpose from below. It also reaffirms that, in a PRODUCTION environment, a number of 5 nodes are the minimum requirement. A rewording is also necessary: "The recommended deployment consists in a minimum of 5 or more of servers that are odd in their total (5, 7, etc)." * Update website/content/docs/internals/integrated-storage.mdx Co-authored-by: Yoko Hyakuna Co-authored-by: Yoko Hyakuna --- website/content/docs/internals/integrated-storage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.