Created
May 29, 2015 08:31
-
-
Save itxx00/60f33b93a941e5eaf2c3 to your computer and use it in GitHub Desktop.
how to build a storage pool with virsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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