libvirt/tests/virstorageutildata/gluster-parse-multivol-netfs.xml
Peter Krempa 5df6992e1c storage: Fix XPath for looking up gluster volume name
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
2017-04-04 16:36:15 +02:00

18 lines
336 B
XML

<sources>
<source>
<host name='testhost'/>
<dir path='aaa'/>
<format type='glusterfs'/>
</source>
<source>
<host name='testhost'/>
<dir path='test'/>
<format type='glusterfs'/>
</source>
<source>
<host name='testhost'/>
<dir path='test1'/>
<format type='glusterfs'/>
</source>
</sources>