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

<pool type="disk">
<name>pool-disk</name>
<uuid>10010511-5107-1001-0511-510710010511</uuid>
<source>
<format type="dos"/>
<device path="/some/source/path"/>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>