diff --git a/devstack/lib/ceph b/devstack/lib/ceph index 879bb22..c9c6eda 100755 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -336,6 +336,9 @@ function cleanup_ceph_remote { sudo ceph -c ${CEPH_CONF_FILE} osd pool delete $NOVA_CEPH_POOL $NOVA_CEPH_POOL \ --yes-i-really-really-mean-it > /dev/null 2>&1 fi + + # Clean up the disk image and mount that we created + destroy_disk ${CEPH_DISK_IMAGE} ${CEPH_DATA_DIR} } function cleanup_ceph_embedded {