node-health-strategy
cluster option controls how Pacemaker responds to changes in node health attributes, and how it translates red
, yellow
, and green
to scores.
Table 9.5. Node Health Strategies
Value | Effect |
---|---|
none
| |
migrate-on-red
| |
only-green
| |
progressive
|
Assign the value of the
node-health-red cluster option to red , the value of node-health-yellow to yellow , and the value of node-health-green to green . Each node is additionally assigned a score of node-health-base (this allows resources to start even if some attributes are yellow ). This strategy gives the administrator finer control over how important each value is.
|
custom
|
Track node health attributes using the same values as
progressive for red , yellow , and green , but do not take them into account. The administrator is expected to implement a policy by defining rules (see Chapter 8, Rules) referencing node health attributes.
|