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

Julio Faracco posted 1 patch 5 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180911025713.6311-1-jcfaracco@gmail.com
Test syntax-check failed
docs/schemas/storagevol.rng | 1 +
1 file changed, 1 insertion(+)
[libvirt] [PATCH] docs: Fix missing timestamp inside backingStore.
Posted by Julio Faracco 5 years, 7 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Fix missing timestamp inside backingStore.
Posted by Erik Skultety 5 years, 7 months ago
On Mon, Sep 10, 2018 at 11:57:13PM -0300, Julio Faracco wrote:
> 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@gmail.com>

Reviewed-by: Erik Skultety <eskultet@redhat.com>

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