From: Uday Mullangi Date: Mon, 24 Oct 2016 08:46:57 +0000 (+0530) Subject: doc: Fixing the broken hyperlinks by pointing to correct documentation. X-Git-Tag: v11.1.0~427^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11617%2Fhead;p=ceph.git doc: Fixing the broken hyperlinks by pointing to correct documentation. Signed-off-by: umullangi@walmartlabs.com --- diff --git a/doc/cephfs/fstab.rst b/doc/cephfs/fstab.rst index 61270771c86f..424d19496a64 100644 --- a/doc/cephfs/fstab.rst +++ b/doc/cephfs/fstab.rst @@ -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/ diff --git a/doc/cephfs/kernel.rst b/doc/cephfs/kernel.rst index 0bf891a8a380..c82ed53471cd 100644 --- a/doc/cephfs/kernel.rst +++ b/doc/cephfs/kernel.rst @@ -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/ diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index cabf5419e386..f7899240205b 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -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 diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst index d66d98e5938f..608cd93871a7 100644 --- a/doc/radosgw/federated-config.rst +++ b/doc/radosgw/federated-config.rst @@ -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 diff --git a/doc/rbd/rbd-ko.rst b/doc/rbd/rbd-ko.rst index 5514a963624b..951757c78179 100644 --- a/doc/rbd/rbd-ko.rst +++ b/doc/rbd/rbd-ko.rst @@ -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/ diff --git a/doc/rbd/rbd-openstack.rst b/doc/rbd/rbd-openstack.rst index 819e98b176a8..c26e5f5a4f01 100644 --- a/doc/rbd/rbd-openstack.rst +++ b/doc/rbd/rbd-openstack.rst @@ -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