virt-manager/tests/storage-xml/pool-fs.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

12 lines
246 B
XML

<pool type="fs">
<name>pool-fs</name>
<uuid>10211510-2115-1021-1510-211510211510</uuid>
<source>
<format type="auto"/>
<device path="/some/source/path"/>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>