mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
When using qemu:///session, it's necessary to ensure the correct user/group is passed in when creating additional volume storage as otherwise the default is to attempt to chown/chgrp it to 0:0 which will fail. With this in place and recent changes around uri/qemu_use_session, remove the checks guarding retrieving the storage pool as it is also possible for it to be created as expected for the session. Update create domain tests to check for the correct settings such as storage path and user/group id's passed to the volume create call for the additional disks. Fixes: #986