From 3cea092bf90103800edb024ba0bdc1eae08b1b2c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 28 Feb 2015 10:55:04 +0800 Subject: [PATCH] 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 --- doc/install/manual-deployment.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/install/manual-deployment.rst b/doc/install/manual-deployment.rst index 179787be3e851..e1100d960a417 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``. -- 2.39.5