mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
5df6992e1c
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
18 lines
336 B
XML
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>
|