mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
11acb6f4eb
Our schema forces a <target/> element which was not present in the files. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
9 lines
178 B
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>
|