]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: try to choose a new batch head in request_clientup()
authorXiubo Li <xiubli@redhat.com>
Mon, 20 May 2024 01:21:12 +0000 (09:21 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 24 Jul 2024 01:45:54 +0000 (09:45 +0800)
commit3224385086cbc94e7ba0fb60d46afe66aa64645b
tree6ff20b0f0493fb11643100b3a082ba3b5e7f4e08
parent7451059d9cbd9fff8cceaa86b71254e790ff5a4e
mds: try to choose a new batch head in request_clientup()

This will happen only for the client requests, not peer requests.
The 'mdr->killed' and 'mdr->dead' will always be set at the same
time when killing the client requests.

Fixes: https://tracker.ceph.com/issues/66124
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 73b266e53632de270af31588da497f7162301fc0)
src/mds/MDCache.cc
src/mds/Server.cc