]> 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>
Tue, 31 Oct 2023 04:27:35 +0000 (12:27 +0800)
commit0cff6d5d487972a850e7c64b1e3b8ca283bf3c03
tree963ff9eac4edc73949e9d079b15b674ad3c10876
parent188aed9d779a168d999be9f652bcceecbfd64f05
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>
src/client/Client.cc
src/mds/Server.cc
src/messages/MClientSession.h