virt-manager/tests/xmlparse-xml/pool-dir-vol-out.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

16 lines
329 B
XML

<volume>
<name>pool-dir-vol</name>
<capacity>2000</capacity>
<allocation>1000</allocation>
<target>
<format type="qcow2"/>
<permissions>
<mode>0744</mode>
<owner>10000</owner>
<group>10000</group>
<label>foo.label</label>
</permissions>
<path>/foo/bar</path>
</target>
</volume>