libvirt/tests/storagevolxml2xmlout/vol-qcow2-clusterSize.xml

22 lines
600 B
XML
Raw Normal View History

<volume type='file'>
<name>OtherDemo.img</name>
<key>/var/lib/libvirt/images/OtherDemo.img</key>
<capacity unit='bytes'>5368709120</capacity>
<allocation unit='bytes'>294912</allocation>
<target>
<path>/var/lib/libvirt/images/OtherDemo.img</path>
<format type='qcow2'/>
<permissions>
<mode>0644</mode>
<owner>0</owner>
<group>0</group>
<label>unconfined_u:object_r:virt_image_t:s0</label>
</permissions>
<compat>1.1</compat>
<clusterSize unit='B'>131072</clusterSize>
<features>
<extended_l2/>
</features>
</target>
</volume>