Pārlūkot izejas kodu

Merge pull request #25265 from adamwalz/docs_swarm_cluster_fault_tolerance

Fix swarm manager node fault tolerance table
(cherry picked from commit ceb4126aa0cfcaf7842d22351876dc35dff915b3)

Signed-off-by: Tibor Vass <tibor@docker.com>
Tõnis Tiigi 9 gadi atpakaļ
vecāks
revīzija
a4c8fe1cd4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/swarm/admin_guide.md

+ 1 - 1
docs/swarm/admin_guide.md

@@ -64,7 +64,7 @@ guaranteed if you encounter more than two network partitions.
 |      1       |     1      |         0         |
 |      1       |     1      |         0         |
 |      2       |     2      |         0         |
 |      2       |     2      |         0         |
 |    **3**     |     2      |       **1**       |
 |    **3**     |     2      |       **1**       |
-|      4       |     3      |         2         |
+|      4       |     3      |         1         |
 |    **5**     |     3      |       **2**       |
 |    **5**     |     3      |       **2**       |
 |      6       |     4      |         2         |
 |      6       |     4      |         2         |
 |    **7**     |     4      |       **3**       |
 |    **7**     |     4      |       **3**       |