Skip to content

Commit

Permalink
rbd-mirror: test: Fixed timeout problem in rbd_mirror_stress.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Dias <rdias@suse.com>
  • Loading branch information
rjfd committed Sep 26, 2016
1 parent 16ebf20 commit d814c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/workunits/rbd/rbd_mirror_stress.sh
Expand Up @@ -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
Expand Down

0 comments on commit d814c4a

Please sign in to comment.