kvm+libvirt tips
Oct. 15th, 2014 03:45 pmOne command to delete (undefine) all VMs, which are turned off at the moment:
I used this to obtain hex code of color.
# virsh list --all | grep shut | awk '{ print $2}' | grep -v Name | xargs -n1 virsh undefine |
I used this to obtain hex code of color.