mirror of https://gitee.com/openkylin/libvirt.git
27 lines
661 B
XML
27 lines
661 B
XML
<volume>
|
|
<!-- lines scrambled to test interleaves -->
|
|
<key>/var/lib/libvirt/images/sparse.img</key>
|
|
<capacity unit='GB'>10</capacity>
|
|
<source/>
|
|
<target>
|
|
<permissions>
|
|
<owner>0744</owner>
|
|
<mode>0</mode>
|
|
<group>0</group>
|
|
</permissions>
|
|
<path>/var/lib/libvirt/images/sparse.img</path>
|
|
</target>
|
|
<allocation unit='MiB'>0</allocation>
|
|
<backingStore>
|
|
<format type='vmdk'/>
|
|
<path>/var/lib/virt/images/master.img</path>
|
|
<permissions>
|
|
<mode>0744</mode>
|
|
<label>virt_image_t</label>
|
|
<owner>1</owner>
|
|
<group>1</group>
|
|
</permissions>
|
|
</backingStore>
|
|
<name>sparse.img</name>
|
|
</volume>
|