]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Removed service ops language and added reference to operations.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 24 Sep 2013 22:26:35 +0000 (15:26 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 24 Sep 2013 22:26:35 +0000 (15:26 -0700)
fixes: #6374

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/authentication.rst

index 0b71d08b0c49dbe50dbffe7aa42bd0e6dd2e13c6..6bacf4c7dffb2694c774392cc63137cedf79f10b 100644 (file)
@@ -126,18 +126,15 @@ you may skip the steps related to generating keys.
     auth service required = cephx
     auth client required = cephx
 
-#. Or, enable ``cephx`` authentication for versions ``0.50`` and below by
+#. Or, enable ``cephx`` authentication for Ceph versions ``0.50`` and below by
    setting the following option in the ``[global]`` section of your `Ceph 
-   configuration`_ file::
+   configuration`_ file. **NOTE:** Deprecated as of version ``0.50``. ::
 
     auth supported = cephx
 
-.. deprecated:: 0.51
 
-#. Start or restart the Ceph cluster. :: 
+#. Start or restart the Ceph cluster. See `Operating a Cluster`_ for details. 
 
-       sudo service ceph -a start
-       sudo service ceph -a restart
 
 
 .. _disable-cephx:
@@ -164,10 +161,8 @@ during setup and/or troubleshooting to temporarily disable authentication.
 
     auth supported = none
 
-#. Start or restart the Ceph cluster. :: 
+#. Start or restart the Ceph cluster. See `Operating a Cluster`_ for details. 
 
-       sudo service ceph -a start
-       sudo service ceph -a restart
 
 
 Daemon Keyrings
@@ -422,3 +417,4 @@ of the enhanced authentication.
 
 .. _Ceph configuration: ../../configuration/ceph-conf
 .. _Cephx Configuration Reference: ../../configuration/auth-config-ref
+.. _Operating a Cluster: ../operating
\ No newline at end of file