mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
d05d98ce80
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
9 lines
221 B
ReStructuredText
9 lines
221 B
ReStructuredText
====================
|
|
Stopping a Cluster
|
|
====================
|
|
To stop a cluster, execute one of the following::
|
|
|
|
sudo service -a ceph stop
|
|
sudo /etc/init.d/ceph -a stop
|
|
|
|
Ceph should shut down the operating processes. |