From: Zac Dover Date: Mon, 1 Jul 2024 05:57:40 +0000 (+1000) Subject: doc/cephfs: update cephfs-shell link X-Git-Tag: testing/wip-jcollin-testing-20240711.125835-reef~27^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e82377727b18fcb7b29fa63f2c4046cd53565680;p=ceph-ci.git doc/cephfs: update cephfs-shell link Repair the link to cephfs-shell.rst in doc/cephfs/cephfs-shell.rst that was broken in https://github.com/ceph/ceph/pull/41165/ when doc/cephfs/cephfs-shell.rst was moved to doc/man/8/cephfs-shell.rst. This commit is made in response to a request by Lander Duncan that was made on the [ceph-users] mailing list, and can be seen here: https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/F7V4CWLIYCAJ4JXI2JLNY6QPCFPR4SLA/ Signed-off-by: Zac Dover (cherry picked from commit 4f8903cf80a94596a1b17b4a07affb874f21ae76) --- diff --git a/doc/cephfs/mount-prerequisites.rst b/doc/cephfs/mount-prerequisites.rst index 6ed8a19b620..d1acbe081fa 100644 --- a/doc/cephfs/mount-prerequisites.rst +++ b/doc/cephfs/mount-prerequisites.rst @@ -2,11 +2,11 @@ Mount CephFS: Prerequisites =========================== You can use CephFS by mounting it to your local filesystem or by using -`cephfs-shell`_. Mounting CephFS requires superuser privileges to trim -dentries by issuing a remount of itself. CephFS can be mounted -`using kernel`_ as well as `using FUSE`_. Both have their own -advantages. Read the following section to understand more about both of -these ways to mount CephFS. +:ref:`cephfs-shell `. Mounting CephFS requires superuser +privileges to trim dentries by issuing a remount of itself. CephFS can be +mounted `using kernel`_ as well as `using FUSE`_. Both have their own +advantages. Read the following section to understand more about both of these +ways to mount CephFS. For Windows CephFS mounts, please check the `ceph-dokan`_ page. @@ -69,7 +69,7 @@ Ceph MON resides. individually, please check respective mount documents. .. _Client Authentication: ../client-auth -.. _cephfs-shell: ../cephfs-shell +.. _cephfs-shell: ..cephfs-shell .. _using kernel: ../mount-using-kernel-driver .. _using FUSE: ../mount-using-fuse .. _ceph-dokan: ../ceph-dokan diff --git a/doc/man/8/cephfs-shell.rst b/doc/man/8/cephfs-shell.rst index 974ba37d911..47947022bb5 100644 --- a/doc/man/8/cephfs-shell.rst +++ b/doc/man/8/cephfs-shell.rst @@ -1,5 +1,7 @@ :orphan: +.. _cephfs-shell: + =================================================== cephfs-shell -- Shell-like tool talking with CephFS ===================================================