Re: [libvirt] [PATCHv4 2/2] qemu: eliminate Ignoring open failure when using root-squash NFS

2012-02-03 Thread Eric Blake
On 02/01/2012 11:36 PM, Laine Stump wrote: This eliminates the warning message reported in: https://bugzilla.redhat.com/show_bug.cgi?id=624447 It was caused by a failure to open an image file that is not accessible by root (the uid libvirtd is running as) because it's on a root-squash

Re: [libvirt] [PATCHv4 2/2] qemu: eliminate Ignoring open failure when using root-squash NFS

2012-02-03 Thread Laine Stump
On 02/03/2012 03:45 PM, Eric Blake wrote: On 02/01/2012 11:36 PM, Laine Stump wrote: This eliminates the warning message reported in: https://bugzilla.redhat.com/show_bug.cgi?id=624447 It was caused by a failure to open an image file that is not accessible by root (the uid libvirtd is

[libvirt] [PATCHv4 2/2] qemu: eliminate Ignoring open failure when using root-squash NFS

2012-02-01 Thread Laine Stump
This eliminates the warning message reported in: https://bugzilla.redhat.com/show_bug.cgi?id=624447 It was caused by a failure to open an image file that is not accessible by root (the uid libvirtd is running as) because it's on a root-squash NFS share, owned by a different user, with