Tag: pool
-
Adding Lots of Storage Pools to Libvirt
I do not enjoy having subdirectories involved for storing files in libvert. The virt-manager interface is just way too brutal about how you manually add storage pools. After much ranting, I wrote a bash script to add these directories for my VM disk images. 1 #!/bin/bash 2 3 set -e 4 #set -x 5 existing_pools=()…