From 5c737038dd6d44bd76605587486ddf9457bc2d96 Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Wed, 21 Sep 2016 23:08:18 +0100 Subject: [PATCH] rbd-mirror: test: Fixed timeout problem in rbd_mirror_stress.sh Signed-off-by: Ricardo Dias --- qa/workunits/rbd/rbd_mirror_stress.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/rbd/rbd_mirror_stress.sh b/qa/workunits/rbd/rbd_mirror_stress.sh index 229169ba2c71..19d24b66c8d7 100755 --- a/qa/workunits/rbd/rbd_mirror_stress.sh +++ b/qa/workunits/rbd/rbd_mirror_stress.sh @@ -104,6 +104,8 @@ do snap_name="snap${i}" create_snap ${CLUSTER2} ${POOL} ${image} ${snap_name} + wait_for_image_replay_started ${CLUSTER1} ${POOL} ${image} + wait_for_replay_complete ${CLUSTER1} ${CLUSTER2} ${POOL} ${image} wait_for_snap_present ${CLUSTER1} ${POOL} ${image} ${snap_name} compare_image_snaps ${POOL} ${image} ${snap_name} done -- 2.47.3