mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 02:42:22 +00:00
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>
6 lines
130 B
XML
6 lines
130 B
XML
<volume type="file">
|
|
<name>raw.img</name>
|
|
<allocation unit="M">10</allocation>
|
|
<capacity unit="M">1000</capacity>
|
|
</volume>
|