libvirt/tests/virstorageutildata/gluster-parse-basic-native.xml
Peter Krempa dff04e0af0 storage: gluster: Use volume name as "<name>" field in the XML
For native gluster pools the <dir> field denotes a directory inside the
pool. For the actual pool name the <name> field has to be used.
2017-04-04 16:36:15 +02:00

8 lines
114 B
XML

<sources>
<source>
<host name='testhost'/>
<dir path='/'/>
<name>vol0</name>
</source>
</sources>