Skip to content

Instantly share code, notes, and snippets.

@devynspencer
Last active January 15, 2016 02:58
Show Gist options
  • Save devynspencer/8baf17e3d43ebfcf4a41 to your computer and use it in GitHub Desktop.
Save devynspencer/8baf17e3d43ebfcf4a41 to your computer and use it in GitHub Desktop.
# remove a vm
vm=ansible_ovirt_node; sudo virsh destroy $vm && sudo virsh undefine $vm
# test virtualization capabilities of the os
sudo virt-host-validate
@devynspencer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment