From: Peter Krempa Date: Tue, 6 Oct 2020 15:35:01 +0000 (+0200) Subject: examples: xml: Fix 'vol-raw.xml' and 'vol-sparse.xml' X-Git-Tag: v6.9.0-rc1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11acb6f4eb7b5b07b237a4962f901947af29709f;p=thirdparty%2Flibvirt.git examples: xml: Fix 'vol-raw.xml' and 'vol-sparse.xml' Our schema forces a element which was not present in the files. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- diff --git a/examples/xml/storage/vol-raw.xml b/examples/xml/storage/vol-raw.xml index bc4e049a35..e6c5a28a25 100644 --- a/examples/xml/storage/vol-raw.xml +++ b/examples/xml/storage/vol-raw.xml @@ -2,4 +2,7 @@ raw.img 10 1000 + + + diff --git a/examples/xml/storage/vol-sparse.xml b/examples/xml/storage/vol-sparse.xml index 2ec9f0b748..21f14a4ac7 100644 --- a/examples/xml/storage/vol-sparse.xml +++ b/examples/xml/storage/vol-sparse.xml @@ -2,4 +2,7 @@ sparse.img 0 1 + + +