]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: skip charmap handler check for MDS requests 64822/head
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 4 Aug 2025 19:43:18 +0000 (15:43 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 5 Aug 2025 01:48:49 +0000 (21:48 -0400)
commitca35c0de42861352bee4cfaeda6e83a7aa0bd094
tree05697bd2e3e4a32476c11c86bca0944c2bcf1289
parent5d983a46b010144b71f8c5d092d30a4942d8e6e7
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>
src/mds/Server.cc