Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jordimassaguerpla/9c20e97a2210629cd21e to your computer and use it in GitHub Desktop.
Save jordimassaguerpla/9c20e97a2210629cd21e to your computer and use it in GitHub Desktop.
create_default_pool_for_libvirt
mkdir -p /var/lib/virt/
virsh pool-define-as --name default --type dir --target /var/lib/virt/images
virsh pool-autostart default
virsh pool-build default
virsh pool-start default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment