Browse code

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 authored on 2016/07/31 12:20:54
Showing 1 changed files
... ...
@@ -64,7 +64,7 @@ guaranteed if you encounter more than two network partitions.
64 64
 |      1       |     1      |         0         |
65 65
 |      2       |     2      |         0         |
66 66
 |    **3**     |     2      |       **1**       |
67
-|      4       |     3      |         2         |
67
+|      4       |     3      |         1         |
68 68
 |    **5**     |     3      |       **2**       |
69 69
 |      6       |     4      |         2         |
70 70
 |    **7**     |     4      |       **3**       |