Skip to content

Commit 6bb5ce9

Browse files
committed
doc/cephfs: fix "file layouts" link
Fix a broken link to the "File Layouts" page on doc/cephfs/client-auth.rst. Fixes: https://tracker.ceph.com/issues/67190 Signed-off-by: Zac Dover <[email protected]>
1 parent 492a769 commit 6bb5ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/cephfs/client-auth.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ This restriction impacts *only* the filesystem hierarchy, or, in other words,
2828
the metadata tree that is managed by the MDS. Clients will still be able to
2929
access the underlying file data in RADOS directly. To segregate clients fully,
3030
isolate untrusted clients in their own RADOS namespace. You can place a
31-
client's filesystem subtree in a particular namespace using `file layouts`_ and
32-
then restrict their RADOS access to that namespace using `OSD capabilities`_
31+
client's filesystem subtree in a particular namespace using :ref:`file
32+
layouts<file-layouts>` and then restrict their RADOS access to that namespace
33+
using `OSD capabilities`_
3334

34-
.. _file layouts: ./file-layouts
3535
.. _OSD capabilities: ../rados/operations/user-management/#authorization-capabilities
3636

3737
Syntax

0 commit comments

Comments
 (0)