From: Zac Dover Date: Sun, 28 Jul 2024 07:27:53 +0000 (+1000) Subject: doc/cephfs: fix "OSD capabilities" link X-Git-Tag: v20.0.0~1402^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58884%2Fhead;p=ceph.git doc/cephfs: fix "OSD capabilities" link Fix a broken link from the "OSD capabilites" reference on doc/cephfs/client-auth.rst. Fixes: https://tracker.ceph.com/issues/67218 Signed-off-by: Zac Dover --- diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index e1b22bbc8842..f0909aa5aa46 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -30,9 +30,8 @@ access the underlying file data in RADOS directly. To segregate clients fully, isolate untrusted clients in their own RADOS namespace. You can place a client's filesystem subtree in a particular namespace using :ref:`file layouts` and then restrict their RADOS access to that namespace -using `OSD capabilities`_ +using :ref:`OSD capabilities`. -.. _OSD capabilities: ../rados/operations/user-management/#authorization-capabilities Syntax ------