
1 Apr
2014
1 Apr
'14
9:59 a.m.
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 return an empty source list instead. This will help when adding other detection backends. --- src/storage/storage_backend_fs.c | 53 +++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 22 deletions(-)
Mostly mechanical, but it's borderline (used by patch 4/6, which feels more like a feature than bug fix) and big enough that I'd feel better waiting for 1.2.4 before pushing this one. But once that happens,
ACK
Pushed now; Thanks Peter