From 39d76c68569fa4a1816172e0d971a6b148ba5c23 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Fri, 18 May 2018 17:25:01 -0400 Subject: [PATCH] schema: Add physical sizing element for storagevol grammar https://bugzilla.redhat.com/show_bug.cgi?id=1572491 Commit id '78661cb' added a physical output, but failed to update the schema resulting in a failure from virt-xml-validate. While at it - update the storagevolschemadata for the output. Signed-off-by: John Ferlan ACKed-by Michal Privoznik --- docs/schemas/storagevol.rng | 5 +++++ tests/storagevolschemadata/qcow2-no-source.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng index 7450547ffa..96d6b3e6d0 100644 --- a/docs/schemas/storagevol.rng +++ b/docs/schemas/storagevol.rng @@ -56,6 +56,11 @@ + + + + + diff --git a/tests/storagevolschemadata/qcow2-no-source.xml b/tests/storagevolschemadata/qcow2-no-source.xml index 777294ec14..4958845594 100644 --- a/tests/storagevolschemadata/qcow2-no-source.xml +++ b/tests/storagevolschemadata/qcow2-no-source.xml @@ -3,6 +3,7 @@ /var/lib/libvirt/images/OtherDemo.img 5 294912 + 5 /var/lib/libvirt/images/OtherDemo.img -- GitLab