Re: [libvirt] [PATCH 4/6] storage: fs: Don't try to chown directory unless user requested

2015-04-28 Thread Peter Krempa
On Mon, Apr 27, 2015 at 16:48:42 -0400, Cole Robinson wrote: Currently we try to chown any directory passed to virDirCreate, even if the user didn't request any explicit owner/group via the pool/vol XML. This causes issues with qemu:///session: try to build a pool of a root owned directory

[libvirt] [PATCH 4/6] storage: fs: Don't try to chown directory unless user requested

2015-04-27 Thread Cole Robinson
Currently we try to chown any directory passed to virDirCreate, even if the user didn't request any explicit owner/group via the pool/vol XML. This causes issues with qemu:///session: try to build a pool of a root owned directory like /tmp, and it fails trying to chown the directory to the