]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Add a missing instruction to manual deployment guide.
authorAbutalib Aghayev <agayev@cs.cmu.edu>
Thu, 2 Jul 2020 15:35:10 +0000 (11:35 -0400)
committerKefu Chai <kchai@redhat.com>
Fri, 18 Jun 2021 06:32:54 +0000 (14:32 +0800)
Following the instructions as is results in the following error at step 15:

$ sudo -u ceph ceph-mon --mkfs -i node1 --monmap /tmp/monmap --keyring /tmp/ceph.mon.keyring
global_init: error reading config file.

Signed-off-by: Abutalib Aghayev <agayev@cs.cmu.edu>
doc/install/manual-deployment.rst

index 9ad65263445ef92f083940977765469c93821f64..f11af88bcf662307415f94f32dcd0580df2f329d 100644 (file)
@@ -110,7 +110,8 @@ The procedure is as follows:
 
 
 #. Create a Ceph configuration file. By default, Ceph uses
-   ``ceph.conf``, where ``ceph`` reflects the cluster name. ::
+   ``ceph.conf``, where ``ceph`` reflects the cluster name. Add a line
+   containing "[global]" to the configuration file. ::
 
        sudo vim /etc/ceph/ceph.conf