]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Clarified quorum requirements.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 21 Aug 2013 18:01:48 +0000 (11:01 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 21 Aug 2013 18:01:48 +0000 (11:01 -0700)
fixes: #5412

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/ceph-deploy-mon.rst

index fcd25756e64727a5061c615ba27e87684b2a428a..a6123e596cad6b549c2344fcacbdbef977b517a9 100644 (file)
@@ -13,10 +13,9 @@ only install one monitor per host.**
 
 For high availability, you should run a production Ceph cluster with **AT
 LEAST** three monitors. Ceph uses the Paxos algorithm, which requires a
-consensus among the majority of monitors in a quorum. You can establish a
-monitor quorum with only one monitor; however, you can not determine a majority
-with two monitors. A majority of monitors must be counted as such: 1:1, 2:3,
-3:4, 3:5, 4:6, etc.
+consensus among the majority of monitors in a quorum. With Paxos, the monitors
+cannot determine a majority for establishing a quorum with only two monitors. A
+majority of monitors must be counted as such: 1:1, 2:3, 3:4, 3:5, 4:6, etc.
 
 See `Monitor Config Reference`_ for details on configuring monitors.