Skip to content

Commit b0b1710

Browse files
committed
Doc: Pacemaker Explained: document priority-fencing-delay cluster option
1 parent 6b34194 commit b0b1710

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

doc/Pacemaker_Explained/en-US/Ch-Options.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,22 @@ are +stop+ to attempt to immediately stop pacemaker and stay stopped, or
292292
on failure. The default is likely to be changed to +panic+ in a future release.
293293
'(since 2.0.3)'
294294

295+
| priority-fencing-delay | |
296+
indexterm:[priority-fencing-delay,Cluster Option]
297+
indexterm:[Cluster,Option,priority-fencing-delay]
298+
Enforce specified delay for the fencings that are targeting the lost
299+
nodes with the highest total resource priority in case we don't
300+
have the majority of the nodes in our cluster partition, so that
301+
the more significant nodes potentially win any fencing match,
302+
which is especially meaningful under split-brain of 2-node
303+
cluster. A promoted resource instance takes the base priority + 1
304+
on calculation if the base priority is not 0. If all the nodes
305+
have equal priority, then any pcmk_delay_base/max configured for
306+
the corresponding fencing resources will be applied. Otherwise as
307+
long as it's set, even if to 0, it takes precedence over any
308+
configured pcmk_delay_base/max. By default, priority fencing
309+
delay is disabled.
310+
295311
| cluster-delay | 60s |
296312
indexterm:[cluster-delay,Cluster Option]
297313
indexterm:[Cluster,Option,cluster-delay]

0 commit comments

Comments
 (0)