- 33 commits with 9 files changed, 77 insertions(+), 12 deletions(-)
Features added since Pacemaker-3.0.0-rc2
- build: Inkscape is no longer a build dependency for Pacemaker documentation
- agents: The
ocf:pacemaker:controld
agent will now always managedlm_controld
(previously, it would try to manage the long-obsoletegfs_controld
if the resource name started withgfs
)
Fixes since Pacemaker-3.0.0-rc2
- agents:
ocf:pacemaker:ping
now usesgrep -E
instead of the obsoleteegrep
- tools: when injecting a fail count with
crm_simulate
, use anINFINITY
score when the cluster would - tools: validate
stonith_admin --timeout
value
Public API changes since Pacemaker-3.0.0-rc2
- Python: add
PACEMAKER_CONFIG_DIR
toBuildOptions