summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2012-05-30 14:29:51 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2012-05-30 14:29:51 -0700
commitd05d98ce801f3906c8ed166e9c915219270ec262 (patch)
tree84f7a36188be3ef172f132336ef72058dc41bc0d /doc
parentcb5c6b5db6b99a67898f8eb1bb5f5085fabaf56d (diff)
downloadceph-d05d98ce801f3906c8ed166e9c915219270ec262.tar.gz
doc: Added -a to service ceph stop.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/init/stop-cluster.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/init/stop-cluster.rst b/doc/init/stop-cluster.rst
index 245e6db22c9..57c1ab1e680 100644
--- a/doc/init/stop-cluster.rst
+++ b/doc/init/stop-cluster.rst
@@ -3,7 +3,7 @@
====================
To stop a cluster, execute one of the following::
- sudo service ceph stop
+ sudo service -a ceph stop
sudo /etc/init.d/ceph -a stop
Ceph should shut down the operating processes. \ No newline at end of file