virt-manager/tests/storage-xml/pool-netfs-list0.xml
Cole Robinson aff0ddb259 Use XMLBuilder for Storage object handling
Simplify the API a bunch while we are at it, add tests, etc.
2013-09-20 10:00:08 -04:00

13 lines
301 B
XML

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