]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: mon should be listed before osd 3421/head
authorHazem <hazem@hazem-Inspiron-3537.(none)>
Tue, 20 Jan 2015 08:54:52 +0000 (09:54 +0100)
committerHazem <hazem@hazem-Inspiron-3537.(none)>
Tue, 20 Jan 2015 13:10:45 +0000 (14:10 +0100)
When deploying a Ceph cluster, the mon must be run first.
In the list shown at http://ceph.com/docs/master/rados/configuration/
it would therefore be better to have mon listed before osd.

http://tracker.ceph.com/issues/10204 Fixes: #10204

Signed-off-by: Hazem <hazem.amara@telecom-bretagne.eu>
doc/rados/configuration/index.rst

index 2e449bbc9818086d3e4b4359f13b2c00143ad350..894946726e873dc8f5d737e23bd1173e7a7e0772 100644 (file)
@@ -11,8 +11,8 @@ configuration using command-line utilities.
 
 When Ceph starts, it activates three daemons:
 
-- ``ceph-osd`` (mandatory)
 - ``ceph-mon`` (mandatory)
+- ``ceph-osd`` (mandatory)
 - ``ceph-mds`` (mandatory for cephfs only)
 
 Each process, daemon or utility loads the host's configuration file. A process