Merge "Clean up our disk image and mountpoint"

This commit is contained in:
Zuul 2021-05-21 21:08:05 +00:00 committed by Gerrit Code Review
commit eff4aa43ac
1 changed files with 3 additions and 0 deletions

View File

@ -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 {