]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixing the broken hyperlinks by pointing to correct documentation. 11617/head
authorUday Mullangi <udaymjl@gmail.com>
Mon, 24 Oct 2016 08:46:57 +0000 (14:16 +0530)
committerUday Mullangi <udaymjl@gmail.com>
Thu, 3 Nov 2016 09:25:12 +0000 (14:55 +0530)
Signed-off-by: umullangi@walmartlabs.com
doc/cephfs/fstab.rst
doc/cephfs/kernel.rst
doc/install/upgrading-ceph.rst
doc/radosgw/federated-config.rst
doc/rbd/rbd-ko.rst
doc/rbd/rbd-openstack.rst

index 61270771c86f53f817a147e1d1aebe784fb35a94..424d19496a640f434f748a0d0627b95b39e7c881 100644 (file)
@@ -20,7 +20,7 @@ For example::
 .. important:: The ``name`` and ``secret`` or ``secretfile`` options are 
    mandatory when you have Ceph authentication running. 
  
-See `Authentication`_ for details. 
+See `User Management`_ for details.
    
    
 FUSE
@@ -41,7 +41,7 @@ The ``DEVICE`` field is a comma-delimited list of options to pass to the command
 Ensure you use the ID (e.g., ``admin``, not ``client.admin``). You can pass any valid 
 ``ceph-fuse`` option to the command line this way.
 
-See `Authentication`_ for details. 
+See `User Management`_ for details.
 
 
-.. _Authentication: ../../rados/operations/authentication/
+.. _User Management: ../../rados/operations/user-management/
index 0bf891a8a3801c32eb0294e5eda94cc211f0c318..c82ed53471cde666209cff594d525c3408347030 100644 (file)
@@ -19,7 +19,7 @@ approach reads the secret from a file. For example::
 
        sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o name=admin,secretfile=/etc/ceph/admin.secret
        
-See `Authentication`_ for details on cephx.
+See `User Management`_ for details on cephx.
 
 To unmount the Ceph file system, you may use the ``umount`` command. For example:: 
 
@@ -31,4 +31,4 @@ To unmount the Ceph file system, you may use the ``umount`` command. For example
 See `mount.ceph`_ for details.
 
 .. _mount.ceph: ../../man/8/mount.ceph/
-.. _Authentication: ../../rados/operations/authentication/
\ No newline at end of file
+.. _User Management: ../../rados/operations/user-management/
index cabf5419e3863ba2bd073c842035c8e63e8b9ebc..f7899240205b2a3d7f1e549a52a552d156810e01 100644 (file)
@@ -115,7 +115,7 @@ follows::
 .. important:: If your cluster already has an ``auth supported`` option defined in
    the configuration file, no changes are necessary.
 
-See `Ceph Authentication - Backward Compatibility`_ for details.
+See `User Management - Backward Compatibility`_ for details.
 
 
 Monitor On-wire Protocol
@@ -175,7 +175,7 @@ extended period of time between ``ceph-mon`` upgrades. See `Upgrading
 Monitors`_ for details.
 
 .. note:: See the `Authentication`_ section and the 
-   `Ceph Authentication - Backward Compatibility`_ for additional information
+   `User Management - Backward Compatibility`_ for additional information
    on authentication backward compatibility settings for Bobtail.
 
 Once you complete the upgrade of your monitors from Argonaut to
@@ -738,8 +738,7 @@ Under those directories, the keyring should be in a file named ``keyring``.
 
 .. _Monitor Config Reference: ../../rados/configuration/mon-config-ref
 .. _Joao's blog post: http://ceph.com/dev-notes/cephs-new-monitor-changes 
-.. _Ceph Authentication: ../../rados/operations/authentication/
-.. _Ceph Authentication - Backward Compatibility: ../../rados/operations/authentication/#backward-compatibility
+.. _User Management - Backward Compatibility: ../../rados/configuration/auth-config-ref/#backward-compatibility
 .. _manually: ../install-storage-cluster/
 .. _Operating a Cluster: ../../rados/operations/operating
 .. _Monitoring a Cluster: ../../rados/operations/monitoring
index d66d98e5938f832598b8ef77a9037ce3c27afa06..608cd93871a783d427f051782905954d1469b767 100644 (file)
@@ -817,7 +817,6 @@ there is a unified namespace between the two regions.
 
 .. _CRUSH Map: ../../rados/operations/crush-map
 .. _Install Ceph Object Gateway: ../../install/install-ceph-gateway
-.. _Cephx Administration: ../../rados/operations/authentication/#cephx-administration
 .. _Ceph configuration file: ../../rados/configuration/ceph-conf
 .. _Configuration Reference - Pools: ../config-ref#pools
 .. _Configuration Reference - Regions: ../config-ref#regions
index 5514a963624b59a9e977f94f8fc14feaad43ea46..951757c78179569db138c0cf093e23bf1daee30b 100644 (file)
@@ -56,4 +56,4 @@ For example::
        sudo rbd unmap /dev/rbd/rbd/foo
 
 
-.. _cephx: ../../rados/operations/authentication/
\ No newline at end of file
+.. _cephx: ../../rados/operations/user-management/
index 819e98b176a8ac70bd843984aafec5e0eb60accc..c26e5f5a4f0186db8687fe84bcaaaeab1085e986 100644 (file)
@@ -176,7 +176,7 @@ Save the uuid of the secret for configuring ``nova-compute`` later.
    However from a platform consistency perspective, it's better to keep the
    same UUID.
 
-.. _cephx authentication: ../../rados/operations/authentication
+.. _cephx authentication: ../../rados/configuration/auth-config-ref/#enabling-disabling-cephx
 
 
 Configure OpenStack to use Ceph