[libvirt] [PATCH 1/8] schema: Add physical sizing grammer for storagevol grammar

John Ferlan posted 8 patches 6 years, 11 months ago
[libvirt] [PATCH 1/8] schema: Add physical sizing grammer for storagevol grammar
Posted by John Ferlan 6 years, 11 months ago
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.

Signed-off-by: John Ferlan <jferlan@redhat.com>
---
 docs/schemas/storagevol.rng | 5 +++++
 1 file changed, 5 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 @@
           <ref name='scaledInteger'/>
         </element>
       </optional>
+      <optional>
+        <element name='physical'>
+          <ref name='scaledInteger'/>
+        </element>
+      </optional>
     </interleave>
   </define>
 
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list