From: Kefu Chai Date: Sat, 28 Feb 2015 02:55:04 +0000 (+0800) Subject: doc/install/manual-deployment: fix osd install doc X-Git-Tag: v9.0.0~233^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3cea092bf90103800edb024ba0bdc1eae08b1b2c;p=ceph.git doc/install/manual-deployment: fix osd install doc * 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 Fixes: #10957 Signed-off-by: Kefu Chai --- diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 179787be3e85..e1100d960a41 100644 --- a/doc/install/manual-deployment.rst +++ b/doc/install/manual-deployment.rst @@ -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``.