[libvirt] [PATCH] docs: Fix missing timestamp inside backingStore.

Julio Faracco jcfaracco at gmail.com
Tue Sep 11 02:57:13 UTC 2018


All backingStore XML definitions have a XML tag with the timestamp. This
timestamp is not defined insinde RNG volume storage schema and it is
causing some problems to validate and check volume XMLs.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1594266

Signed-off-by: Julio Faracco <jcfaracco at gmail.com>
---
 docs/schemas/storagevol.rng | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng
index 96d6b3e6d0..32aaa2784d 100644
--- a/docs/schemas/storagevol.rng
+++ b/docs/schemas/storagevol.rng
@@ -139,6 +139,7 @@
         </element>
         <ref name='format'/>
         <ref name='permissions'/>
+        <ref name='timestamps'/>
       </interleave>
     </element>
   </define>
-- 
2.17.1




More information about the libvir-list mailing list