cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 1/2] config: update relax ng schema to include totem miss_count_const
@ 2012-03-30  8:07 Fabio M. Di Nitto
  2012-03-30  8:07 ` [Cluster-devel] [PATCH 2/2] cman init: fix start sequence error handling Fabio M. Di Nitto
  2012-03-30  8:18 ` [Cluster-devel] [PATCH 1/2] config: update relax ng schema to include totem miss_count_const Christine Caulfield
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio M. Di Nitto @ 2012-03-30  8:07 UTC (permalink / raw)
  To: cluster-devel.redhat.com

From: "Fabio M. Di Nitto" <fdinitto@redhat.com>

Resolves: rhbz#804938

Signed-off-by: Fabio M. Di Nitto <fdinitto@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
-- 
1.7.7.6



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-30  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30  8:07 [Cluster-devel] [PATCH 1/2] config: update relax ng schema to include totem miss_count_const Fabio M. Di Nitto
2012-03-30  8:07 ` [Cluster-devel] [PATCH 2/2] cman init: fix start sequence error handling Fabio M. Di Nitto
2012-03-30  8:18   ` Christine Caulfield
2012-03-30  8:18 ` [Cluster-devel] [PATCH 1/2] config: update relax ng schema to include totem miss_count_const Christine Caulfield

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 NNTP newsgroup(s).