mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
test_volumes: fix _verify_clone_attrs call
... to verify the attributes of clone and source subvolume belonging
to different subvolume groups.
Introduced in e22d546beb
Fixes: https://tracker.ceph.com/issues/44438
Signed-off-by: Ramana Raja <rraja@redhat.com>
This commit is contained in:
parent
6b45b3b6c9
commit
d2e327c41c
@ -99,7 +99,7 @@ class TestVolumes(CephFSTestCase):
|
||||
time.sleep(1)
|
||||
self.assertTrue(check < timo)
|
||||
|
||||
self._verify_clone_attrs(subvolume, clone)
|
||||
self._verify_clone_attrs(subvolume, clone, source_group=source_group, clone_group=clone_group)
|
||||
|
||||
def _generate_random_volume_name(self, count=1):
|
||||
r = random.sample(range(10000), count)
|
||||
|
Loading…
Reference in New Issue
Block a user