Hi,
found and fixed an error in Clusters from Scratch
- holger
___________________________________________________________
WEB.DE DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit 
gratis Notebook-Flat! http://produkte.web.de/go/DSL_Doppel_Flatrate/2
# HG changeset patch
# User Holger Teutsch <holger.teut...@web.de>
# Date 1291365790 -3600
# Node ID 567a8f8fb3efc4a4213ff9f0b518144bdd895bd1
# Parent  e99aa3451ce77e07f8230fabedbabba18e4e0501
Low: Clusters from Scratch: fix parameter consensus in corosync example
Must be >= 1.2 * token (currently 5000)

diff -r e99aa3451ce7 -r 567a8f8fb3ef doc/Clusters_from_Scratch/en-US/Ap-Corosync-Conf.xml
--- a/doc/Clusters_from_Scratch/en-US/Ap-Corosync-Conf.xml	Thu Dec 02 16:52:37 2010 +0100
+++ b/doc/Clusters_from_Scratch/en-US/Ap-Corosync-Conf.xml	Fri Dec 03 09:43:10 2010 +0100
@@ -38,7 +38,7 @@ totem {
 
         # How long to wait for consensus to be achieved before starting a new
         # round of membership configuration (ms)
-        consensus:      2500
+        consensus:      6000
 
         # Turn off the virtual synchrony filter
         vsftype:        none
diff -r e99aa3451ce7 -r 567a8f8fb3ef doc/Clusters_from_Scratch/it-IT/Ap-Corosync-Conf.po
--- a/doc/Clusters_from_Scratch/it-IT/Ap-Corosync-Conf.po	Thu Dec 02 16:52:37 2010 +0100
+++ b/doc/Clusters_from_Scratch/it-IT/Ap-Corosync-Conf.po	Fri Dec 03 09:43:10 2010 +0100
@@ -52,7 +52,7 @@ msgid ""
 "\n"
 "        # How long to wait for consensus to be achieved before starting a new\n"
 "        # round of membership configuration (ms)\n"
-"        consensus:      2500\n"
+"        consensus:      6000\n"
 "\n"
 "        # Turn off the virtual synchrony filter\n"
 "        vsftype:        none\n"
_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker

Reply via email to