mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00: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>
|
||||
<allocation unit="M">10</allocation>
|
||||
<capacity unit="M">1000</capacity>
|
||||
<target>
|
||||
<format type="raw"/>
|
||||
</target>
|
||||
</volume>
|
||||
|
@ -2,4 +2,7 @@
|
||||
<name>sparse.img</name>
|
||||
<allocation>0</allocation>
|
||||
<capacity unit="T">1</capacity>
|
||||
<target>
|
||||
<format type="raw"/>
|
||||
</target>
|
||||
</volume>
|
||||
|
Loading…
Reference in New Issue
Block a user