From: Yan, Zheng Date: Mon, 28 Oct 2019 07:39:44 +0000 (+0800) Subject: qa/cephfs: test case for auto reconnect after blacklisted X-Git-Tag: v16.1.0~2690^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=107b91d528c75f3f7097e1dc3f21c62d38398e8f;p=ceph.git qa/cephfs: test case for auto reconnect after blacklisted Signed-off-by: "Yan, Zheng" Fixes: https://tracker.ceph.com/issues/42085 --- diff --git a/qa/tasks/cephfs/test_client_recovery.py b/qa/tasks/cephfs/test_client_recovery.py index e18fe997e4d1..6cec7ae6c862 100644 --- a/qa/tasks/cephfs/test_client_recovery.py +++ b/qa/tasks/cephfs/test_client_recovery.py @@ -642,7 +642,7 @@ class TestClientRecovery(CephFSTestCase): self.mount_a.umount_wait() if isinstance(self.mount_a, FuseMount): - self.skipTest("Not implemented in FUSE client yet") + self.mount_a.mount(mount_options=['--client_reconnect_stale=1', '--fuse_disable_pagecache=1']) else: try: self.mount_a.mount(mount_options=['recover_session=clean'])