mirror of https://gitee.com/openkylin/libvirt.git
16 lines
390 B
XML
16 lines
390 B
XML
<volume type='file'>
|
|
<name>sparse.img</name>
|
|
<capacity unit='bytes'>1099511627776</capacity>
|
|
<allocation unit='bytes'>0</allocation>
|
|
<target>
|
|
<path>/var/lib/libvirt/images/sparse.img</path>
|
|
<format type='raw'/>
|
|
<permissions>
|
|
<mode>00</mode>
|
|
<owner>744</owner>
|
|
<group>0</group>
|
|
<label>virt_image_t</label>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|