diff options
author | John Wilkins <john.wilkins@inktank.com> | 2012-12-21 14:54:18 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2012-12-21 14:54:18 -0800 |
commit | 09d4f0365dc1ee281cebecee9ee75e20d04b85f6 (patch) | |
tree | 7b7ea13f42980d0a4b40088f05fddbbbf679cd60 | |
parent | 085992f6728daac9843955aebb8585522f4cf704 (diff) | |
download | ceph-09d4f0365dc1ee281cebecee9ee75e20d04b85f6.tar.gz |
doc: Added sudo the ceph health for when cephx is on.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/start/quick-start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/start/quick-start.rst b/doc/start/quick-start.rst index 0902e8d3ad0..a68875577e6 100644 --- a/doc/start/quick-start.rst +++ b/doc/start/quick-start.rst @@ -143,7 +143,7 @@ your server machine. :: Check the health of your Ceph cluster to ensure it is ready. :: - ceph health + sudo ceph health When your cluster echoes back ``HEALTH_OK``, you may begin using Ceph. |