libvirt/tests/storagevolxml2xmlout/vol-file-backing.xml
2009-10-16 10:52:27 -04:00

28 lines
610 B
XML

<volume>
<name>sparse.img</name>
<key>(null)</key>
<source>
</source>
<capacity>10000000000</capacity>
<allocation>0</allocation>
<target>
<path>/var/lib/libvirt/images/sparse.img</path>
<format type='raw'/>
<permissions>
<mode>00</mode>
<owner>744</owner>
<group>0</group>
</permissions>
</target>
<backingStore>
<path>/var/lib/virt/images/master.img</path>
<format type='vmdk'/>
<permissions>
<mode>0744</mode>
<owner>1</owner>
<group>1</group>
<label>virt_image_t</label>
</permissions>
</backingStore>
</volume>