CVSROOT: /cvs/cluster
Module name: cluster
Changes by: [EMAIL PROTECTED] 2007-08-23 08:42:07
Modified files:
cman/man : cman.5
Log message:
Mention the openais.conf parameters that cman overrides.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/cman.5.diff?cvsroot=cluster&r1=1.10&r2=1.11
--- cluster/cman/man/cman.5 2007/08/22 15:43:55 1.10
+++ cluster/cman/man/cman.5 2007/08/23 08:42:06 1.11
@@ -174,6 +174,22 @@
In particular setting things like bindnetaddr, mcastaddr, mcastport &
nodeid in this section will always be replaced by the values in <clusternodes>.
+Several openais.conf items are overridden by cman by default. You can still
change
+these in cluster.conf but the defaults are different from those documented in
+the openais.conf(5) man page. They are:
+
+ <totem
+ vsftype="none"
+ token="10000"
+ token_retransmits_before_loss_const="20"
+ join="60"
+ consensus="4800"
+ rrp_mode="none"
+ <!-- or rrp_mode="active" if altnames are present >
+ />
+ <logging syslog_facility="local4" />
+ <aisexec user="root" group="root" />
+
cman does not use the openais.conf file at all. What it does do is
load the values from CCS into internal OpenAIS data structures that
map onto the entries to openais.conf. So that's why you can add an