]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_client_recovery.py
import 15.2.5
[ceph.git] / ceph / qa / tasks / cephfs / test_client_recovery.py
index 9f8aa5decf957387bbac87985ca1f929437f702a..12ee909a6bc1ef6bbcfe0eeba24c7c750b72c4be 100644 (file)
@@ -636,7 +636,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'])