October 2017
Intermediate to advanced
340 pages
9h 46m
English
Older releases of Ceph on older Linux releases, such as Firefly on CentOS 6, use traditional sysvinit service management with scripts located under /etc/init.d. Below are the analogous service management commands.
# /etc/init.d/ceph stop # /etc/init.d/ceph start # /etc/init.d/ceph stop mon # /etc/init.d/ceph start mon # /etc/init.d/ceph stop osd.69 # /etc/init.d/ceph start osd.69
On some systems you may also use the service command.
# service ceph start # service ceph stop mon # service ceph start osd.69
Read now
Unlock full access