ceph/doc/init/stop-cluster.rst
John Wilkins d05d98ce80 doc: Added -a to service ceph stop.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-05-30 14:29:51 -07:00

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.