Also remove nvram
This commit is contained in:
parent
5d837ae9ff
commit
9cf89e478f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user