summaryrefslogtreecommitdiff
path: root/doc/init/stop-cluster.rst
blob: 57c1ab1e6807ab59177d349cd6e0d8d1518926fa (plain)
1
2
3
4
5
6
7
8
9
====================
 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.