]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install/manual-deployment: s/mon/osd/ for osd install doc 3814/head
authorKefu Chai <kchai@redhat.com>
Fri, 27 Feb 2015 08:15:16 +0000 (16:15 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 27 Feb 2015 08:15:18 +0000 (16:15 +0800)
Fixes: #10957
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/install/manual-deployment.rst

index dce8716f6d155a0060650c0cf9b92fae35dc359f..179787be3e851741f799a697859a813298b2e7b1 100644 (file)
@@ -445,11 +445,11 @@ 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/mon/{cluster-name}-{hostname}/sysvinit
+       sudo touch /var/lib/ceph/osd/{cluster-name}-{hostname}/sysvinit
 
    For example::
 
-       sudo touch /var/lib/ceph/mon/ceph-node1/sysvinit
+       sudo touch /var/lib/ceph/osd/ceph-node1/sysvinit
 
    Once you start your OSD, it is ``up`` and ``in``.