]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify that mons must have qurorum during deploy 759/head
authorJens-Christian Fischer <jens-christian.fischer@switch.ch>
Wed, 23 Oct 2013 12:40:32 +0000 (14:40 +0200)
committerJens-Christian Fischer <jens-christian.fischer@switch.ch>
Wed, 23 Oct 2013 12:40:32 +0000 (14:40 +0200)
If multiple mons are specified in 'ceph-deploy new', but less than
those necessary for quorum are started with 'ceph-deploy mon create',
later steps (like 'ceph-deploy gatherkeys') will fail.

doc/rados/deployment/ceph-deploy-keys.rst
doc/rados/deployment/ceph-deploy-mon.rst

index 5013a7cab33f15167967500771a14cf392e838ad..6cba1541f55a63823eb1dc3da75c059eb72baa20 100644 (file)
@@ -13,9 +13,13 @@ following::
        ceph-deploy gatherkeys {monitor-host}
 
 
-.. note:: To retreive the keys, you specify a host that has a
+.. note:: To retrieve the keys, you specify a host that has a
    Ceph monitor. 
 
+.. note:: If you have specified multiple monitors in the setup of the cluster,
+   make sure, that all monitors are up and running. If the monitors haven't
+   formed quorum, ``ceph-create-keys`` will not finish and the keys aren't 
+   generated.
 
 Forget Keys
 ===========
index a6123e596cad6b549c2344fcacbdbef977b517a9..8778024055b9430c18c7eff9bc2f1e24bb53a50e 100644 (file)
@@ -31,7 +31,8 @@ the tool enforces a single monitor per host. ::
 
 
 .. note:: Ensure that you add monitors such that they may arrive at a consensus
-   among a majority of monitors.
+   among a majority of monitors, otherwise other steps (like ``ceph-deploy gatherkeys``)
+   will fail.
 
 .. note::  When adding a monitor on a host that was not in hosts intially defined
    with the ``ceph-deploy new`` command, a ``public network`` statement needs