pacemaker icon indicating copy to clipboard operation
pacemaker copied to clipboard

Pacemaker is an advanced, scalable High-Availability cluster resource manager

Results 44 pacemaker issues
Sort by recently updated
recently updated
newest added

This is a supportability/debug feature request to help with diagnosing unexpected RA (resource agent) timeouts. Cases involving RA timeouts are one of our most commonly reported problems. Unfortunately there is...

Fix: libpacemaker: Don't shuffle anonymous clone instances Currently, anonymous clone instances may be shuffled under certain conditions, causing an unnecessary resource downtime when an instance is moved away from its...

**WIP** Update `xml.c` and `acl.c` to use `GString` in a couple of places for dynamic allocation. Eliminates risk of overflowing `char` array. Resolves: RHBZ#1822125 --- I'd like to get maintainers'...

The default `pcmk__timeout` values listed in the doc are incorrect in my experience. The monitor timeout defaults to 20s, and all the rest default to 120s. Also, `lib/pengine/common.c` states that...

Known rough edges: * [x] fix oddities spotted by Ken * [x] missing deployment stuff (Makefile/spec) for new `acls-render.xsl` * [x] cibadmin's help should show an example usage * [x]...

Pacemaker-1.1.12, more specifically d170314 xml: Use an optimized xpath search function for applying patch sets introduced __xml_find_path(), which expects the path in elements of cib-diffs to be of a sequence...

Hi All, This is for discussion only. I have confirmed the rough behavior, but the source has not been completed yet. I think there are many missing fixes. This PR...

With `crm_mon --daemonize`, the output will continue to show the last known status after the cluster is stopped on the local node. It should go back to something like `"Cluster...