Re: [libvirt] [PATCH 2/6] storage: netfs: Split up and tidy up NFS storage pool source function

2014-04-01 Thread Peter Krempa
On 03/28/14 23:13, Eric Blake wrote: > On 03/28/2014 04:01 PM, Peter Krempa wrote: >> Extract the NFS related stuff into a separate function and tidy up the >> rest of the code so we can reuse it to add gluster backend detection. >> >> Additionally avoid reporting of errors from "showmount" and ret

Re: [libvirt] [PATCH 2/6] storage: netfs: Split up and tidy up NFS storage pool source function

2014-03-28 Thread Eric Blake
On 03/28/2014 04:01 PM, Peter Krempa wrote: > Extract the NFS related stuff into a separate function and tidy up the > rest of the code so we can reuse it to add gluster backend detection. > > Additionally avoid reporting of errors from "showmount" and return an > empty source list instead. This w

[libvirt] [PATCH 2/6] storage: netfs: Split up and tidy up NFS storage pool source function

2014-03-28 Thread Peter Krempa
Extract the NFS related stuff into a separate function and tidy up the rest of the code so we can reuse it to add gluster backend detection. Additionally avoid reporting of errors from "showmount" and return an empty source list instead. This will help when adding other detection backends. --- sr