]> 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 00:19:13 +0000 (20:19 -0400)
commit604112eb867c20e4f94835edff6a542630503bd6
tree4bf1f52e75912d68334f1b269d8913b9bd7cd01b
parent3f1422932890d6ba9fd4db6faf3d43d110a7cd62
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>
src/mds/MDCache.cc