mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
3fdb431718
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>
9 lines
165 B
XML
9 lines
165 B
XML
<volume type="file">
|
|
<name>cow.img</name>
|
|
<allocation>0</allocation>
|
|
<capacity unit="T">1</capacity>
|
|
<target>
|
|
<format type="cow"/>
|
|
</target>
|
|
</volume>
|