mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
13 lines
272 B
XML
13 lines
272 B
XML
|
<pool type='netfs'>
|
||
|
<source>
|
||
|
<host name='example.com'/>
|
||
|
<format type='glusterfs'/>
|
||
|
<dir path='volume'/>
|
||
|
</source>
|
||
|
<name>netfs-gluster</name>
|
||
|
<uuid>d5609ced-94b1-489e-b218-eff35c30336a</uuid>
|
||
|
<target>
|
||
|
<path>/mnt/gluster</path>
|
||
|
</target>
|
||
|
</pool>
|