]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: skip charmap handler check for MDS requests
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 4 Aug 2025 19:43:18 +0000 (15:43 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 11 Aug 2025 12:35:05 +0000 (08:35 -0400)
commitd667e48869c72275824a59cf81676bbb4066f26c
tree6cb2f78090fcdd00fc4fd1ec495511c682f984fc
parentfd46d7080a2169411addd5832a7084c31f565c1d
mds: skip charmap handler check for MDS requests

The MDS uses a rename request to move the primary link to a remote link. For
these requests, there will be no session.

Fixes: https://tracker.ceph.com/issues/72349
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
(cherry picked from commit ca35c0de42861352bee4cfaeda6e83a7aa0bd094)
src/mds/Server.cc