mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-24 15:26:36 -06:00
aff0ddb259
Simplify the API a bunch while we are at it, add tests, etc.
14 lines
283 B
XML
14 lines
283 B
XML
<volume>
|
|
<name>pool-dir-vol</name>
|
|
<capacity>10737418240</capacity>
|
|
<allocation>5368709120</allocation>
|
|
<target>
|
|
<format type="raw"/>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>10736</owner>
|
|
<group>10736</group>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|