]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove the code that skip evicting the only client
authorYan, Zheng <zyan@redhat.com>
Wed, 19 Jun 2019 03:42:05 +0000 (11:42 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 19 Jun 2019 06:28:31 +0000 (14:28 +0800)
commitcd29206974427a4f6ab410b1482bbd8ebfb55fbd
treebef8c024afcc57f25540461206da244bafc20b4d
parentf2384bd58e5c0e1be177295ba2d47c5b3f6b5fa9
mds: remove the code that skip evicting the only client

There is already logic that defer marking unresponsive client stale.
No reason to defer evicting the only stale client.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
qa/tasks/cephfs/test_misc.py
src/mds/Server.cc