]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: try to choose a new batch head in request_clientup() 57553/head
authorXiubo Li <xiubli@redhat.com>
Mon, 20 May 2024 01:21:12 +0000 (09:21 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 20 May 2024 05:58:57 +0000 (13:58 +0800)
commit73b266e53632de270af31588da497f7162301fc0
treec47bd9b4d1e4ca44b7fbab7fb3f6ee9bf2344748
parent28d18726e14167dcf2bf4a34431fe5843938d73c
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>
src/mds/MDCache.cc
src/mds/Server.cc