fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

Make volume owner and group optional #87

Closed ekohl closed 3 years ago

ekohl commented 3 years ago

Always passing this makes it required. This breaks using libvirt via qemu:///session. By not passing it at all, it leaves it up to libvirt to deal with.

ekohl commented 3 years ago

Merging my own PR given the prior approval by @lzap (but then he didn't have merge access yet).