]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: abort the client if we couldn't invalidate dentry caches 47593/head
authorXiubo Li <xiubli@redhat.com>
Mon, 15 Aug 2022 07:15:43 +0000 (15:15 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 17 Aug 2022 12:46:43 +0000 (20:46 +0800)
commitc8140cdeab5a5cc88da94e697b97b107155a601c
treecdba137ef0c5f9bb6a6603cdbc92e0c5309c6b9c
parent23b2e983aeead4cc0945beea1ffd61237c414605
client: abort the client if we couldn't invalidate dentry caches

The option 'client_die_on_failed_dentry_invalidate' requires to kill
the client when fails to invalidate the dentry caches from kernel.
The CephFS client requires a mechanism to invalidate dentries in the
caller (e.g. the kernel for ceph-fuse) when capabilities must be recalled.
If the client cannot do this then the MDS cache cannot shrink which
can cause the MDS to fail.

Introduced by commit 8c778e79840f1aa9b9731e2ef20881da0d122fda.

Fixes: https://tracker.ceph.com/issues/57126
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc