libvirt/examples/xml/storage/vol-qcow2.xml

11 lines
198 B
XML

<volume type="file">
<name>qcow2.img</name>
<storage>
<allocation>0</allocation>
<capacity unit="T">1</capacity>
</storage>
<target>
<format type="qcow2"/>
</target>
</volume>