From: Jason Dillaman Date: Mon, 27 Jun 2016 17:01:13 +0000 (-0400) Subject: qa/workunits/rbd: remove temporary image exports X-Git-Tag: ses5-milestone5~588^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=45498d04990861a034e2aad69a93658e018c991a;p=ceph.git qa/workunits/rbd: remove temporary image exports Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/rbd/rbd_mirror_stress.sh b/qa/workunits/rbd/rbd_mirror_stress.sh index a2565d4886a7..1caea2332607 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()