mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-25 06:03:55 +03:00
aff0ddb259
Simplify the API a bunch while we are at it, add tests, etc.
16 lines
329 B
XML
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>
|