]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #57192 into main
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 7 May 2024 19:49:03 +0000 (15:49 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 7 May 2024 19:49:03 +0000 (15:49 -0400)
commitb54c9e89102f0226a73558b142a06f957d419818
tree4f33a3cc200953d2133f1feba5248ba89703bb91
parentdee6e6a6c3aa815ca282d28391c57afc9485d340
parente70f005f1b2f4ba5466d254ec4a6432297d3fbf4
Merge PR #57192 into main

* refs/pull/57192/head:
PendingReleaseNotes: add note on the client incompatibility health warning and feature bit
doc/cephfs: add client_mds_auth_caps client feature bit
doc/cephfs: add missing client feature bits
doc/cephfs: document MDS_CLIENTS_BROKEN_ROOTSQUASH health error
qa: add tests for MDS_CLIENTS_BROKEN_ROOTSQUASH
mds: raise health warning if client lacks feature for root_squash
mon/MDSMonitor: add note about missing metadata inclusion
mds: check relevant caps for fs include root_squash
mds: refactor out fs_name match in MDSAuthCaps
qa: test for root_squash with multiple caps
qa: pass kwargs to mount from remount
qa: simplify update_attrs and only update relevant keys
client: allow overriding client features

Reviewed-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>