- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 1 2023
Jun 1 2023
kgaillot committed rP267b4f28ac5f: Refactor: scheduler: declare pcmk__clone_add_utilization() in library-private… (authored by kgaillot).
Refactor: scheduler: declare pcmk__clone_add_utilization() in library-private…
kgaillot committed rP38473ce7e9e3: Refactor: scheduler: declare pcmk__clone_shutdown_lock() in library-private… (authored by kgaillot).
Refactor: scheduler: declare pcmk__clone_shutdown_lock() in library-private…
kgaillot committed rPdcd2fa687177: Refactor: scheduler: best practices for clone_append_meta() (authored by kgaillot).
Refactor: scheduler: best practices for clone_append_meta()
kgaillot committed rPb64e3bdfdf2b: Refactor: scheduler: replace copies_per_node() with a resource method (authored by kgaillot).
Refactor: scheduler: replace copies_per_node() with a resource method
May 24 2023
May 24 2023
Doc: ChangeLog: update for 2.1.6 release
May 23 2023
May 23 2023
kgaillot committed rP003c0a604001: Log: scheduler: improve ordering trace log (authored by kgaillot).
Log: scheduler: improve ordering trace log
kgaillot committed rPa9bed6e32e07: Test: scheduler: add test for new member in partially unmanaged group (authored by kgaillot).
Test: scheduler: add test for new member in partially unmanaged group
kgaillot committed rPb4c558e53853: Fix: scheduler: ensure earlier group member starts happen after later member… (authored by kgaillot).
Fix: scheduler: ensure earlier group member starts happen after later member…
kgaillot committed rP7d9bf6b659d6: Test: scheduler: update tests for group ordering change (authored by kgaillot).
Test: scheduler: update tests for group ordering change
May 15 2023
May 15 2023
kgaillot committed rP9e7b39a6a57a: Test: scheduler: summarize group-anticolocation test (authored by kgaillot).
Test: scheduler: summarize group-anticolocation test
kgaillot committed rPd07d398590fd: Test: scheduler: rename bug-lf-2613 test to failed-sticky-group (authored by kgaillot).
Test: scheduler: rename bug-lf-2613 test to failed-sticky-group
kgaillot committed rPf6131e39f310: Test: scheduler: add failed-sticky-anticolocated-group test (authored by kgaillot).
Test: scheduler: add failed-sticky-anticolocated-group test
May 2 2023
May 2 2023
kgaillot committed rP336efa1a29f0: Merge branch '2.1' of https://github.com/ClusterLabs/pacemaker into pullback (authored by kgaillot).
Merge branch '2.1' of https://github.com/ClusterLabs/pacemaker into pullback
kgaillot committed rP802a72226be8: Doc: ChangeLog: update for 2.1.6-rc2 release (authored by kgaillot).
Doc: ChangeLog: update for 2.1.6-rc2 release
kgaillot committed rP0eae7d53b428: Fix: scheduler: consider mandatory colocations before optional (authored by kgaillot).
Fix: scheduler: consider mandatory colocations before optional
kgaillot committed rP2b28d8708090: Refactor: scheduler: avoid duplication of applying dependent scores (authored by kgaillot).
Refactor: scheduler: avoid duplication of applying dependent scores
kgaillot committed rP04f4c764bc97: Test: cts-scheduler: update tests for colocation change (authored by kgaillot).
Test: cts-scheduler: update tests for colocation change
May 1 2023
May 1 2023
kgaillot committed rP283ab70792bf: Feature: scheduler: deprecate "moon" in date_spec elements in rules (authored by kgaillot).
Feature: scheduler: deprecate "moon" in date_spec elements in rules
kgaillot committed rP4c1502dbc8b9: Doc: Pacemaker Explained: document when certain features were added (authored by kgaillot).
Doc: Pacemaker Explained: document when certain features were added
kgaillot committed rPec3216554ebf: API: libcrmcommon: deprecate PCMK_RESOURCE_CLASS_UPSTART (authored by kgaillot).
API: libcrmcommon: deprecate PCMK_RESOURCE_CLASS_UPSTART
kgaillot committed rP9c40d3512508: API: libcrmcommon: deprecate PCMK_RESOURCE_CLASS_NAGIOS (authored by kgaillot).
API: libcrmcommon: deprecate PCMK_RESOURCE_CLASS_NAGIOS
kgaillot committed rP1d5438d7cf50: API: libcrmservice: deprecate enum nagios_exitcode (authored by kgaillot).
API: libcrmservice: deprecate enum nagios_exitcode
kgaillot committed rP8b3e81c90f8e: Log: scheduler: warn if Upstart resources are used (authored by kgaillot).
Log: scheduler: warn if Upstart resources are used
kgaillot committed rP69aa8745fd4a: Doc: Pacemaker Explained: move Upstart to end of class list (authored by kgaillot).
Doc: Pacemaker Explained: move Upstart to end of class list
kgaillot committed rPa28de2b8d79c: Feature: scheduler: deprecate support for Nagios resources (authored by kgaillot).
Feature: scheduler: deprecate support for Nagios resources
Apr 17 2023
Apr 17 2023
kgaillot committed rPba2ac6406ee5: Build: libraries: update shared object versions for 2.1.6 (authored by kgaillot).
Build: libraries: update shared object versions for 2.1.6
kgaillot committed rP00f1dbff4d63: Doc: ChangeLog: update for 2.1.6-rc1 release (authored by kgaillot).
Doc: ChangeLog: update for 2.1.6-rc1 release
kgaillot committed rP268a874b349f: Build: update version information for 2.1.6 (authored by kgaillot).
Build: update version information for 2.1.6
kgaillot committed rP3379b49404d2: Refactor: libs, tools: Expect a const char instead of a char. (authored by clumens).
Refactor: libs, tools: Expect a const char instead of a char.
kgaillot committed rP0a3efbda462f: Test: scheduler: update summary outputs without --enable-compat-2.0 (authored by kgaillot).
Test: scheduler: update summary outputs without --enable-compat-2.0
kgaillot committed rP4cfca2227f0d: Low: NLS: update translations for current code base (authored by kgaillot).
Low: NLS: update translations for current code base
kgaillot committed rPd0307bcd0168: Refactor: libpacemaker: Expect an int instead of a uint32_t for node_id. (authored by clumens).
Refactor: libpacemaker: Expect an int instead of a uint32_t for node_id.
kgaillot committed rPf2db4c4ddefb: Refactor: libpacemaker, tools: Expect an enum to various messages. (authored by clumens).
Refactor: libpacemaker, tools: Expect an enum to various messages.
kgaillot committed rPe1980e2452ed: Test: cts-lab: improve log type detection (authored by kgaillot).
Test: cts-lab: improve log type detection
kgaillot committed rPeae29cc46913: Refactor: libpacemaker: Expect a time_t in pacemakerd-health message. (authored by clumens).
Refactor: libpacemaker: Expect a time_t in pacemakerd-health message.
kgaillot committed rP6cfcaf2d147c: Refactor: cts-lab: simplify log type detection (authored by kgaillot).
Refactor: cts-lab: simplify log type detection
kgaillot committed rPa63e56f8efbf: Refactor: python: functionize checking for systemd (authored by kgaillot).
Refactor: python: functionize checking for systemd
kgaillot committed rP095c09eee68f: Doc: ChangeLog: update for 2.1.6-rc1 release (authored by kgaillot).
Doc: ChangeLog: update for 2.1.6-rc1 release
kgaillot committed rPd3e902313822: Build: update version information for 2.1.6 (authored by kgaillot).
Build: update version information for 2.1.6
kgaillot committed rP606c53f96a8c: Build: libraries: update shared object versions for 2.1.6 (authored by kgaillot).
Build: libraries: update shared object versions for 2.1.6
Apr 13 2023
Apr 13 2023
kgaillot committed rP737ab41b6075: Refactor: python: functionize checking for systemd (authored by kgaillot).
Refactor: python: functionize checking for systemd
kgaillot committed rPafd40895ff4b: Refactor: cts-lab: simplify log type detection (authored by kgaillot).
Refactor: cts-lab: simplify log type detection
kgaillot committed rP55f44bea581c: Test: cts-lab: improve log type detection (authored by kgaillot).
Test: cts-lab: improve log type detection
kgaillot committed rP19553949f34b: Test: scheduler: update summary outputs without --enable-compat-2.0 (authored by kgaillot).
Test: scheduler: update summary outputs without --enable-compat-2.0
kgaillot committed rPdc0b09aea856: Low: NLS: update translations for current code base (authored by kgaillot).
Low: NLS: update translations for current code base
Apr 11 2023
Apr 11 2023
kgaillot committed rP86b84c15e76a: Refactor: tools: drop redundant argument from attribute functions (authored by kgaillot).
Refactor: tools: drop redundant argument from attribute functions
kgaillot committed rP2c1f19d961fb: Refactor: tools: improve formatting in attribute functions (authored by kgaillot).
Refactor: tools: improve formatting in attribute functions
kgaillot committed rP064f43ff6bd4: Refactor: tools: make for loop easier to follow (authored by kgaillot).
Refactor: tools: make for loop easier to follow
kgaillot committed rP8ff77205698d: Refactor: tools: don't overwrite original attr_id when updating attributes (authored by kgaillot).
Refactor: tools: don't overwrite original attr_id when updating attributes
kgaillot committed rPb3f55d941bab: Refactor: tools: improve variable names in attribute functions (authored by kgaillot).
Refactor: tools: improve variable names in attribute functions
kgaillot committed rP8d2ee76912a1: Low: tools: fix use-after-free of attribute set name (authored by kgaillot).
Low: tools: fix use-after-free of attribute set name
kgaillot committed rP0c1220561c66: Low: tools: avoid use-after-free of attribute ID (authored by kgaillot).
Low: tools: avoid use-after-free of attribute ID
kgaillot committed rPa517e97afd6a: Doc: Pacemaker Administration,Pacemaker Explained: move alert info (authored by kgaillot).
Doc: Pacemaker Administration,Pacemaker Explained: move alert info
kgaillot committed rP79462a7e2860: Doc: Pacemaker Explained: document the resource-agents-deps target (authored by kgaillot).
Doc: Pacemaker Explained: document the resource-agents-deps target
kgaillot committed rP0c3631e96973: Doc: sysconfig: overhaul enviroment variable descriptions (authored by kgaillot).
Doc: sysconfig: overhaul enviroment variable descriptions
kgaillot committed rP71b8f62b12ba: Doc: sysconfig: use configured values where appropriate (authored by kgaillot).
Doc: sysconfig: use configured values where appropriate
kgaillot committed rP6edbfae552e9: Build: configure: make sysconfig file a configured file (authored by kgaillot).
Build: configure: make sysconfig file a configured file
kgaillot committed rP0c30275bf404: Doc: Python: encourage developers to use top module only (authored by kgaillot).
Doc: Python: encourage developers to use top module only
kgaillot committed rPe7d46cbf855b: Doc: Pacemaker Administration: improve troubleshooting chapter (authored by kgaillot).
Doc: Pacemaker Administration: improve troubleshooting chapter
kgaillot committed rP5c3077895ec2: Build: pacemaker-fenced: drop directory README (authored by kgaillot).
Build: pacemaker-fenced: drop directory README
kgaillot committed rP58febe3b3c4e: Build: configure: sanitize implicit variables before custom arguments (authored by kgaillot).
Build: configure: sanitize implicit variables before custom arguments
Doc: sysconfig: improve help text
kgaillot committed rP483785dbb299: Doc: Pacemaker Administration: improve wording in troubleshooting chapter (authored by kgaillot).
Doc: Pacemaker Administration: improve wording in troubleshooting chapter
kgaillot committed rP81ee7265c083: Build: Makefiles: drop removed file from EXTRA_DIST (authored by kgaillot).
Build: Makefiles: drop removed file from EXTRA_DIST
Apr 10 2023
Apr 10 2023
kgaillot committed rP99d2de3efc0d: Build: .gitignore: cts-coverage is no longer created (authored by kgaillot).
Build: .gitignore: cts-coverage is no longer created
kgaillot committed rP4cc533f49d5e: Build: GNUmakefile: release.mk no longer needed (authored by kgaillot).
Build: GNUmakefile: release.mk no longer needed
kgaillot committed rPd95873bcff78: Build: Makefiles: move coverage targets to devel subdirectory (authored by kgaillot).
Build: Makefiles: move coverage targets to devel subdirectory
kgaillot committed rPd3c3598f918b: Build: Makefile.am: drop core-install target (authored by kgaillot).
Build: Makefile.am: drop core-install target
Build: extra: drop ansible subdirectory
kgaillot committed rPe3e372156153: Build: agents: move alert agents to new agents/alerts subdirectory (authored by kgaillot).
Build: agents: move alert agents to new agents/alerts subdirectory
kgaillot committed rPa448f180a490: Build: agents: move resource agents to new agents/ocf subdirectory (authored by kgaillot).
Build: agents: move resource agents to new agents/ocf subdirectory
kgaillot committed rP8134c77cf7d8: Build: MIB: move PCMK-MIB.txt to doc subdirectory (authored by kgaillot).
Build: MIB: move PCMK-MIB.txt to doc subdirectory
kgaillot committed rP65cf85cbbc7f: Build: agents: move fence agents to new agents/stonith subdirectory (authored by kgaillot).
Build: agents: move fence agents to new agents/stonith subdirectory
Apr 6 2023
Apr 6 2023
kgaillot committed rPf3feb5b2742d: Fix: scheduler: attenuate chained "with this" colocation scores (authored by kgaillot).
Fix: scheduler: attenuate chained "with this" colocation scores
kgaillot committed rP53ff7f4be4e2: Test: scheduler: update regression tests for colocation change (authored by kgaillot).
Test: scheduler: update regression tests for colocation change
Apr 5 2023
Apr 5 2023
Refactor: scheduler: drop dead code
kgaillot committed rP55bc61770aea: Refactor: scheduler: drop unused argument to child_ordering_constraints() (authored by kgaillot).
Refactor: scheduler: drop unused argument to child_ordering_constraints()
kgaillot committed rP4658c3f44a85: Refactor: scheduler: move ordered check outside child_ordering_constraints() (authored by kgaillot).
Refactor: scheduler: move ordered check outside child_ordering_constraints()
kgaillot committed rPf42c4c7a81ae: Refactor: scheduler: best practices for child_ordering_constraints() (authored by kgaillot).
Refactor: scheduler: best practices for child_ordering_constraints()
kgaillot committed rP88579bf746bc: Low: scheduler: don't add group colocations twice (authored by kgaillot).
Low: scheduler: don't add group colocations twice
kgaillot committed rP89d523af2fd9: Refactor: scheduler: make adding colocated node scores a method (authored by kgaillot).
Refactor: scheduler: make adding colocated node scores a method
kgaillot committed rP4150ce5fd914: Refactor: scheduler: separate group add_colocated_node_scores() method (authored by kgaillot).
Refactor: scheduler: separate group add_colocated_node_scores() method
Apr 3 2023
Apr 3 2023
kgaillot committed rPd78f7ca3c133: Refactor: scheduler: functionize checking "resource active only on this node" (authored by kgaillot).
Refactor: scheduler: functionize checking "resource active only on this node"
kgaillot committed rPb67e2f695ca0: Low: scheduler: use correct action when determining order set flags (authored by kgaillot).
Low: scheduler: use correct action when determining order set flags
kgaillot committed rP8f5741ab79c5: Refactor: rename pe__free_notification_data() (authored by kgaillot).
Refactor: rename pe__free_notification_data()
kgaillot committed rPd096e95487d7: Low: scheduler: make asymmetric ordering handling more efficient (authored by kgaillot).
Low: scheduler: make asymmetric ordering handling more efficient
kgaillot committed rP6bafbc2c0235: Refactor: scheduler: rename pe__clone_notif_pseudo_ops() (authored by kgaillot).
Refactor: scheduler: rename pe__clone_notif_pseudo_ops()
kgaillot committed rP24cd24bca83e: Refactor: scheduler: de-functionize common_update_score() (authored by kgaillot).
Refactor: scheduler: de-functionize common_update_score()
kgaillot committed rPb79abf77babc: Log: scheduler: log in pcmk__add_scores() callers (authored by kgaillot).
Log: scheduler: log in pcmk__add_scores() callers
Log: scheduler: add missing parentheses
Drop references to old blog
Mar 28 2023
Mar 28 2023
kgaillot committed rP36e66d542eb5: Refactor: scheduler: move some instance-related functions (authored by kgaillot).
Refactor: scheduler: move some instance-related functions
kgaillot committed rPcc6deaaa10ba: Log: scheduler: correct pcmk__cmp_instance() logs and comments (authored by kgaillot).
Log: scheduler: correct pcmk__cmp_instance() logs and comments
kgaillot committed rP3a16536bd328: Refactor: scheduler: add accessor for clone node max (authored by kgaillot).
Refactor: scheduler: add accessor for clone node max
kgaillot committed rP068071f1609e: Refactor: scheduler: functionize freeing clone notification data (authored by kgaillot).
Refactor: scheduler: functionize freeing clone notification data
kgaillot committed rP34d8bbbcb99e: Refactor: scheduler: functionize creating clone notifications (authored by kgaillot).
Refactor: scheduler: functionize creating clone notifications
kgaillot committed rPf13d4585e352: Refactor: scheduler: create clone start/stop notification pseudo-ops together (authored by kgaillot).
Refactor: scheduler: create clone start/stop notification pseudo-ops together
kgaillot committed rPd2e5703f13b3: Test: scheduler: update expected graphs for action number change (authored by kgaillot).
Test: scheduler: update expected graphs for action number change
kgaillot committed rP16e677c5519b: Refactor: scheduler: functionize creating start/stop notification pseudo-actions (authored by kgaillot).
Refactor: scheduler: functionize creating start/stop notification pseudo-actions
kgaillot committed rP39d35ffaf283: Refactor: scheduler: functionize considering a clone dependent's scores (authored by kgaillot).
Refactor: scheduler: functionize considering a clone dependent's scores