diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 61c215709..3c0b27a86 100644 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -489,6 +489,7 @@ function rbd_setup() { function rbd_cleanup() { if hash ceph; then $rootdir/scripts/ceph/stop.sh || true + rm -f /var/tmp/ceph_raw.img fi }