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

18 lines
429 B
XML

<volume>
<name>pool-dir-volclone</name>
<key>/some/target/path/pool-dir-vol</key>
<source>
</source>
<capacity unit="bytes">10737418240</capacity>
<allocation unit="bytes">5368709120</allocation>
<target>
<path>/some/target/path/pool-dir-vol</path>
<format type="raw"/>
<permissions>
<mode>0700</mode>
<owner>10736</owner>
<group>10736</group>
</permissions>
</target>
</volume>