1POLICY ENGINE(7) Pacemaker Configuration POLICY ENGINE(7)
2
3
4
6 pengine - Policy Engine Options
7
9 [no-quorum-policy=enum] [symmetric-cluster=boolean]
10 [default-resource-stickiness=integer] [is-managed-default=boolean]
11 [maintenance-mode=boolean] [start-failure-is-fatal=boolean]
12 [enable-startup-probes=boolean] [stonith-enabled=boolean]
13 [stonith-action=enum] [stonith-timeout=time] [have-watchdog=boolean]
14 [concurrent-fencing=boolean] [startup-fencing=boolean]
15 [cluster-delay=time] [batch-limit=integer] [migration-limit=integer]
16 [default-action-timeout=time] [stop-all-resources=boolean]
17 [stop-orphan-resources=boolean] [stop-orphan-actions=boolean]
18 [remove-after-stop=boolean] [pe-error-series-max=integer]
19 [pe-warn-series-max=integer] [pe-input-series-max=integer]
20 [node-health-strategy=enum] [node-health-base=integer]
21 [node-health-green=integer] [node-health-yellow=integer]
22 [node-health-red=integer] [placement-strategy=enum]
23
25 This is a fake resource that details the options that can be configured
26 for the Policy Engine.
27
29 no-quorum-policy = enum [stop]
30 What to do when the cluster does not have quorum
31
32 What to do when the cluster does not have quorum Allowed values:
33 stop, freeze, ignore, suicide
34
35 symmetric-cluster = boolean [true]
36 All resources can run anywhere by default
37
38 default-resource-stickiness = integer [(null)]
39 Deprecated (use resource-stickiness in rsc_defaults instead)
40
41 is-managed-default = boolean [(null)]
42 Deprecated (use is-managed in rsc_defaults instead)
43
44 maintenance-mode = boolean [false]
45 Should the cluster monitor resources and start/stop them as
46 required
47
48 start-failure-is-fatal = boolean [true]
49 Always treat start failures as fatal
50
51 When set to TRUE, the cluster will immediately ban a resource from
52 a node if it fails to start there. When FALSE, the cluster will
53 instead check the resource´s fail count against its
54 migration-threshold.
55
56 enable-startup-probes = boolean [true]
57 Should the cluster check for active resources during startup
58
59 stonith-enabled = boolean [true]
60 Failed nodes are STONITH´d
61
62 stonith-action = enum [reboot]
63 Action to send to STONITH device
64
65 Action to send to STONITH device Allowed values: reboot, poweroff,
66 off
67
68 stonith-timeout = time [60s]
69 How long to wait for the STONITH action (reboot,on,off) to complete
70
71 have-watchdog = boolean [false]
72 Enable watchdog integration
73
74 Set automatically by the cluster if SBD is detected. User
75 configured values are ignored.
76
77 concurrent-fencing = boolean [false]
78 Allow performing fencing operations in parallel
79
80 startup-fencing = boolean [true]
81 STONITH unseen nodes
82
83 Advanced Use Only! Not using the default is very unsafe!
84
85 cluster-delay = time [60s]
86 Round trip delay over the network (excluding action execution)
87
88 The "correct" value will depend on the speed and load of your
89 network and cluster nodes.
90
91 batch-limit = integer [0]
92 The number of jobs that the TE is allowed to execute in parallel
93
94 The "correct" value will depend on the speed and load of your
95 network and cluster nodes.
96
97 migration-limit = integer [-1]
98 The number of migration jobs that the TE is allowed to execute in
99 parallel on a node
100
101 default-action-timeout = time [(null)]
102 Deprecated (use ´timeout´ in op_defaults instead)
103
104 stop-all-resources = boolean [false]
105 Should the cluster stop all active resources (except those needed
106 for fencing)
107
108 stop-orphan-resources = boolean [true]
109 Should deleted resources be stopped
110
111 stop-orphan-actions = boolean [true]
112 Should deleted actions be cancelled
113
114 remove-after-stop = boolean [false]
115 Remove resources from the LRM after they are stopped
116
117 Always set this to false. Other values are, at best, poorly tested
118 and potentially dangerous.
119
120 pe-error-series-max = integer [-1]
121 The number of PE inputs resulting in ERRORs to save
122
123 Zero to disable, -1 to store unlimited.
124
125 pe-warn-series-max = integer [5000]
126 The number of PE inputs resulting in WARNINGs to save
127
128 Zero to disable, -1 to store unlimited.
129
130 pe-input-series-max = integer [4000]
131 The number of other PE inputs to save
132
133 Zero to disable, -1 to store unlimited.
134
135 node-health-strategy = enum [none]
136 The strategy combining node attributes to determine overall node
137 health.
138
139 Requires external entities to create node attributes (named with
140 the prefix ´#health´) with values: ´red´, ´yellow´ or ´green´.
141 Allowed values: none, migrate-on-red, only-green, progressive,
142 custom
143
144 node-health-base = integer [0]
145 The base score assigned to a node
146
147 Only used when node-health-strategy is set to progressive.
148
149 node-health-green = integer [0]
150 The score ´green´ translates to in rsc_location constraints
151
152 Only used when node-health-strategy is set to custom or
153 progressive.
154
155 node-health-yellow = integer [0]
156 The score ´yellow´ translates to in rsc_location constraints
157
158 Only used when node-health-strategy is set to custom or
159 progressive.
160
161 node-health-red = integer [-INFINITY]
162 The score ´red´ translates to in rsc_location constraints
163
164 Only used when node-health-strategy is set to custom or
165 progressive.
166
167 placement-strategy = enum [default]
168 The strategy to determine resource placement
169
170 The strategy to determine resource placement Allowed values:
171 default, utilization, minimal, balanced
172
174 Andrew Beekhof <andrew@beekhof.net>
175 Author.
176
177
178
179Pacemaker Configuration 06/19/2018 POLICY ENGINE(7)