- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 11 2023
Apr 11 2023
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
kgaillot committed rP504bb0f9be93: Refactor: scheduler: isolate clone variant data to clone.c (authored by kgaillot).
Refactor: scheduler: isolate clone variant data to clone.c
kgaillot committed rPc0a968fb59ab: Test: cts-cli: update expected output for function name change (authored by kgaillot).
Test: cts-cli: update expected output for function name change
kgaillot committed rP301c72872107: Refactor: scheduler: best practices for pcmk__clone_allocate() (authored by kgaillot).
Refactor: scheduler: best practices for pcmk__clone_allocate()
kgaillot committed rP1d085f6c422c: Test: cts-scheduler: update score files for function name change (authored by kgaillot).
Test: cts-scheduler: update score files for function name change
kgaillot committed rPabd76fb59082: Refactor: scheduler: rename pe__create_notifications() (authored by kgaillot).
Refactor: scheduler: rename pe__create_notifications()
kgaillot committed rP97316b97ec14: Refactor: scheduler: use convenience function where appropriate (authored by kgaillot).
Refactor: scheduler: use convenience function where appropriate
kgaillot updated the task description for T620: Create command-line method of listing all possible meta-attributes, cluster options, and environment variables.
kgaillot updated the task description for T620: Create command-line method of listing all possible meta-attributes, cluster options, and environment variables.
kgaillot updated the task description for T620: Create command-line method of listing all possible meta-attributes, cluster options, and environment variables.
kgaillot renamed T620: Create command-line method of listing all possible meta-attributes, cluster options, and environment variables from Create command-line method of listing all possible meta-attributes to Create command-line method of listing all possible meta-attributes, cluster options, and environment variables.
Mar 27 2023
Mar 27 2023
kgaillot committed rP65c07109f385: Refactor: scheduler: new functions for adding lists of colocations (authored by kgaillot).
Refactor: scheduler: new functions for adding lists of colocations
kgaillot committed rP8ffc6f4f310b: Refactor: scheduler: tweak functions for adding colocations to a list (authored by kgaillot).
Refactor: scheduler: tweak functions for adding colocations to a list
kgaillot committed rP30d36adbe679: Refactor: libpe_status: add accessors for a couple bundle parameters (authored by kgaillot).
Refactor: libpe_status: add accessors for a couple bundle parameters
kgaillot committed rP82fd58351fa3: API: libpe_status: add pe_rsc_replica_container constant (authored by kgaillot).
API: libpe_status: add pe_rsc_replica_container constant
kgaillot committed rP7bcbbe9f6b9c: Refactor: scheduler: add methods for creating colocation lists (authored by kgaillot).
Refactor: scheduler: add methods for creating colocation lists
kgaillot committed rP2467af1e2328: Refactor: scheduler: add function for "is collective everywhere it can be" (authored by kgaillot).
Refactor: scheduler: add function for "is collective everywhere it can be"
kgaillot committed rP30f8fc4ffa38: Refactor: scheduler: add wrappers for listing a resource's colocations (authored by kgaillot).
Refactor: scheduler: add wrappers for listing a resource's colocations
kgaillot committed rP5994bbbf2613: Refactor: scheduler: use new colocation list functions (authored by kgaillot).
Refactor: scheduler: use new colocation list functions
kgaillot committed rP785cada1f132: Doc: libpacemaker: comment when rsc_cons/rsc_cons_lhs should be used directly (authored by kgaillot).
Doc: libpacemaker: comment when rsc_cons/rsc_cons_lhs should be used directly
kgaillot committed rP552254c70a72: Test: cts-scheduler: add test for "primitive with group with clone" (authored by kgaillot).
Test: cts-scheduler: add test for "primitive with group with clone"
kgaillot committed rP533700918423: Fix: scheduler: always add "with group" colocations to last member (authored by kgaillot).
Fix: scheduler: always add "with group" colocations to last member
kgaillot committed rP0b68f8b8b22b: Test: cts-scheduler: add test for "primitive with group with promoted role" (authored by kgaillot).
Test: cts-scheduler: add test for "primitive with group with promoted role"
kgaillot committed rP743017afabbb: Test: cts-scheduler: update regression tests for group colocation change (authored by kgaillot).
Test: cts-scheduler: update regression tests for group colocation change
kgaillot committed rP0c8825b129c3: Test: scheduler: update regression test for colocation change (authored by kgaillot).
Test: scheduler: update regression test for colocation change
kgaillot committed rPa944a2a32b88: Fix: scheduler: always add "group with" colocations to first member (authored by kgaillot).
Fix: scheduler: always add "group with" colocations to first member
kgaillot committed rP52e2d06d36cf: Low: scheduler: add "group with" colocations to later members independent of… (authored by kgaillot).
Low: scheduler: add "group with" colocations to later members independent of…
kgaillot committed rP088fc8843985: Test: cts-scheduler: update regression test for colocation change (authored by kgaillot).
Test: cts-scheduler: update regression test for colocation change
kgaillot committed rPf9ae49568aaf: Test: cts-scheduler: add test for "primitive with unrunnable group" (authored by kgaillot).
Test: cts-scheduler: add test for "primitive with unrunnable group"
kgaillot committed rP30e7ecc55dd1: Fix: scheduler: always add group's own "with this" colocations (authored by kgaillot).
Fix: scheduler: always add group's own "with this" colocations
kgaillot committed rP811952d6c721: Low: scheduler: always add group's own "this with" colocations (authored by kgaillot).
Low: scheduler: always add group's own "this with" colocations
kgaillot committed rPe34bfe5ee193: Test: scheduler: update expected scores for logging change (authored by kgaillot).
Test: scheduler: update expected scores for logging change
kgaillot committed rP5f618fe9256f: Test: cts-scheduler: update regression test for colocation change (authored by kgaillot).
Test: cts-scheduler: update regression test for colocation change
kgaillot committed rPa707e0d318b0: Low: scheduler: avoid trace log and method call if not needed (authored by kgaillot).
Low: scheduler: avoid trace log and method call if not needed
kgaillot committed rP5e0ee21d8dd6: Low: scheduler: always add clone constraints to instances' lists (authored by kgaillot).
Low: scheduler: always add clone constraints to instances' lists
kgaillot committed rP29269f534d7b: Low: scheduler: NULL-check when adding colocations to list (authored by kgaillot).
Low: scheduler: NULL-check when adding colocations to list
kgaillot committed rP630acf4a54e1: Refactor: scheduler: rename pcmk__is_everywhere() (authored by kgaillot).
Refactor: scheduler: rename pcmk__is_everywhere()
kgaillot committed rPe63835cc302a: Refactor: scheduler: make colocation method declarations match definitions (authored by kgaillot).
Refactor: scheduler: make colocation method declarations match definitions
kgaillot committed rPc7d639ac4208: Doc: various: correct spelling of "descendant" (authored by kgaillot).
Doc: various: correct spelling of "descendant"
kgaillot committed rP076b864539a8: Doc: scheduler: add detail to colocation list methods (authored by kgaillot).
Doc: scheduler: add detail to colocation list methods
kgaillot committed rPbf2654414d81: Doc: scheduler: clarify comment about colocation lists (authored by kgaillot).
Doc: scheduler: clarify comment about colocation lists
kgaillot committed rPd63021238763: Doc: scheduler: add doxygen blocks for colocation list wrappers (authored by kgaillot).
Doc: scheduler: add doxygen blocks for colocation list wrappers
kgaillot committed rPf33f6a28be0e: Refactor: scheduler: use const where possible (authored by kgaillot).
Refactor: scheduler: use const where possible
Refactor: scheduler: drop redundant code
kgaillot committed rPaee71f9bd744: Refactor: scheduler: use prepend rather than append for colocated resources (authored by kgaillot).
Refactor: scheduler: use prepend rather than append for colocated resources
Mar 23 2023
Mar 23 2023
kgaillot committed rPcf3bc76b4115: Build: tools: move cluster-{init,helper,clean} to tools subdirectory (authored by kgaillot).
Build: tools: move cluster-{init,helper,clean} to tools subdirectory
kgaillot committed rPe35d1e9639f1: Build: tools: make cluster-init built by configure (authored by kgaillot).
Build: tools: make cluster-init built by configure
kgaillot committed rP4b110ffce664: Build: tools: make cluster-helper built by configure (authored by kgaillot).
Build: tools: make cluster-helper built by configure
kgaillot committed rP481d769ed87f: Low: tools: use configured locations for bash and Corosync configuration in… (authored by kgaillot).
Low: tools: use configured locations for bash and Corosync configuration in…
kgaillot committed rPad6cc947d15c: Low: tools: use configured location for bash in cluster-helper (authored by kgaillot).
Low: tools: use configured location for bash in cluster-helper
kgaillot committed rP18a90b4df006: Build: tools: make cluster-clean built by configure (authored by kgaillot).
Build: tools: make cluster-clean built by configure