1POLICY ENGINE(7)            Pacemaker Configuration           POLICY ENGINE(7)
2
3
4

NAME

6       pengine - Policy Engine Options
7

SYNOPSIS

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] [startup-fencing=boolean]
14       [cluster-delay=time] [batch-limit=integer]
15       [default-action-timeout=time] [stop-all-resources=boolean]
16       [stop-orphan-resources=boolean] [stop-orphan-actions=boolean]
17       [remove-after-stop=boolean] [pe-error-series-max=integer]
18       [pe-warn-series-max=integer] [pe-input-series-max=integer]
19       [node-health-strategy=enum] [node-health-green=integer]
20       [node-health-yellow=integer] [node-health-red=integer]
21       [placement-strategy=enum]
22

DESCRIPTION

24       This is a fake resource that details the options that can be configured
25       for the Policy Engine.
26

SUPPORTED PARAMETERS

28       no-quorum-policy = enum [stop]
29           What to do when the cluster does not have quorum
30
31           What to do when the cluster does not have quorum Allowed values:
32           stop, freeze, ignore, suicide
33
34       symmetric-cluster = boolean [true]
35           All resources can run anywhere by default
36
37       default-resource-stickiness = integer [0]
38
39
40       is-managed-default = boolean [true]
41           Should the cluster start/stop resources as required
42
43       maintenance-mode = boolean [false]
44           Should the cluster monitor resources and start/stop them as
45           required
46
47       start-failure-is-fatal = boolean [true]
48           Always treat start failures as fatal
49
50           This was the old default. However when set to FALSE, the cluster
51           will instead use the resource's failcount and value for
52           resource-failure-stickiness
53
54       enable-startup-probes = boolean [true]
55           Should the cluster check for active resources during startup
56
57       stonith-enabled = boolean [true]
58           Failed nodes are STONITH'd
59
60       stonith-action = enum [reboot]
61           Action to send to STONITH device
62
63           Action to send to STONITH device Allowed values: reboot, poweroff
64
65       stonith-timeout = time [60s]
66           How long to wait for the STONITH action to complete
67
68       startup-fencing = boolean [true]
69           STONITH unseen nodes
70
71           Advanced Use Only! Not using the default is very unsafe!
72
73       cluster-delay = time [60s]
74           Round trip delay over the network (excluding action execution)
75
76           The "correct" value will depend on the speed and load of your
77           network and cluster nodes.
78
79       batch-limit = integer [30]
80           The number of jobs that the TE is allowed to execute in parallel
81
82           The "correct" value will depend on the speed and load of your
83           network and cluster nodes.
84
85       default-action-timeout = time [20s]
86           How long to wait for actions to complete
87
88       stop-all-resources = boolean [false]
89           Should the cluster stop all active resources (except those needed
90           for fencing)
91
92       stop-orphan-resources = boolean [true]
93           Should deleted resources be stopped
94
95       stop-orphan-actions = boolean [true]
96           Should deleted actions be cancelled
97
98       remove-after-stop = boolean [false]
99           Remove resources from the LRM after they are stopped
100
101           Always set this to false. Other values are, at best, poorly tested
102           and potentially dangerous.
103
104       pe-error-series-max = integer [-1]
105           The number of PE inputs resulting in ERRORs to save
106
107           Zero to disable, -1 to store unlimited.
108
109       pe-warn-series-max = integer [5000]
110           The number of PE inputs resulting in WARNINGs to save
111
112           Zero to disable, -1 to store unlimited.
113
114       pe-input-series-max = integer [4000]
115           The number of other PE inputs to save
116
117           Zero to disable, -1 to store unlimited.
118
119       node-health-strategy = enum [none]
120           The strategy combining node attributes to determine overall node
121           health.
122
123           Requires external entities to create node attributes (named with
124           the prefix '#health') with values: 'red', 'yellow' or 'green'.
125           Allowed values: none, migrate-on-red, only-green, progressive,
126           custom
127
128       node-health-green = integer [0]
129           The score 'green' translates to in rsc_location constraints
130
131           Only used when node-health-strategy is set to custom or
132           progressive.
133
134       node-health-yellow = integer [0]
135           The score 'yellow' translates to in rsc_location constraints
136
137           Only used when node-health-strategy is set to custom or
138           progressive.
139
140       node-health-red = integer [-INFINITY]
141           The score 'red' translates to in rsc_location constraints
142
143           Only used when node-health-strategy is set to custom or
144           progressive.
145
146       placement-strategy = enum [default]
147           The strategy to determine resource placement
148
149           The strategy to determine resource placement Allowed values:
150           default, utilization, minimal, balanced
151

AUTHOR

153       Andrew Beekhof <andrew@beekhof.net>
154           Author.
155
156
157
158Pacemaker Configuration           09/07/2011                  POLICY ENGINE(7)
Impressum