Page MenuHomeClusterLabs Projects

No OneTemporary

diff --git a/xml/api/crmadmin-2.25.rng b/xml/api/crmadmin-2.25.rng
index 973f6d4935..1400a2ceb7 100644
--- a/xml/api/crmadmin-2.25.rng
+++ b/xml/api/crmadmin-2.25.rng
@@ -1,61 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start>
<ref name="element-crmadmin"/>
</start>
<define name="element-crmadmin">
<optional>
<ref name="element-status" />
</optional>
<optional>
<externalRef href="pacemakerd-health-2.25.rng" />
</optional>
<optional>
<ref name="element-dc" />
</optional>
<optional>
<ref name="crmadmin-nodes-list" />
</optional>
</define>
<define name="element-status">
<element name="crmd">
<attribute name="node_name"> <text /> </attribute>
<attribute name="state"> <text /> </attribute>
<attribute name="result"> <text /> </attribute>
</element>
</define>
<define name="element-dc">
<element name="dc">
<attribute name="node_name"> <text /> </attribute>
</element>
</define>
<define name="crmadmin-nodes-list">
<element name="nodes">
<zeroOrMore>
<ref name="element-crmadmin-node" />
</zeroOrMore>
</element>
</define>
<define name="element-crmadmin-node">
<element name="node">
<attribute name="type">
<choice>
<value>unknown</value>
<value>member</value>
<value>remote</value>
<value>ping</value>
+ <value>cluster</value>
+ <value>guest</value>
</choice>
</attribute>
<attribute name="name"> <text/> </attribute>
<attribute name="id"> <text/> </attribute>
</element>
</define>
</grammar>
diff --git a/xml/api/crmadmin-2.4.rng b/xml/api/crmadmin-2.4.rng
index 34c9ca4307..3866d97dc5 100644
--- a/xml/api/crmadmin-2.4.rng
+++ b/xml/api/crmadmin-2.4.rng
@@ -1,68 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start>
<ref name="element-crmadmin"/>
</start>
<define name="element-crmadmin">
<optional>
<ref name="element-status" />
</optional>
<optional>
<ref name="element-pacemakerd" />
</optional>
<optional>
<ref name="element-dc" />
</optional>
<optional>
<ref name="crmadmin-nodes-list" />
</optional>
</define>
<define name="element-status">
<element name="crmd">
<attribute name="node_name"> <text /> </attribute>
<attribute name="state"> <text /> </attribute>
<attribute name="result"> <text /> </attribute>
</element>
</define>
<define name="element-pacemakerd">
<element name="pacemakerd">
<attribute name="state"> <text /> </attribute>
<attribute name="last_updated"> <text /> </attribute>
</element>
</define>
<define name="element-dc">
<element name="dc">
<attribute name="node_name"> <text /> </attribute>
</element>
</define>
<define name="crmadmin-nodes-list">
<element name="nodes">
<zeroOrMore>
<ref name="element-crmadmin-node" />
</zeroOrMore>
</element>
</define>
<define name="element-crmadmin-node">
<element name="node">
<attribute name="type">
<choice>
<value>unknown</value>
<value>member</value>
<value>remote</value>
<value>ping</value>
+ <value>cluster</value>
+ <value>guest</value>
</choice>
</attribute>
<attribute name="name"> <text/> </attribute>
<attribute name="id"> <text/> </attribute>
</element>
</define>
</grammar>

File Metadata

Mime Type
text/x-diff
Expires
Mon, Apr 21, 7:02 PM (20 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1665303
Default Alt Text
(4 KB)

Event Timeline