Displaying 1 result from an estimated 1 matches for "buildserver_default".
2017 Feb 15
1
provisioning with vagrant-libvirt leaves .img file only readable by root
...tch (testing) with vagrant and the
vagrant-libvirt plugin.  When I import a vagrant box (jessie64.box), the
resulting file permssions let anyone in the "kvm" group read the img.
But when I build upon that box, only root can read it:
-rw------- 1 root         root 20198785024 Sep 19 18:19
buildserver_default.img
-rwxr--r-- 1 libvirt-qemu kvm   2148663296 Sep  5 22:55
jessie64_vagrant_box_image_0.img
How can I control those file permissions as a regular user in the
libvirtd group?  I need to read that image in order to use qemu-img to
rebase and create a new vagrant box.  The current `vagrant package`...