]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: remove temporary image exports 9964/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 27 Jun 2016 17:01:13 +0000 (13:01 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 28 Jun 2016 13:08:47 +0000 (09:08 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
qa/workunits/rbd/rbd_mirror_stress.sh

index a2565d4886a7d43ec1bf65446174a75eb68f301c..1caea2332607494551d2a65dc84b96bea0bfe245 100755 (executable)
@@ -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()