virt-manager/tests/storage-xml/pool-netfs.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
289 B
XML

<pool type="netfs">
<name>pool-netfs</name>
<uuid>11010111-6102-1151-1010-111610211511</uuid>
<source>
<format type="auto"/>
<host name="some.random.hostname"/>
<dir path="/some/source/path"/>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>