]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ceph: periodically flush the cap releases
authorXiubo Li <xiubli@redhat.com>
Wed, 10 Jul 2024 12:16:54 +0000 (20:16 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 23 Jul 2024 08:01:57 +0000 (10:01 +0200)
commit578eb54c4a16713d99eed736660e30ae6eb1877f
treefabcbfc32eec99c60028f7dbd5263eb11f2aa2df
parent77bb4a501a7756e6f5428b72fb0e420deb7ae562
ceph: periodically flush the cap releases

The MDS could be waiting the caps releases infinitely in some corner
case and then reporting the caps revoke stuck warning. To fix this
we should periodically flush the cap releases.

Link: https://tracker.ceph.com/issues/57244
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c