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

17 lines
417 B
XML

<volume>
<name>pool-logical-volclone</name>
<key>/dev/pool-logical/pool-logical-vol</key>
<source>
</source>
<capacity unit="bytes">10737418240</capacity>
<allocation unit="bytes">10737418240</allocation>
<target>
<path>/dev/pool-logical/pool-logical-vol</path>
<permissions>
<mode>0700</mode>
<owner>10736</owner>
<group>10736</group>
</permissions>
</target>
</volume>