File pacemaker-crm_mon-xml-schema-multiple-active.patch of Package pacemaker.3577
commit e8d324a69071760b0f4fe47689c978bf08a5b669
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Fri Aug 5 09:41:23 2016 -0500
Low: tools: make crm_mon XML schema handle resources with multiple active
diff --git a/xml/crm_mon.rng b/xml/crm_mon.rng
index 008c3ef..653c15e 100644
--- a/xml/crm_mon.rng
+++ b/xml/crm_mon.rng
@@ -264,14 +264,14 @@
<optional>
<attribute name="pending"> <text/> </attribute>
</optional>
- <optional>
+ <zeroOrMore>
<!-- crm_mon prints the node only if group-by-node is false -->
<element name="node">
<attribute name="name"> <text/> </attribute>
<attribute name="id"> <text/> </attribute>
<attribute name="cached"> <data type="boolean" /> </attribute>
</element>
- </optional>
+ </zeroOrMore>
</element>
</define>