From: Patrick Donnelly Date: Fri, 3 May 2024 00:45:43 +0000 (-0400) Subject: PendingReleaseNotes: add note on the client incompatibility health warning and featur... X-Git-Tag: testing/wip-lusov-testing-20240611.123850-squid~54^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d587f5c8f05046c1907eda25a8d12357c37f0a33;p=ceph-ci.git PendingReleaseNotes: add note on the client incompatibility health warning and feature bit Signed-off-by: Patrick Donnelly (cherry picked from commit e70f005f1b2f4ba5466d254ec4a6432297d3fbf4) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 173de414fbf..11123229415 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -178,6 +178,13 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config * RBD: `RBD_IMAGE_OPTION_FLATTEN` option has been exposed in Python bindings via `flatten` optional parameter to `deep_copy` and `migration_prepare` methods. +* CephFS: fixes to the implementation of the ``root_squash`` mechanism enabled + via cephx ``mds`` caps on a client credential require a new client feature + bit, ``client_mds_auth_caps``. Clients using credentials with ``root_squash`` + without this feature will trigger the MDS to raise a HEALTH_ERR on the + cluster, MDS_CLIENTS_BROKEN_ROOTSQUASH. See the documentation on this warning + and the new feature bit for more information. + >=18.0.0 * The RGW policy parser now rejects unknown principals by default. If you are