From 45498d04990861a034e2aad69a93658e018c991a Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 27 Jun 2016 13:01:13 -0400 Subject: [PATCH] qa/workunits/rbd: remove temporary image exports Signed-off-by: Jason Dillaman --- qa/workunits/rbd/rbd_mirror_stress.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/rbd/rbd_mirror_stress.sh b/qa/workunits/rbd/rbd_mirror_stress.sh index a2565d4886a7d..1caea23326074 100755 --- a/qa/workunits/rbd/rbd_mirror_stress.sh +++ b/qa/workunits/rbd/rbd_mirror_stress.sh @@ -42,6 +42,7 @@ compare_image_snaps() rbd --cluster ${CLUSTER2} -p ${pool} export ${image}@${snap_name} ${rmt_export} rbd --cluster ${CLUSTER1} -p ${pool} export ${image}@${snap_name} ${loc_export} cmp ${rmt_export} ${loc_export} + rm -f ${rmt_export} ${loc_export} } wait_for_pool_images() -- 2.39.5