The list of pending clones didn't match the expected.
The test fails occasionally. This is because the
clone would have finished before checking for this.
So increase the clone delay.
Fixes: https://tracker.ceph.com/issues/57446
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit
d382185f494b4437b17741281d7652e0a11965da)
self._fs_cmd("subvolume", "snapshot", "create", self.volname, subvolume, snapshot)
# insert delay at the beginning of snapshot clone
- self.config_set('mgr', 'mgr/volumes/snapshot_clone_delay', 5)
+ self.config_set('mgr', 'mgr/volumes/snapshot_clone_delay', 10)
# schedule a clones
for clone in clone_list: