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
_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#1219220-0001-Fix-tools-crm_mon-segfaults-when-fencer-connection-i.patch 0000003785 3.7 KB
bsc#1219323-0001-Fix-libcrmcommon-avoid-file-descriptor-leak-in-IPC-c.patch 0000001812 1.77 KB
bug-728579_pacemaker-stonith-dev-id.patch 0000003825 3.74 KB
bug-806256_pacemaker-log-level-notice.patch 0000002428 2.37 KB
bug-812269_pacemaker-fencing-device-register-messages.patch 0000001613 1.58 KB
bug-943295_pacemaker-lrmd-log-notice.patch 0000000933 933 Bytes
bug-977201_pacemaker-controld-self-fencing.patch 0000001008 1008 Bytes
bug-995365_pacemaker-cts-restart-systemd-journald.patch 0000001128 1.1 KB
crm_report.in 0000000634 634 Bytes
pacemaker#3286-0001-Low-libcrmcommon-Check-correct-env-vars-in-pcmk__nod.patch 0000002665 2.6 KB
pacemaker#3286-0002-Fix-agents-Use-attrd_updater-dampen-delay-in-SysInfo.patch 0000001106 1.08 KB
pacemaker#3289-0001-Fix-HealthSmart-Check-the-parameter-values-of-check_.patch 0000002471 2.41 KB
pacemaker#3292-0001-Log-scheduler-improve-logs-for-invalid-id-ref-s.patch 0000003808 3.72 KB
pacemaker#3292-0002-Low-libcrmcommon-fix-NULL-dereference-in-expand_idre.patch 0000002307 2.25 KB
pacemaker#3292-0003-Low-scheduler-reject-expression-without-op-sooner.patch 0000000984 984 Bytes
pacemaker#3292-0004-Low-scheduler-restore-nvpair-behavior-without-id-ref.patch 0000001388 1.36 KB
pacemaker#3293-0001-Low-libcrmcluster-avoid-use-after-free-in-trace-log.patch 0000001462 1.43 KB
pacemaker#3293-0002-Fix-pacemaker-attrd-libcrmcluster-avoid-use-after-fr.patch 0000005115 5 KB
pacemaker#3304-0001-Fix-attrd-write-Pacemaker-Remote-node-attributes-eve.patch 0000004769 4.66 KB
pacemaker#3323-0001-Low-libcrmcommon-crm_xml_escape-shouldn-t-stop-on-Un.patch 0000001689 1.65 KB
pacemaker#3332-0001-Low-tools-Fix-memory-leak-in-crm_mon-with-HTML-outpu.patch 0000001485 1.45 KB
pacemaker#3333-0001-Low-pacemaker-attrd-properly-validate-attribute-set-.patch 0000001341 1.31 KB
pacemaker#3333-0002-Fix-pacemaker-attrd-sync-utilization-attributes-to-p.patch 0000001211 1.18 KB
pacemaker#3339-0001-Fix-tools-crm_attribute-emits-garbage-for-node-local.patch 0000002131 2.08 KB
pacemaker#3362-0001-Low-libcrmcommon-Always-output-request-in-XML-output.patch 0000001302 1.27 KB
pacemaker-2.1.7+20231219.0f7f88312.tar.xz 0004280884 4.08 MB
pacemaker-Wno-format-signedness.patch 0000000875 875 Bytes
pacemaker-cts-StartCmd.patch 0000000771 771 Bytes
pacemaker-nagios-plugin-dir.patch 0000000833 833 Bytes
pacemaker.changes 0000492634 481 KB
pacemaker.rpmlintrc 0000000256 256 Bytes
pacemaker.spec 0000025182 24.6 KB
Revision 4 (latest revision is 6)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 4)
- libcrmcommon: avoid file descriptor leak in IPC client with async connection (bsc#1219323, gh#ClusterLabs/pacemaker#3351)
  * bsc#1219323-0001-Fix-libcrmcommon-avoid-file-descriptor-leak-in-IPC-c.patch

- libcrmcommon: Always output request= in XML output. (gh#ClusterLabs/pacemaker#3362)
  * pacemaker#3362-0001-Low-libcrmcommon-Always-output-request-in-XML-output.patch
- libcrmcommon: crm_xml_escape() shouldn't stop on Unicode characters (gh#ClusterLabs/pacemaker#3323)
  * pacemaker#3323-0001-Low-libcrmcommon-crm_xml_escape-shouldn-t-stop-on-Un.patch

- tools: crm_attribute emits garbage for --node localhost or auto (gh#ClusterLabs/pacemaker#3339)
  * pacemaker#3339-0001-Fix-tools-crm_attribute-emits-garbage-for-node-local.patch
- tools: Fix memory leak in crm_mon with HTML output (gh#ClusterLabs/pacemaker#3332)
  * pacemaker#3332-0001-Low-tools-Fix-memory-leak-in-crm_mon-with-HTML-outpu.patch

- pacemaker-attrd: sync utilization attributes to peers correctly (gh#ClusterLabs/pacemaker#3333)
  * pacemaker#3333-0002-Fix-pacemaker-attrd-sync-utilization-attributes-to-p.patch
- pacemaker-attrd: properly validate attribute set type (gh#ClusterLabs/pacemaker#3333)
  * pacemaker#3333-0001-Low-pacemaker-attrd-properly-validate-attribute-set-.patch

- tools: crm_mon segfaults when fencer connection is lost (bsc#1219220, gh#ClusterLabs/pacemaker#3331)
  * bsc#1219220-0001-Fix-tools-crm_mon-segfaults-when-fencer-connection-i.patch

- attrd: write Pacemaker Remote node attributes even if not in cache (gh#ClusterLabs/pacemaker#3304)
  * pacemaker#3304-0001-Fix-attrd-write-Pacemaker-Remote-node-attributes-eve.patch
- agents: Use attrd_updater dampen delay in SysInfo (gh#ClusterLabs/pacemaker#3286)
  * pacemaker#3286-0002-Fix-agents-Use-attrd_updater-dampen-delay-in-SysInfo.patch
- libcrmcommon: Check correct env vars in pcmk__node_attr_target() (gh#ClusterLabs/pacemaker#3286)
  * pacemaker#3286-0001-Low-libcrmcommon-Check-correct-env-vars-in-pcmk__nod.patch

- scheduler: restore nvpair behavior without id-ref (gh#ClusterLabs/pacemaker#3292)
  * pacemaker#3292-0004-Low-scheduler-restore-nvpair-behavior-without-id-ref.patch
Comments 0
openSUSE Build Service is sponsored by