Skip to content

Instantly share code, notes, and snippets.

@nicot
Created July 17, 2014 22:40
Show Gist options
  • Save nicot/bdcd6963af3b671e3638 to your computer and use it in GitHub Desktop.
Save nicot/bdcd6963af3b671e3638 to your computer and use it in GitHub Desktop.
for i in `virsh list --all | awk '{print $2}'`; do virsh destroy $i; virsh undefine $i; done
@nicot
Copy link
Author

nicot commented Jul 17, 2014

virsh vol-list default

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