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

9 lines
178 B
XML

<volume type="file">
<name>raw.img</name>
<allocation unit="M">10</allocation>
<capacity unit="M">1000</capacity>
<target>
<format type="raw"/>
</target>
</volume>