]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install/manual-deployment: fix osd install doc 3832/head
authorKefu Chai <kchai@redhat.com>
Sat, 28 Feb 2015 02:55:04 +0000 (10:55 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 28 Feb 2015 02:59:55 +0000 (10:59 +0800)
* should be using /var/lib/ceph/osd/{cluster-name}-{osd-num}/sysvinit
  instead of var/lib/ceph/osd/{cluster-name}-{hostname}/sysvinit, thanks
  to Kyle Hutson <kylehutson@ksu.edu>

Fixes: #10957
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/install/manual-deployment.rst

index 179787be3e851741f799a697859a813298b2e7b1..e1100d960a4175a42406e134cea0dd0742956512 100644 (file)
@@ -445,11 +445,12 @@ OSDs with the long form procedure, execute the following on ``node2`` and
    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/osd/{cluster-name}-{hostname}/sysvinit
+       sudo touch /var/lib/ceph/osd/{cluster-name}-{osd-num}/sysvinit
 
    For example::
 
-       sudo touch /var/lib/ceph/osd/ceph-node1/sysvinit
+       sudo touch /var/lib/ceph/osd/ceph-0/sysvinit
+       sudo touch /var/lib/ceph/osd/ceph-1/sysvinit
 
    Once you start your OSD, it is ``up`` and ``in``.