]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: do not dispatch aborted internal requests
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 27 Mar 2024 16:03:12 +0000 (12:03 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 28 Mar 2024 18:46:27 +0000 (14:46 -0400)
commit89570c75db662ea0c09eea0a54198411032abcd8
tree1b3fb1d5595050f6777175b1b6b15e67928693d3
parentc7d76d343a630ca3f1d59e7cbc0e31aa747f46cf
mds: do not dispatch aborted internal requests

Matching the behavior of Server::dispatch_client_request.

This logic can be unified in a future refactor but keeping this as a targetted
fix for the purposes of the bug.

Fixes: https://tracker.ceph.com/issues/65182
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 604112eb867c20e4f94835edff6a542630503bd6)
src/mds/MDCache.cc