summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2012-12-07 15:48:29 -0800
committerJohn Wilkins <john.wilkins@inktank.com>2012-12-07 15:48:29 -0800
commite0761fbdb2868bb06c896dea176c980aa151773a (patch)
tree24a16c3eccb86ebb4bf195fdb835280169505293
parent778bad12a04144ed26b7b6768da268b669ff6e5c (diff)
downloadceph-e0761fbdb2868bb06c896dea176c980aa151773a.tar.gz
doc: Added sudo to the service start command.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/deployment/mkcephfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst
index b33dbc7447c..fc37c7b7922 100644
--- a/doc/rados/deployment/mkcephfs.rst
+++ b/doc/rados/deployment/mkcephfs.rst
@@ -114,7 +114,7 @@ root password. See `Authentication`_ when running with ``cephx`` enabled.
When you start or stop your cluster, you will not have to use ``sudo`` or
provide passwords. For example::
- service ceph -a start
+ sudo service ceph -a start
See `Operating a Cluster`_ for details.