From: Kefu Chai Date: Fri, 27 Feb 2015 08:15:16 +0000 (+0800) Subject: doc/install/manual-deployment: s/mon/osd/ for osd install doc X-Git-Tag: v9.0.0~238^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3814%2Fhead;p=ceph.git doc/install/manual-deployment: s/mon/osd/ for osd install doc Fixes: #10957 Signed-off-by: Kefu Chai --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index dce8716f6d15..179787be3e85 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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``.