]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Update doc 2210/head
authorFrançois Lafont <flafdivers@free.fr>
Wed, 6 Aug 2014 21:53:48 +0000 (23:53 +0200)
committerFrançois Lafont <flafdivers@free.fr>
Wed, 6 Aug 2014 21:53:48 +0000 (23:53 +0200)
File 'sysvinit' is necessary to allow the start of mon at each reboot.
Signed-off-by: François Lafont <francois.lafont@crdp.ac-versailles.fr>
doc/install/manual-deployment.rst

index 14d2975a17e29958a2fde1319af641887df5b9df..41158e4b84bb2a3451132f9790ffd8104446e8a5 100644 (file)
@@ -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``.