Skip to content

Commit

Permalink
Merge pull request moby#25610 from lixiaobing10051267/masterSwarm
Browse files Browse the repository at this point in the history
optimize some descriptions for swarm nodes.md
  • Loading branch information
thaJeztah authored Aug 11, 2016
2 parents a19029a + fa52bd5 commit 81fca60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/swarm/how-swarm-mode-works/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ manager. If the manager in a single-manager swarm fails, your services will
continue to run, but you will need to create a new cluster to recover.

To take advantage of swarm mode's fault-tolerance features, Docker recommends
you implement an odd number of nodes nodes according to your organization's
you implement an odd number of nodes according to your organization's
high-availability requirements. When you have multiple managers you can recover
from the failure of a manager node without downtime.

* A three-manager swarm tolerates a maximum loss of one manager.
* A five-manager swarm tolerates a maximum simultaneous loss two
* A five-manager swarm tolerates a maximum simultaneous loss of two
manager nodes.
* An `N` manager cluster will tolerate the loss of at most
`(N-1)/2` managers.
Expand Down

0 comments on commit 81fca60

Please sign in to comment.