From e5b67f75e0ff890b706662c8f37bd6e7658a82ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Lafont?= Date: Wed, 6 Aug 2014 23:53:48 +0200 Subject: [PATCH] Update doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit File 'sysvinit' is necessary to allow the start of mon at each reboot. Signed-off-by: François Lafont --- doc/install/manual-deployment.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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``. -- 2.47.3