mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
qa: remove working directory in test_cephfs_mirror_sync_already_existing_snapshots
Signed-off-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
parent
1ce2777172
commit
eabd72ef05
@ -1637,6 +1637,7 @@ class TestMirroring(CephFSTestCase):
|
||||
peer_spec, f'/{dir_name}', snap_b, expected_snap_count)
|
||||
self.verify_snapshot(dir_name, snap_a)
|
||||
self.verify_snapshot(dir_name, snap_b)
|
||||
self.remove_directory(self.primary_fs_name, self.primary_fs_id, f'/{dir_name}')
|
||||
self.disable_mirroring(self.primary_fs_name, self.primary_fs_id)
|
||||
|
||||
def test_cephfs_mirror_multithread_snapshot_starvation(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user