Re: [libvirt] [PATCH v2 4/5] storage: Fix XPath for looking up gluster volume name

2017-04-03 Thread Andrea Bolognani
On Thu, 2017-03-30 at 17:12 +0200, Peter Krempa wrote: > Use the relative lookup specifier rather than the global one. Otherwise > only the first name would be looked up. Add a test case to cover the > scenario. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1436574 ACK -- Andrea Bol

[libvirt] [PATCH v2 4/5] storage: Fix XPath for looking up gluster volume name

2017-03-30 Thread Peter Krempa
Use the relative lookup specifier rather than the global one. Otherwise only the first name would be looked up. Add a test case to cover the scenario. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1436574 --- src/storage/storage_util.c | 2 +- .../gluster-parse-mu