]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: unmount clients before deleting fs 26699/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 28 Feb 2019 17:02:33 +0000 (09:02 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 28 Feb 2019 17:02:33 +0000 (09:02 -0800)
Client unmount during test cleanup will hang if the file system was deleted.

Fixes: http://tracker.ceph.com/issues/38518
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_misc.py

index 737a5409683c411b53a00abd4f21872d767cedef..dd1ff2b752873c221dbdd0d0af3c374ac7a7695f 100644 (file)
@@ -52,6 +52,9 @@ class TestMisc(CephFSTestCase):
         self.assertGreaterEqual(rctime, t-10)
 
     def test_fs_new(self):
+        self.mount_a.umount_wait()
+        self.mount_b.umount_wait()
+
         data_pool_name = self.fs.get_data_pool_name()
 
         self.fs.mds_stop()