mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
Merge PR #39725 into master
* refs/pull/39725/head: qa: delete all fs during tearDown Reviewed-by: Ramana Raja <rraja@redhat.com> Reviewed-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
commit
944e2e8c5e
@ -214,6 +214,9 @@ class CephFSTestCase(CephTestCase):
|
||||
for m in self.mounts:
|
||||
m.teardown()
|
||||
|
||||
# To prevent failover messages during Unwind of ceph task
|
||||
self.mds_cluster.delete_all_filesystems()
|
||||
|
||||
for m, md in zip(self.mounts, self._orig_mount_details):
|
||||
md.restore(m)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user