We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3d82f commit adb350eCopy full SHA for adb350e
devsetup/scripts/ipv6-nat64/sno.sh
@@ -214,6 +214,7 @@ function destroy_sno_instance {
214
${VIRSH_CMD} undefine "${SNO_INSTANCE_NAME}" --nvram --remove-all-storage
215
echo "OCP single-node instance: ${SNO_INSTANCE_NAME} deleted"
216
fi
217
+ sudo virsh vol-delete --pool ${LIBVIRT_STORAGE_POOL} ${BOOTSTRAP_ISO_FILENAME} || true
218
}
219
220
function create_dnsmasq_config {
0 commit comments