Re: [libvirt] [PATCH 3/7] virfile: Need to check for ENOTCONN from recvfd failure

2015-01-29 Thread Eric Blake
On 01/28/2015 03:25 PM, John Ferlan wrote: > A gnulib change (commit id 'beae0bdc') causes ENOTCONN to be returned > from recvfd which causes us to fall into the throwaway waitpid() call > and return ENOTCONN to the caller, this then gets displayed during > a 'virsh save' when using a root squashed

[libvirt] [PATCH 3/7] virfile: Need to check for ENOTCONN from recvfd failure

2015-01-28 Thread John Ferlan
A gnulib change (commit id 'beae0bdc') causes ENOTCONN to be returned from recvfd which causes us to fall into the throwaway waitpid() call and return ENOTCONN to the caller, this then gets displayed during a 'virsh save' when using a root squashed NFS environment that's trying to save the file as