From 107b91d528c75f3f7097e1dc3f21c62d38398e8f Mon Sep 17 00:00:00 2001 From: "Yan, Zheng" Date: Mon, 28 Oct 2019 15:39:44 +0800 Subject: [PATCH] qa/cephfs: test case for auto reconnect after blacklisted Signed-off-by: "Yan, Zheng" Fixes: https://tracker.ceph.com/issues/42085 --- qa/tasks/cephfs/test_client_recovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) -- 2.47.3