mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
doc/install/manual-deployment: move 'done' comment up
It's the same for upstart and sysvinit. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
9869f66569
commit
3bc429159f
@ -238,6 +238,11 @@ The procedure is as follows:
|
||||
osd pool default pgp num = 333
|
||||
osd crush chooseleaf type = 1
|
||||
|
||||
#. Touch the ``done`` file.
|
||||
|
||||
Mark that the monitor is created and ready to be started::
|
||||
|
||||
sudo touch /var/lib/ceph/mon/ceph-node1/done
|
||||
|
||||
#. Start the monitor(s).
|
||||
|
||||
@ -248,12 +253,10 @@ The procedure is as follows:
|
||||
In this case, to allow the start of the daemon at each reboot you
|
||||
must create two empty files like this::
|
||||
|
||||
sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/done
|
||||
sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/upstart
|
||||
|
||||
For example::
|
||||
|
||||
sudo touch /var/lib/ceph/mon/ceph-node1/done
|
||||
sudo touch /var/lib/ceph/mon/ceph-node1/upstart
|
||||
|
||||
For Debian/CentOS/RHEL, use sysvinit::
|
||||
|
Loading…
Reference in New Issue
Block a user