]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds,client: update the oldest_client_tid via the renew caps
authorXiubo Li <xiubli@redhat.com>
Tue, 31 Oct 2023 02:23:09 +0000 (10:23 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 27 Mar 2024 04:19:57 +0000 (12:19 +0800)
commitcba35e6fbd03f82f03e0a9ec18569141f4e1d98e
tree11952dccaed36ee4d37b306bb0d0cd9ff9febe77
parentee49b4644aaab9a14c0f420e25f614c99734582c
mds,client: update the oldest_client_tid via the renew caps

Update the oldest_client_tid via the session renew caps msg to
make sure that the MDSs won't pile up the completed request list
in a very large size.

Fixes: https://tracker.ceph.com/issues/63364
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 0cff6d5d487972a850e7c64b1e3b8ca283bf3c03)
src/client/Client.cc
src/mds/Server.cc
src/messages/MClientSession.h