From a5f63f726146c2c230d172f6909d8ca1ad46895a Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Tue, 2 Aug 2016 20:06:17 +0300 Subject: [PATCH] qa/workunits/rbd: wait for image deleted before checking health This is a fixup to the previous commit. Signed-off-by: Mykola Golub --- qa/workunits/rbd/rbd_mirror_stress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/rbd_mirror_stress.sh b/qa/workunits/rbd/rbd_mirror_stress.sh index 062436793724..c7cd75ad3314 100755 --- a/qa/workunits/rbd/rbd_mirror_stress.sh +++ b/qa/workunits/rbd/rbd_mirror_stress.sh @@ -156,7 +156,7 @@ do done testlog "TEST: image deletions should propagate" -wait_for_pool_images ${CLUSTER2} ${POOL} 0 +wait_for_pool_images ${CLUSTER1} ${POOL} 0 wait_for_pool_healthy ${CLUSTER1} ${POOL} 0 for i in `seq 1 ${IMAGE_COUNT}` do -- 2.47.3