From: Abutalib Aghayev Date: Thu, 2 Jul 2020 15:35:10 +0000 (-0400) Subject: doc: Add a missing instruction to manual deployment guide. X-Git-Tag: v17.1.0~1618^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35903%2Fhead;p=ceph.git doc: Add a missing instruction to manual deployment guide. 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 --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 9ad65263445e..f11af88bcf66 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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