]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: add client_mds_auth_caps client feature bit
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 3 May 2024 00:46:17 +0000 (20:46 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 7 May 2024 12:19:28 +0000 (08:19 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/cephfs/administration.rst

index 36960044604df1e218aa82206812f95c5c144649..8744a41ddf046388dd6075fb904afefe11e88345 100644 (file)
@@ -341,6 +341,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 <commit>` to lookup release
@@ -402,6 +404,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
 ---------------