virt-manager/tests/xmlparse-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

15 lines
399 B
XML

<pool type="fs">
<name>pool-fs</name>
<uuid>10211510-2115-1021-1510-211510211510</uuid>
<capacity unit='bytes'>984373075968</capacity>
<allocation unit='bytes'>756681687040</allocation>
<available unit='bytes'>227691388928</available>
<source>
<format type="auto"/>
<device path="/some/source/path"/>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>