mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-07 17:18:00 +03:00
87ce425197
Signed-off-by: Cole Robinson <crobinso@redhat.com>
16 lines
396 B
XML
16 lines
396 B
XML
<volume type="file">
|
|
<name>pool-disk-volclone</name>
|
|
<key>/dev/pool-disk-vol</key>
|
|
<capacity unit="bytes">10737418240</capacity>
|
|
<allocation unit="bytes">5368709120</allocation>
|
|
<target>
|
|
<path>/dev/pool-disk-vol</path>
|
|
<format type="none"/>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>10736</owner>
|
|
<group>10736</group>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|