mirror of
https://github.com/ceph/ceph
synced 2025-02-18 16:37:41 +00:00
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 <kylehutson@ksu.edu> Fixes: #10957 Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
843ba7d42e
commit
3cea092bf9
@ -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``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user