From d5b53fd227e6f0768cfa13e96c8ca1cf46a25174 Mon Sep 17 00:00:00 2001 From: miharahiro Date: Fri, 24 Sep 2021 15:26:55 +0900 Subject: [PATCH] man: Fix consensus timeout The consensus timeout is 1.2 * token_timeout, which has been changeg from 1000 to 3000, so change also consensus timeout. Signed-off-by: miharahiro Reviewed-by: Christine Caulfield Reviewed-by: Jan Friesse --- man/corosync.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/corosync.conf.5 b/man/corosync.conf.5 index a3771ea7..4b678ac4 100644 --- a/man/corosync.conf.5 +++ b/man/corosync.conf.5 @@ -471,7 +471,7 @@ than token. There is an increasing risk of odd membership changes, which still guarantee virtual synchrony, as node count grows if consensus is less than token. -The default is 1200 milliseconds. +The default is 3600 milliseconds. .TP merge