From: François Lafont Date: Wed, 6 Aug 2014 21:53:48 +0000 (+0200) Subject: Update doc X-Git-Tag: v0.86~183^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5b67f75e0ff890b706662c8f37bd6e7658a82ae;p=ceph.git Update doc File 'sysvinit' is necessary to allow the start of mon at each reboot. Signed-off-by: François Lafont --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 14d2975a17e2..41158e4b84bb 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -439,6 +439,15 @@ OSDs with the long form procedure, execute the following on ``node2`` and sudo /etc/init.d/ceph start osd.0 sudo /etc/init.d/ceph start osd.1 + In this case, to allow the start of the daemon at each reboot you + must create an empty file like this:: + + sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/sysvinit + + For example:: + + sudo touch /var/lib/ceph/mon/ceph-node1/sysvinit + Once you start your OSD, it is ``up`` and ``in``.