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

<pool type="logical">
<name>pool-logical</name>
<uuid>10811110-3105-9997-1081-081111031059</uuid>
<source>
<device path="/some/source/path"/>
<name>pool-logical</name>
</source>
<target>
<path>/dev/pool-logical</path>
</target>
</pool>