From: Sage Weil Date: Thu, 28 Aug 2014 21:34:27 +0000 (-0700) Subject: doc/install/manual-deployment: move 'done' comment up X-Git-Tag: v0.86~182 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3bc429159f490d215b418b424e74686df142e482;p=ceph.git doc/install/manual-deployment: move 'done' comment up It's the same for upstart and sysvinit. Signed-off-by: Sage Weil --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 41158e4b84bb..dce8716f6d15 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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::