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:
Peter Krempa 2020-10-06 17:35:01 +02:00
parent fb6944d0ab
commit 11acb6f4eb
2 changed files with 6 additions and 0 deletions

View File

@ -2,4 +2,7 @@
<name>raw.img</name>
<allocation unit="M">10</allocation>
<capacity unit="M">1000</capacity>
<target>
<format type="raw"/>
</target>
</volume>

View File

@ -2,4 +2,7 @@
<name>sparse.img</name>
<allocation>0</allocation>
<capacity unit="T">1</capacity>
<target>
<format type="raw"/>
</target>
</volume>