mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
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:
parent
c64451a940
commit
413d344723
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user