The Pacemaker scalable High-Availability cluster resource manager

Edit Package pacemaker

Pacemaker is an advanced, scalable High-Availability cluster resource
manager for Linux-HA (Heartbeat) and/or OpenAIS.

It supports "n-node" clusters with significant capabilities for
managing resources and dependencies.

It will run scripts at initialization, when machines go up or down,
when related resources fail and can be configured to periodically check
resource health.

Refresh
Refresh
Source Files
Filename Size Changed
0001-Fix-tools-crm_shadow-commit-now-works-with-CIB_file.patch 0000001159 1.13 KB
0001-Fix-watchdog-fencing-terminate-dangling-timer-before.patch 0000001282 1.25 KB
0001-High-executor-fix-regression-in-remote-node-shutdown.patch 0000003241 3.17 KB
0001-High-libcrmcommon-Fix-handling-node-NULL-in-pcmk__at.patch 0000006158 6.01 KB
0001-Low-libcrmcommon-Fix-problems-with-pcmk__output_and_.patch 0000017271 16.9 KB
0001-Low-libcrmcommon-avoid-libqb-assertion.patch 0000001059 1.03 KB
0001-Test-cts-regression-reflect-any-test-failures-again-.patch 0000000810 810 Bytes
0002-Refactor-watchdog-fencing-convenience-function-pcmk_.patch 0000001684 1.64 KB
0003-Fix-watchdog-fencing-correctly-derive-timeout-with-t.patch 0000003057 2.99 KB
CLBZ#5509-0001-Fix-libcrmcommon-Don-t-parse-INFINITY-as-a-list-of-c.patch 0000001738 1.7 KB
_service 0000000786 786 Bytes
_servicedata 0000000438 438 Bytes
bsc#1180966-0001-Log-pacemakerd-downgrade-the-warning-about-SBD_SYNC_.patch 0000001034 1.01 KB
bsc#1182313-0001-Refactor-scheduler-improve-xpath-efficiency-when-unp.patch 0000002638 2.58 KB
bsc#1182313-0002-Low-scheduler-unknown_on_node-should-ignore-pending-.patch 0000003410 3.33 KB
bsc#1182313-0003-Test-scheduler-add-regression-test-for-migration-int.patch 0000109109 107 KB
bsc#1182313-0004-Fix-scheduler-handle-cleaned-migrate_from-history-co.patch 0000001264 1.23 KB
bsc#1182313-0005-Test-scheduler-update-expected-output-for-migration-.patch 0000014523 14.2 KB
bsc#1206263-0001-Test-cts-scheduler-add-test-for-preventing-a-leftove.patch 0000021246 20.7 KB
bsc#1206263-0002-Fix-scheduler-prevent-a-leftover-pending-monitor-fro.patch 0000001789 1.75 KB
bsc#1206263-0003-Test-cts-scheduler-update-test-for-preventing-a-left.patch 0000012283 12 KB
bsc#1206263-0005-Fix-scheduler-prevent-inactive-instances-from-starti.patch 0000005892 5.75 KB
bsc#1206263-0006-Test-cts-scheduler-update-test-for-preventing-inacti.patch 0000006575 6.42 KB
bsc#1207319-0001-Refactor-libpacemaker-unify-bailing-out-in-pcmk__inj.patch 0000001846 1.8 KB
bsc#1207319-0002-Fix-libpacemaker-avoid-assertion-failure-if-a-node_s.patch 0000003620 3.54 KB
bsc#1208868-0001-Fix-tool-update-crm_mon-synopsis.patch 0000000578 578 Bytes
bsc#1209586-0001-Fix-libcrmcommon-allow-crm_attribute-to-try-OCF_RESO.patch 0000001000 1000 Bytes
bug-728579_pacemaker-stonith-dev-id.patch 0000003825 3.74 KB
bug-806256_pacemaker-log-level-notice.patch 0000002394 2.34 KB
bug-812269_pacemaker-fencing-device-register-messages.patch 0000001633 1.59 KB
bug-943295_pacemaker-lrmd-log-notice.patch 0000000913 913 Bytes
bug-977201_pacemaker-controld-self-fencing.patch 0000001023 1023 Bytes
bug-995365_pacemaker-cts-restart-systemd-journald.patch 0000001024 1 KB
crm_report.in 0000000634 634 Bytes
pacemaker-2.1.5+20221208.a3f44794f.tar.xz 0004102004 3.91 MB
pacemaker-Wno-format-signedness.patch 0000000875 875 Bytes
pacemaker-cts-StartCmd.patch 0000000728 728 Bytes
pacemaker-nagios-plugin-dir.patch 0000000833 833 Bytes
pacemaker.changes 0000458860 448 KB
pacemaker.rpmlintrc 0000000256 256 Bytes
pacemaker.spec 0000023170 22.6 KB
rh#2166967-0001-Fix-fencer-Prevent-double-g_source_remove-of-op_time.patch 0000002157 2.11 KB
rh#2166967-0002-Fix-fencer-Avoid-double-source-remove-of-op_timer_to.patch 0000001809 1.77 KB
Latest Revision
Daniel Mach's avatar Daniel Mach (dmach) committed (revision 7)
- libcrmcommon: allow crm_attribute to try OCF_RESOURCE_INSTANCE environment variable if -p is specified with an empty string (bsc#1209586)
  * bsc#1209586-0001-Fix-libcrmcommon-allow-crm_attribute-to-try-OCF_RESO.patch
- libcrmcommon: avoid libqb assertion
  * 0001-Low-libcrmcommon-avoid-libqb-assertion.patch

- Revert "Fix: libpacemaker: ensure any pending recurring monitor gets updated if it fails" (bsc#1206263)
  * Drop obsolete bsc#1206263-0004-Fix-libpacemaker-ensure-any-pending-recurring-monito.patch
- cts-regression: reflect any test failures again with the return code
  * 0001-Test-cts-regression-reflect-any-test-failures-again-.patch
- tool: update crm_mon synopsis (bsc#1208868)
  * bsc#1208868-0001-Fix-tool-update-crm_mon-synopsis.patch

- libcrmcommon: Don't parse "-INFINITY" as a list of cmdline options (CLBZ#5509)
  * CLBZ#5509-0001-Fix-libcrmcommon-Don-t-parse-INFINITY-as-a-list-of-c.patch
- tools: crm_shadow --commit now works with CIB_file
  * 0001-Fix-tools-crm_shadow-commit-now-works-with-CIB_file.patch
- watchdog-fencing: correctly derive timeout with topology
  * 0003-Fix-watchdog-fencing-correctly-derive-timeout-with-t.patch
  * 0002-Refactor-watchdog-fencing-convenience-function-pcmk_.patch
- watchdog-fencing: terminate dangling timer before watchdog-waiting
  * 0001-Fix-watchdog-fencing-terminate-dangling-timer-before.patch
- libcrmcommon: Fix problems with pcmk__output_and_clear_error.
  * 0001-Low-libcrmcommon-Fix-problems-with-pcmk__output_and_.patch

- libcrmcommon: Fix handling node=NULL in pcmk__attrd_api_query.
  * 0001-High-libcrmcommon-Fix-handling-node-NULL-in-pcmk__at.patch
- fencer: Avoid double source remove of op_timer_total (rh#2166967)
  * rh#2166967-0002-Fix-fencer-Avoid-double-source-remove-of-op_timer_to.patch

- fencer: Prevent double g_source_remove of op_timer_one (rh#2166967)
Comments 0
openSUSE Build Service is sponsored by