Blame SOURCES/bz1078361-3-man-page-Improve-description-of-token-timeout.patch

d26a47
From 57539d1abc09e5aef322cb9cca5b3e6c496cfae9 Mon Sep 17 00:00:00 2001
d26a47
From: Jan Friesse <jfriesse@redhat.com>
d26a47
Date: Thu, 9 Oct 2014 16:19:39 +0200
d26a47
Subject: [PATCH] man page: Improve description of token timeout
d26a47
d26a47
With introduction of token_coefficient, token timeout defined in
d26a47
configuration file may be no longer reflect real token timeout, what may
d26a47
be confusing.
d26a47
d26a47
Enhanced description hopefully fix that.
d26a47
d26a47
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
d26a47
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
d26a47
---
d26a47
 man/corosync.conf.5 |    8 +++++++-
d26a47
 1 files changed, 7 insertions(+), 1 deletions(-)
d26a47
d26a47
diff --git a/man/corosync.conf.5 b/man/corosync.conf.5
d26a47
index 8fb7a0b..95eca2d 100644
d26a47
--- a/man/corosync.conf.5
d26a47
+++ b/man/corosync.conf.5
d26a47
@@ -280,11 +280,17 @@ by reducing the token timeout.
d26a47
 
d26a47
 .TP
d26a47
 token
d26a47
-This timeout specifies in milliseconds until a token loss is declared after not
d26a47
+This timeout is used directly or as a base for real token timeout calculation (explained in
d26a47
+.B token_coefficient
d26a47
+section). Token timeout specifies in milliseconds until a token loss is declared after not
d26a47
 receiving a token.  This is the time spent detecting a failure of a processor
d26a47
 in the current configuration.  Reforming a new configuration takes about 50
d26a47
 milliseconds in addition to this timeout.
d26a47
 
d26a47
+For real token timeout used by totem it's possible to read cmap value of
d26a47
+.B runtime.config.token
d26a47
+key.
d26a47
+
d26a47
 The default is 1000 milliseconds.
d26a47
 
d26a47
 .TP
d26a47
-- 
d26a47
1.7.1
d26a47