mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
examples: xml: Fix 'vol-raw.xml' and 'vol-sparse.xml'
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>
This commit is contained in:
parent
fb6944d0ab
commit
11acb6f4eb
@ -2,4 +2,7 @@
|
|||||||
<name>raw.img</name>
|
<name>raw.img</name>
|
||||||
<allocation unit="M">10</allocation>
|
<allocation unit="M">10</allocation>
|
||||||
<capacity unit="M">1000</capacity>
|
<capacity unit="M">1000</capacity>
|
||||||
|
<target>
|
||||||
|
<format type="raw"/>
|
||||||
|
</target>
|
||||||
</volume>
|
</volume>
|
||||||
|
@ -2,4 +2,7 @@
|
|||||||
<name>sparse.img</name>
|
<name>sparse.img</name>
|
||||||
<allocation>0</allocation>
|
<allocation>0</allocation>
|
||||||
<capacity unit="T">1</capacity>
|
<capacity unit="T">1</capacity>
|
||||||
|
<target>
|
||||||
|
<format type="raw"/>
|
||||||
|
</target>
|
||||||
</volume>
|
</volume>
|
||||||
|
Loading…
Reference in New Issue
Block a user