cluster: RHEL6 - config: update relax ng schema to include totem miss_count_const

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Mar 30 08:27:45 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=662f23bf7316e892de7922b7cec37e0407dab738
Commit:        662f23bf7316e892de7922b7cec37e0407dab738
Parent:        5dd1e9351f56ddd88dcd40aabbe3289ff4a18701
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Fri Mar 30 09:40:02 2012 +0200
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Fri Mar 30 10:22:42 2012 +0200

config: update relax ng schema to include totem miss_count_const

Resolves: rhbz#804938

Reviewed-by: Christine Caulfield <ccaulfie at redhat.com>
Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 config/tools/xml/cluster.rng.in.head |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/config/tools/xml/cluster.rng.in.head b/config/tools/xml/cluster.rng.in.head
index a669c98..1bdb836 100644
--- a/config/tools/xml/cluster.rng.in.head
+++ b/config/tools/xml/cluster.rng.in.head
@@ -255,6 +255,15 @@ To validate your cluster.conf against this schema, run:
       calculated from retransmits_before_loss and token." rha:default="4"
       rha:sample="5"/>
    </optional>
+   <optional>
+    <attribute name="miss_count_const"
+      rha:description="This constant defines the maximum number of times
+      on receipt of a token a message is checked for retransmission before
+      retransmission occurs. This parameter is useful to modify for switches
+      that delay multicast packets compared to unicast packets.
+      The default setting works well for nearly all modern switches."
+      rha:default="5" rha:sample="10"/>
+   </optional>
    <!-- FIXME: The following description was adapted from the man page.
    It may be tool long for the schema document. Consider cutting text
    after the second sentence and referring the reader to the openais.conf


More information about the cluster-commits mailing list