1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/compute/models/libvirt/templates/volume.xml

14 lines
No EOL
376 B
XML

<volume>
<name>ubuntu.qcow2</name>
<allocation unit="G">10</allocation>
<capacity unit="G">10</capacity>
<target>
<format type="qcow2"/>
<permissions>
<owner>0</owner>
<group>0</group>
<mode>0744</mode>
<label>virt_image_t</label>
</permissions>
</target>
</volume>