Also remove nvram

This commit is contained in:
Arif Ali 2021-01-17 19:17:47 +00:00
parent 5d837ae9ff
commit 9cf89e478f
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

@ -371,7 +371,7 @@ destroy_vms() {
virsh --connect qemu:///system destroy "$virt_node"
# Actually remove the VM
virsh --connect qemu:///system undefine "$virt_node"
virsh --connect qemu:///system undefine "$virt_node" --nvram
# Remove the three storage volumes from disk
if [[ $doing_juju = "true" ]] ; then