virt-manager/tests/storage-xml/pool-netfs-list0.xml
Cole Robinson e61311fc8a storage: More support for network pools
Including parsing multiple hosts, filling reasonably defaults, making
sure the createpool wizard does the correct thing, etc.
2014-12-09 16:12:47 -05:00

13 lines
301 B
XML

<pool type="netfs">
<source>
<host name="example.com"/>
<format type="nfs"/>
<dir path="/testshare"/>
</source>
<name>pool-netfs-list0</name>
<uuid>11010111-6102-1154-5108-105115116481</uuid>
<target>
<path>/var/lib/libvirt/images/pool-netfs-list0</path>
</target>
</pool>