mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
Merge pull request #10155 from trociny/wip-16555-workaround
qa/workunits/rbd: before removing image make sure it is not bootstrapped Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
commit
7e43e4905b
@ -170,6 +170,8 @@ unprotect_snapshot ${CLUSTER2} ${POOL} ${image5} 'snap2'
|
||||
for i in ${image3} ${image5}; do
|
||||
remove_snapshot ${CLUSTER2} ${POOL} ${i} 'snap1'
|
||||
remove_snapshot ${CLUSTER2} ${POOL} ${i} 'snap2'
|
||||
# workaround #16555: before removing make sure it is not still bootstrapped
|
||||
wait_for_image_replay_started ${CLUSTER1} ${POOL} ${i}
|
||||
remove_image ${CLUSTER2} ${POOL} ${i}
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user