From 11acb6f4eb7b5b07b237a4962f901947af29709f Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 6 Oct 2020 17:35:01 +0200 Subject: [PATCH] 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 --- examples/xml/storage/vol-raw.xml | 3 +++ examples/xml/storage/vol-sparse.xml | 3 +++ 2 files changed, 6 insertions(+) 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 + + +