mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
Merge pull request #3814 from tchaikov/fix-doc
doc/install/manual-deployment: s/mon/osd/ for osd install doc Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
8559d92227
@ -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``.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user