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 <agayev@cs.cmu.edu>
This commit is contained in:
Abutalib Aghayev 2020-07-02 11:35:10 -04:00 committed by Kefu Chai
parent c64451a940
commit 413d344723

View 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