Skip to content

Instantly share code, notes, and snippets.

@itxx00
Created May 29, 2015 08:31
Show Gist options
  • Save itxx00/60f33b93a941e5eaf2c3 to your computer and use it in GitHub Desktop.
Save itxx00/60f33b93a941e5eaf2c3 to your computer and use it in GitHub Desktop.
how to build a storage pool with virsh
virsh pool-define-as default dir - - - - /var/lib/libvirt/images
virsh pool-build default
virsh pool-start default
virsh pool-autostart default
virsh pool-list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment