Blame SOURCES/009-crm_mon-schema.patch

fada68
From e8d324a69071760b0f4fe47689c978bf08a5b669 Mon Sep 17 00:00:00 2001
fada68
From: Ken Gaillot <kgaillot@redhat.com>
fada68
Date: Fri, 5 Aug 2016 09:41:23 -0500
fada68
Subject: [PATCH] Low: tools: make crm_mon XML schema handle resources with
fada68
 multiple active
fada68
fada68
---
fada68
 xml/crm_mon.rng | 4 ++--
fada68
 1 file changed, 2 insertions(+), 2 deletions(-)
fada68
fada68
diff --git a/xml/crm_mon.rng b/xml/crm_mon.rng
fada68
index 008c3ef..653c15e 100644
fada68
--- a/xml/crm_mon.rng
fada68
+++ b/xml/crm_mon.rng
fada68
@@ -264,14 +264,14 @@
fada68
             <optional>
fada68
                 <attribute name="pending"> <text/> </attribute>
fada68
             </optional>
fada68
-            <optional>
fada68
+            <zeroOrMore>
fada68
                 
fada68
                 <element name="node">
fada68
                     <attribute name="name"> <text/> </attribute>
fada68
                     <attribute name="id"> <text/> </attribute>
fada68
                     <attribute name="cached"> <data type="boolean" /> </attribute>
fada68
                 </element>
fada68
-            </optional>
fada68
+            </zeroOrMore>
fada68
         </element>
fada68
     </define>
fada68
 
fada68
-- 
fada68
1.8.3.1
fada68