mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
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:
commit
06e7b12d24
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user