Merge PR #26699 into master

* refs/pull/26699/head:
	qa: unmount clients before deleting fs

Reviewed-by: Zheng Yan <zyan@redhat.com>
This commit is contained in:
Patrick Donnelly 2019-03-01 06:46:46 -08:00
commit 06e7b12d24
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View 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()