2021-01-18 04:55:59 +00:00
|
|
|
function vm_rm -a domain -d 'Destroy, undefine, and delete the volume of a domain'
|
|
|
|
virsh destroy $domain
|
|
|
|
virsh undefine $domain
|
2022-01-18 17:52:43 +00:00
|
|
|
virsh vol-delete /home/libvirt/$domain.qcow2
|
2021-01-18 04:55:59 +00:00
|
|
|
end
|