1CRM DAEMON(7) Pacemaker Configuration CRM DAEMON(7)
2
3
4
6 crmd - CRM Daemon Options
7
9 [dc-version=string] [cluster-infrastructure=string] [dc-deadtime=time]
10 [cluster-recheck-interval=time] [election-timeout=time]
11 [shutdown-escalation=time] [crmd-integration-timeout=time]
12 [crmd-finalization-timeout=time] [crmd-transition-delay=time]
13 [expected-quorum-votes=integer]
14
16 This is a fake resource that details the options that can be configured
17 for the CRM Daemon.
18
20 dc-version = string [none]
21 Version of Pacemaker on the cluster's DC.
22
23 Includes the hash which identifies the exact Mercurial changeset it
24 was built from. Used for diagnostic purposes.
25
26 cluster-infrastructure = string [heartbeat]
27 The messaging stack on which Pacemaker is currently running.
28
29 Used for informational and diagnostic purposes.
30
31 dc-deadtime = time [20s]
32 How long to wait for a response from other nodes during startup.
33
34 The "correct" value will depend on the speed/load of your network
35 and the type of switches used.
36
37 cluster-recheck-interval = time [15min]
38 Polling interval for time based changes to options, resource
39 parameters and constraints.
40
41 The Cluster is primarily event driven, however the configuration
42 can have elements that change based on time. To ensure these
43 changes take effect, we can optionally poll the cluster's status
44 for changes. Allowed values: Zero disables polling. Positive values
45 are an interval in seconds (unless other SI units are specified.
46 eg. 5min)
47
48 election-timeout = time [2min]
49 *** Advanced Use Only ***.
50
51 If need to adjust this value, it probably indicates the presence of
52 a bug.
53
54 shutdown-escalation = time [20min]
55 *** Advanced Use Only ***.
56
57 If need to adjust this value, it probably indicates the presence of
58 a bug.
59
60 crmd-integration-timeout = time [3min]
61 *** Advanced Use Only ***.
62
63 If need to adjust this value, it probably indicates the presence of
64 a bug.
65
66 crmd-finalization-timeout = time [30min]
67 *** Advanced Use Only ***.
68
69 If you need to adjust this value, it probably indicates the
70 presence of a bug.
71
72 crmd-transition-delay = time [0s]
73 *** Advanced Use Only *** Enabling this option will slow down
74 cluster recovery under all conditions
75
76 Delay cluster recovery for the configured interval to allow for
77 additional/related events to occur. Useful if your configuration is
78 sensitive to the order in which ping updates arrive.
79
80 expected-quorum-votes = integer [2]
81 The number of nodes expected to be in the cluster
82
83 Used to calculate quorum in openais based clusters.
84
86 Andrew Beekhof <andrew@beekhof.net>
87 Author.
88
89
90
91Pacemaker Configuration 09/07/2011 CRM DAEMON(7)