]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/cephfs/test_flush.py
import 15.2.4
[ceph.git] / ceph / qa / tasks / cephfs / test_flush.py
index ee0b1c92b1992e64bae7cfff36a31f205dad890a..17cb849700eb3c7f88fa31a38757b41f16246eca 100644 (file)
@@ -88,8 +88,7 @@ class TestFlush(CephFSTestCase):
         initial_purges = self.fs.mds_asok(['perf', 'dump', 'mds_cache'])['mds_cache']['strays_enqueued']
 
         # Use a client to delete a file
-        self.mount_a.mount()
-        self.mount_a.wait_until_mounted()
+        self.mount_a.mount_wait()
         self.mount_a.run_shell(["rm", "-rf", "mydir"])
 
         # Flush the journal so that the directory inode can be purged