libvirt/examples/xml/storage/vol-qcow.xml
Daniel P. Berrangé 3fdb431718 examples: fix storage volume size schema
There is no such <storage> element, <capacity> and <allocation> exist at
the top level.

Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2020-10-06 13:50:15 +01:00

9 lines
167 B
XML

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