From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christine Caulfield Date: Fri, 30 Mar 2012 09:18:00 +0100 Subject: [Cluster-devel] [PATCH 1/2] config: update relax ng schema to include totem miss_count_const In-Reply-To: <1333094829-4833-1-git-send-email-fdinitto@redhat.com> References: <1333094829-4833-1-git-send-email-fdinitto@redhat.com> Message-ID: <4F756C38.2090009@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ACK Reviewed-by: Christine Caulfield On 30/03/12 09:07, Fabio M. Di Nitto wrote: > From: "Fabio M. Di Nitto" > > Resolves: rhbz#804938 > > Signed-off-by: Fabio M. Di Nitto > --- > 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"/> > > + > + + 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"/> > + >