public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Lon Hohberger <lon@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - config: Fix up a couple things in cluster.rng
Date: Thu, 26 Mar 2009 02:27:00 -0000	[thread overview]
Message-ID: <20090326022708.2770B120271@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=29dc34349cf0952234db11e1b702b850af900bde
Commit:        29dc34349cf0952234db11e1b702b850af900bde
Parent:        6c1ca6b9a7f5e8f0329a0e66cf7947a8b09f7916
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Wed Mar 25 22:25:42 2009 -0400
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Wed Mar 25 22:27:00 2009 -0400

config: Fix up a couple things in cluster.rng

* Add fence_xvmd parameters
* Allow no heuristics w/ quorumd tag
* Add missing rgmanager fields

Signed-off-by: Lon Hohberger <lhh@redhat.com>
---
 config/tools/xml/cluster.rng |   77 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 70 insertions(+), 7 deletions(-)

diff --git a/config/tools/xml/cluster.rng b/config/tools/xml/cluster.rng
index 62d9b3b..24b6ee8 100644
--- a/config/tools/xml/cluster.rng
+++ b/config/tools/xml/cluster.rng
@@ -641,7 +641,52 @@ To validate your cluster.conf against this schema, run:
 
  <optional>
   <element name="fence_xvmd">
-   <empty/>
+    <optional>
+      <attribute name="debug">
+	<data type="integer"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="port">
+	<data type="integer"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="use_uuid">
+	<data type="boolean"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="multicast_address">
+	<data type="string"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="auth">
+	<data type="string"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="hash">
+	<data type="string"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="uri">
+	<data type="string"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="key_file">
+	<data type="string"/>
+      </attribute>
+    </optional>
+    <optional>
+      <attribute name="multicast_interface">
+	<data type="string"/>
+      </attribute>
+    </optional>
+
   </element>
  </optional>
 
@@ -727,16 +772,34 @@ To validate your cluster.conf against this schema, run:
  <optional>
   <element name="rm">
    <optional>
-    <attribute name="log_level"/>
+    <attribute name="log_level">
+     <data type="integer"/>
+    </attribute>
    </optional>
    <optional>
-    <attribute name="statusmax"/>
+    <attribute name="statusmax">
+     <data type="integer"/>
+    </attribute>
    </optional>
    <optional>
-    <attribute name="central_processing"/>
+    <attribute name="status_poll_interval">
+     <data type="integer"/>
+    </attribute>
    </optional>
    <optional>
-    <attribute name="log_facility"/>
+    <attribute name="transition_throttling">
+     <data type="integer"/>
+    </attribute>
+   </optional>
+   <optional>
+    <attribute name="central_processing">
+     <data type="integer"/>
+    </attribute>
+   </optional>
+   <optional>
+    <attribute name="log_facility">
+     <data type="string"/>
+    </attribute>
    </optional>
    <interleave>
    <optional>
@@ -896,7 +959,7 @@ To validate your cluster.conf against this schema, run:
     <attribute name="max_error_cycles"/>
    </optional>
 
-   <oneOrMore>
+   <zeroOrMore>
     <element name="heuristic">
      <attribute name="program"/>
      <optional>
@@ -909,7 +972,7 @@ To validate your cluster.conf against this schema, run:
       <attribute name="tko"/>
      </optional>
     </element>
-   </oneOrMore>
+   </zeroOrMore>
   </element>
  </optional>
 


                 reply	other threads:[~2009-03-26  2:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090326022708.2770B120271@lists.fedorahosted.org \
    --to=lon@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).