]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Minor updates.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 4 Sep 2012 23:18:54 +0000 (16:18 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 4 Sep 2012 23:18:54 +0000 (16:18 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/cluster-ops/authentication.rst

index b6457336a80556da8d5d12cda32754f6bb7419e8..946aaf657e1be44140204594d4d2b907036f3784 100644 (file)
@@ -60,19 +60,19 @@ To enable ``cephx`` on a cluster without authentication:
 
     ceph auth get-or-create mds.{$id} mon 'allow rwx' osd 'allow *' mds 'allow *' -o /var/lib/ceph/mds/ceph-{$id}/keyring
 
-#. Enable ``cephx`` authentication for versions ``0.52`` and above by setting
+#. Enable ``cephx`` authentication for versions ``0.51`` and above by setting
    the following options in the ``[global]`` section of your ``ceph.conf``::
 
     auth cluster required = cephx
     auth service required = cephx
     auth client required = cephx
 
-#. Or, enable ``cephx`` authentication for versions ``0.51`` and below by
+#. Or, enable ``cephx`` authentication for versions ``0.50`` and below by
    setting the following option in the ``[global]`` section of your ``ceph.conf``::
 
     auth supported = cephx
 
-.. deprecated:: 0.52
+.. deprecated:: 0.51
 
 
 The ``client.admin`` Key
@@ -158,7 +158,7 @@ is not part of the cluster ``auth`` database.
 
 The daemon data directory locations default to directories of the form::
 
-  /var/lib/ceph/$daemontype/$cluster-$id
+  /var/lib/ceph/$type/$cluster-$id
 
 For example, ``osd.12`` would be::