Project

General

Profile

Actions

Documentation #10957

closed

OSD Manual Deployment documentation error

Added by Kyle Hutson about 9 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

100%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Following the long-form directions at http://ceph.com/docs/master/install/manual-deployment/ on CentOS 7 results in an OSD that cannot be controlled by 'service ceph ...'

The documentation for creating a daemon on start is for a monitor, not an OSD. As a result, the line which currently reads
sudo touch /var/lib/ceph/mon/{cluster-name}-{hostname}/sysvinit
should become
sudo touch /var/lib/ceph/osd/{cluster-name}-{osd-num}/sysvinit

And the corresponding example
sudo touch /var/lib/ceph/mon/ceph-node1/sysvinit
should become
sudo touch /var/lib/ceph/osd/ceph-0/sysvinit
sudo touch /var/lib/ceph/osd/ceph-1/sysvinit

Actions

Also available in: Atom PDF