↧
Answer by Dave for Create Multiple libvirt Volumes From One XML File
This is not possible. One solution I created was to create my own "root tag" called <volumeCollection> and have my own XML scanner find all of the <volume> tags and call virsh vol-create...
View ArticleCreate Multiple libvirt Volumes From One XML File
I'm using libvirt's virsh vol-create command to create multiple volumes. I've started using Jinja2 templates to help with automating the task for a specific application. In my case, it would help...
View Article