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

Fabio M. Di Nitto fabbione at fedoraproject.org
Fri Mar 30 07:40:48 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=b1695c02cb48f34f1d937585429ef4fdbbb570c7
Commit:        b1695c02cb48f34f1d937585429ef4fdbbb570c7
Parent:        6815deffc9f90106f21d049bd694a6592d935597
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 09:40:02 2012 +0200

config: update relax ng schema to include totem miss_count_const

Resolves: rhbz#804938

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 c2fed3e..4e3d901 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