HomeClusterLabs Projects

Fix: libpe_status: validate no-quorum-policy=suicide correctly

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: libpe_status: validate no-quorum-policy=suicide correctly

The previous implementation had cases where a no-quorum-policy of suicide
would get ignored, leaving data_set->no_quorum_policy unset, which would be 0
(no_quorum_freeze). The main example is when stonith-enabled=false and the
cluster has, or has ever had, quorum.

The new implementation always uses no_quorum_stop if suicide needs to be
overridden.

Details

Provenance
kgaillotAuthored on Sep 27 2017, 4:45 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.