Browse Source

Fix swarm manager node fault tolerance table

In a cluster of 4 nodes, with a majority being 3 nodes, the fault
tolerance should be 1 node.

Signed-off-by: Adam Walz <adam@adamwalz.net>
Adam Walz 9 years ago
parent
commit
18d0c3933b
1 changed files with 1 additions and 1 deletions
  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**       |