Skip to content

Commit

Permalink
PendingReleaseNotes: add note on the client incompatibility health wa…
Browse files Browse the repository at this point in the history
…rning and feature bit

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit e70f005)
  • Loading branch information
batrick committed May 9, 2024
1 parent cee4b62 commit 6a6aca8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@
`ceph config get mgr mgr/volumes/snapshot_clone_no_wait`
and it can be disabled by using:
`ceph config set mgr mgr/volumes/snapshot_clone_no_wait false`
* 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

Expand Down

0 comments on commit 6a6aca8

Please sign in to comment.