Package: pacemaker / 2.1.5-1+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
pacemaker | 2.1.5-1+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Enable redirecting etc init.d script calls to system.patch | (download) |
daemons/execd/pacemaker_remote.in |
4 4 + 0 - 0 ! |
enable redirecting /etc/init.d/$script calls to systemd |
Enable the init scripts on multi user runlevels.patch | (download) |
daemons/execd/pacemaker_remote.in |
4 2 + 2 - 0 ! |
enable the init scripts on multi-user runlevels Upstream does not find this a good idea (see 5b5acab vs fc11a46 and also https://github.com/ClusterLabs/pacemaker/pull/656), but Debian runs installed daemons by default. |
Make the asciidoc documentation reproducible.patch | (download) |
doc/Makefile.am |
2 1 + 1 - 0 ! |
make the asciidoc documentation reproducible |
alerts make the scripts executable.patch | (download) |
extra/alerts/Makefile.am |
2 1 + 1 - 0 ! |
alerts: make the scripts executable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Wgner <wferi@niif.hu> |
Shipping the CTS is not useful.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
shipping the cts is not useful |
Always run Inkscape under the C.UTF 8 locale.patch | (download) |
doc/sphinx/Makefile.am |
2 1 + 1 - 0 ! |
always run inkscape under the c.utf-8 locale |
Fix typos resouce resource.patch | (download) |
cts/cts-exec.in |
2 1 + 1 - 0 ! |
fix typos: resouce -> resource |
Refactor scheduler improve xpath efficiency when unpackin.patch | (download) |
lib/pengine/unpack.c |
20 12 + 8 - 0 ! |
refactor: scheduler: improve xpath efficiency when unpacking Using "//" means that every child must be searched recursively. If we know the exact path, we should explicitly specify it. |
Low scheduler unknown_on_node should ignore pending actio.patch | (download) |
lib/pengine/unpack.c |
37 25 + 12 - 0 ! |
low: scheduler: unknown_on_node() should ignore pending actions Previously, unknown_on_node() looked for any lrm_rsc_op at all to decide whether a resource is known on a node. However if the only action is pending, the resource is not yet known. Also drop a redundant argument and add a doxygen block. (The rsc argument is not const due to a getDocPtr() call in the chain, as well as libxml2 calls that are likely const in practice but aren't marked as such.) |
Fix scheduler handle cleaned migrate_from history correct.patch | (download) |
lib/pengine/unpack.c |
10 10 + 0 - 0 ! |
fix: scheduler: handle cleaned migrate_from history correctly Fixes T623 |