diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-09-24 15:26:35 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-09-24 15:26:35 -0700 |
commit | ac0faaa3597faabbe07d21f7b2f58ed68fbfab53 (patch) | |
tree | 87b3e60133b7a207efac2f2627341a186f4ca9ff /doc | |
parent | 0061363e34e99a6a18eae58e7f3c18f44246a315 (diff) | |
download | ceph-ac0faaa3597faabbe07d21f7b2f58ed68fbfab53.tar.gz |
doc: Removed service ops language and added reference to operations.
fixes: #6374
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rados/operations/authentication.rst | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/rados/operations/authentication.rst b/doc/rados/operations/authentication.rst index 0b71d08b0c4..6bacf4c7dff 100644 --- a/doc/rados/operations/authentication.rst +++ b/doc/rados/operations/authentication.rst @@ -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 |