From 24c943d02134033077c809a167f331509f0d6c76 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 27 Feb 2015 16:15:16 +0800 Subject: [PATCH] doc/install/manual-deployment: s/mon/osd/ for osd install doc Fixes: #10957 Signed-off-by: Kefu Chai --- doc/install/manual-deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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``. -- 2.47.3