From 18d0c3933bec7fc1dc5ee8d4d1bc15235d86eeca Mon Sep 17 00:00:00 2001 From: Adam Walz Date: Sat, 30 Jul 2016 21:20:54 -0600 Subject: [PATCH] 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 --- docs/swarm/admin_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/admin_guide.md b/docs/swarm/admin_guide.md index 23f7f7f4b7..9a763be933 100644 --- a/docs/swarm/admin_guide.md +++ b/docs/swarm/admin_guide.md @@ -64,7 +64,7 @@ guaranteed if you encounter more than two network partitions. | 1 | 1 | 0 | | 2 | 2 | 0 | | **3** | 2 | **1** | -| 4 | 3 | 2 | +| 4 | 3 | 1 | | **5** | 3 | **2** | | 6 | 4 | 2 | | **7** | 4 | **3** |