Files
libvirt/tests/storagevolxml2xmlout/vol-file.xml
T

16 lines
390 B
XML
Raw Normal View History

2013-11-19 13:14:54 -07:00
<volume type='file'>
2009-10-09 14:17:21 -04:00
<name>sparse.img</name>
2012-02-22 17:48:38 -07:00
<capacity unit='bytes'>1099511627776</capacity>
<allocation unit='bytes'>0</allocation>
2009-10-09 14:17:21 -04:00
<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>