Skip to content

Commit

Permalink
qa/workunits/rbd: remove temporary image exports
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Jun 28, 2016
1 parent 3e224c6 commit 45498d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/workunits/rbd/rbd_mirror_stress.sh
Expand Up @@ -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()
Expand Down

0 comments on commit 45498d0

Please sign in to comment.