From 08faee075260d58a0b1a067283004277373df43a Mon Sep 17 00:00:00 2001 From: Hazem Date: Tue, 20 Jan 2015 09:54:52 +0100 Subject: [PATCH] doc: mon should be listed before osd 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 --- doc/rados/configuration/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/index.rst b/doc/rados/configuration/index.rst index 2e449bbc98180..894946726e873 100644 --- a/doc/rados/configuration/index.rst +++ b/doc/rados/configuration/index.rst @@ -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 -- 2.39.5