mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
dff04e0af0
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.
8 lines
114 B
XML
8 lines
114 B
XML
<sources>
|
|
<source>
|
|
<host name='testhost'/>
|
|
<dir path='/'/>
|
|
<name>vol0</name>
|
|
</source>
|
|
</sources>
|