From cee4b62da42f0026220e6b8a4c3d92ec2c582b65 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 2 May 2024 20:46:17 -0400 Subject: [PATCH] doc/cephfs: add client_mds_auth_caps client feature bit Signed-off-by: Patrick Donnelly (cherry picked from commit 536b47cbfc669b5a3f04d93964408a2258d05ad0) --- doc/cephfs/administration.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/cephfs/administration.rst b/doc/cephfs/administration.rst index 0b3f9dcf5d3..d2f3452d1ad 100644 --- a/doc/cephfs/administration.rst +++ b/doc/cephfs/administration.rst @@ -333,6 +333,8 @@ Here are the current CephFS features and first release they came out: +----------------------------+--------------+-----------------+ | has_owner_uidgid | reef | 6.6 | +----------------------------+--------------+-----------------+ +| client_mds_auth_caps | squid+bp | PLANNED | ++----------------------------+--------------+-----------------+ .. Comment: use `git describe --tags --abbrev=0 ` to lookup release @@ -394,6 +396,15 @@ Clients can send performance metric to MDS if MDS support this feature. Clients can set and understand "alternate names" for directory entries. This is to be used for encrypted file name support. +:: + + client_mds_auth_caps + +To effectively implement ``root_squash`` in a client's ``mds`` caps, the client +must understand that it is enforcing ``root_squash`` and other cap metadata. +Clients without this feature are in danger of dropping updates to files. It is +recommend to set this feature bit. + Global settings --------------- -- 2.39.5