January 2019
Intermediate to advanced
606 pages
15h 1m
English
To start or stop a specific Ceph daemon, perform the following set of commands:
Starting a specific daemon by instance:
To start a specific daemon on a local host, execute the systemd manager with the start command followed by the {daemon_type}@{id/hostname}, for example:
root@ceph-node1 # systemctl start ceph-mon@ceph-node1
root@ceph-node1 # systemctl start ceph-osd@1root@ceph-node1 # systemctl -H ceph-node2 start ceph-mon@ceph-node2root@rgw-node1 # systemctl stop ceph-radosgw@rgw-node1
Stopping a specific daemon by instance:
To stop a specific daemon on the local host, execute the systemd manager with the stop ...
Read now
Unlock full access