- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Aug 17 2022
Aug 17 2022
kgaillot committed rP6529cc7df4cb: Refactor: fencer: functionize getting currently executing device (authored by kgaillot).
Refactor: fencer: functionize getting currently executing device
kgaillot committed rP2688c63dfbdf: Log: pacemakerd: improve core file limit messages (authored by kgaillot).
Log: pacemakerd: improve core file limit messages
kgaillot committed rPd84f788a4c66: Doc: controller: improve stonith-watchdog-timeout description (again) (authored by kgaillot).
Doc: controller: improve stonith-watchdog-timeout description (again)
kgaillot committed rP8b3569a168ba: Refactor: fencer: rename a struct member for clarity (authored by kgaillot).
Refactor: fencer: rename a struct member for clarity
Aug 16 2022
Aug 16 2022
kgaillot committed rP1b4e8ed2bd8b: Refactor: scheduler: avoid using pe_graph_disable (authored by kgaillot).
Refactor: scheduler: avoid using pe_graph_disable
kgaillot committed rP68e2f0fd7485: Refactor: scheduler: add internal equivalent of pe_graph_flags (authored by kgaillot).
Refactor: scheduler: add internal equivalent of pe_graph_flags
kgaillot committed rP864ece44ed67: Refactor: scheduler: avoid pe_graph_flags internally (authored by kgaillot).
Refactor: scheduler: avoid pe_graph_flags internally
kgaillot committed rPd31efd455e37: API: libpe_status: deprecate enum pe_graph_flags (authored by kgaillot).
API: libpe_status: deprecate enum pe_graph_flags
kgaillot committed rP8e4663d8b7fa: Refactor: scheduler: change update_actions() return value (authored by kgaillot).
Refactor: scheduler: change update_actions() return value
kgaillot committed rPc730e7392d07: Refactor: scheduler: move native_update_actions() to pcmk_sched_actions.c (authored by kgaillot).
Refactor: scheduler: move native_update_actions() to pcmk_sched_actions.c
kgaillot committed rP2c57a3347f6f: Refactor: scheduler: rename update_actions() method (authored by kgaillot).
Refactor: scheduler: rename update_actions() method
kgaillot committed rP59133d1606e9: Refactor: scheduler: drop unused argument in multi_update_interleave_actions() (authored by kgaillot).
Refactor: scheduler: drop unused argument in multi_update_interleave_actions()
kgaillot committed rP76b41ea340dd: Refactor: scheduler: change type of flags argument to update_ordered_actions() (authored by kgaillot).
Refactor: scheduler: change type of flags argument to update_ordered_actions()
kgaillot committed rP90ca8f031dd2: Refactor: scheduler: change type of filter argument to update_ordered_actions() (authored by kgaillot).
Refactor: scheduler: change type of filter argument to update_ordered_actions()
kgaillot committed rP2921ef3496a0: Refactor: scheduler: functionize handling asymmetric ordering (authored by kgaillot).
Refactor: scheduler: functionize handling asymmetric ordering
kgaillot committed rP6b4f37c921f8: Refactor: scheduler: change type of type argument to update_ordered_actions() (authored by kgaillot).
Refactor: scheduler: change type of type argument to update_ordered_actions()
kgaillot committed rP2868628a4c08: Refactor: scheduler: best practices for native_update_actions() (authored by kgaillot).
Refactor: scheduler: best practices for native_update_actions()
Aug 10 2022
Aug 10 2022
kgaillot committed rP99c4c36654fc: Refactor: scheduler: drop redundant argument from allocate() method (authored by kgaillot).
Refactor: scheduler: drop redundant argument from allocate() method
kgaillot committed rP127188f9270a: Refactor: scheduler: use rsc->cluster in action creation macros (authored by kgaillot).
Refactor: scheduler: use rsc->cluster in action creation macros
kgaillot committed rPbb9c1f4488c9: Refactor: scheduler: drop redundant argument from create_actions() method (authored by kgaillot).
Refactor: scheduler: drop redundant argument from create_actions() method
kgaillot committed rPf45f7135d4a0: Refactor: scheduler: drop redundant argument from internal_constraints() method (authored by kgaillot).
Refactor: scheduler: drop redundant argument from internal_constraints() method
kgaillot committed rPcbf7861b3828: Refactor: scheduler: drop redundant argument from create_probe() method (authored by kgaillot).
Refactor: scheduler: drop redundant argument from create_probe() method
kgaillot committed rPa3d848b7a4f6: Refactor: scheduler: drop redundant argument from expand() method (authored by kgaillot).
Refactor: scheduler: drop redundant argument from expand() method
kgaillot committed rPcb5f69ef7b95: Refactor: scheduler: drop redundant argument from pcmk__order_vs_unfence() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from pcmk__order_vs_unfence()
kgaillot committed rPfb865a919614: Refactor: scheduler: drop redundant argument from… (authored by kgaillot).
Refactor: scheduler: drop redundant argument from…
kgaillot committed rP9219c0de6b68: Refactor: scheduler: drop redundant argument from pcmk__sort_nodes() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from pcmk__sort_nodes()
kgaillot committed rP7bff86f1a753: Refactor: scheduler: drop redundant argument from clone_create_pseudo_actions() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from clone_create_pseudo_actions()
kgaillot committed rPf51e95f4d31b: Refactor: scheduler: drop redundant argument from find_compatible_child() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from find_compatible_child()
kgaillot committed rP64bd46be8cfc: Refactor: scheduler: drop redundant argument from pcmk__order_resource_actions() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from pcmk__order_resource_actions()
kgaillot committed rP5aecb32b3577: Refactor: scheduler: drop redundant argument from pcmk__order_starts() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from pcmk__order_starts()
kgaillot committed rPc41f31dbb3ac: Refactor: scheduler: drop redundant argument from pcmk__order_stops() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from pcmk__order_stops()
kgaillot committed rPfe9150bc4b74: Fix: tools: correct minimum execution status shown by crm_resource -O (authored by kgaillot).
Fix: tools: correct minimum execution status shown by crm_resource -O
Aug 8 2022
Aug 8 2022
kgaillot committed rPd832f0d50d2d: Refactor: scheduler: use merge_weights() method for group members (authored by kgaillot).
Refactor: scheduler: use merge_weights() method for group members
kgaillot committed rP0faa0c75e6f8: Refactor: scheduler: move resource_alloc_functions_s to library-private header (authored by kgaillot).
Refactor: scheduler: move resource_alloc_functions_s to library-private header
kgaillot committed rP47c3154d4f9c: Refactor: scheduler: move pcmk__native_merge_weights() (authored by kgaillot).
Refactor: scheduler: move pcmk__native_merge_weights()
kgaillot committed rP0a409507b3b8: Refactor: scheduler: make merge_weights() method's nodes argument in/out (authored by kgaillot).
Refactor: scheduler: make merge_weights() method's nodes argument in/out
kgaillot committed rP14de0218dbc3: Refactor: scheduler: drop pcmk__apply_colocation() (authored by kgaillot).
Refactor: scheduler: drop pcmk__apply_colocation()
kgaillot committed rPe6d4984cf1c3: Refactor: scheduler: drop redundant argument from colocation methods (authored by kgaillot).
Refactor: scheduler: drop redundant argument from colocation methods
kgaillot committed rP866cb005ac8e: Refactor: scheduler: merge colocation methods (authored by kgaillot).
Refactor: scheduler: merge colocation methods
kgaillot committed rPc52df15a2c82: Doc: scheduler: add doxygen block for colocation methods (authored by kgaillot).
Doc: scheduler: add doxygen block for colocation methods
Doc: scheduler: fix typo
kgaillot committed rP9c4b8494b260: Refactor: scheduler: rename merge_weights() method (authored by kgaillot).
Refactor: scheduler: rename merge_weights() method
kgaillot committed rP22f512057ed3: Refactor: scheduler: drop pe_weights_init enum value (authored by kgaillot).
Refactor: scheduler: drop pe_weights_init enum value
kgaillot committed rP10b57ac97c4e: Refactor: scheduler: rename enum pe_weights (authored by kgaillot).
Refactor: scheduler: rename enum pe_weights
kgaillot committed rP05220bc6949e: Log: scheduler: avoid "left-hand"/"right-hand" terminology in colocation logs (authored by kgaillot).
Log: scheduler: avoid "left-hand"/"right-hand" terminology in colocation logs
kgaillot committed rP25fae9ec79c9: Doc: Pacemaker Development: add overview of colocation code (authored by kgaillot).
Doc: Pacemaker Development: add overview of colocation code
kgaillot committed rP5c1808f983a3: Test: cts-lab: use singular or plural correctly (authored by kgaillot).
Test: cts-lab: use singular or plural correctly
kgaillot committed rP53b8ac5f6488: Test: cts: use configured value for environment file (authored by kgaillot).
Test: cts: use configured value for environment file
kgaillot committed rPcb9f7c68f536: Log: pacemakerd: lower level of messages about core file size (authored by kgaillot).
Log: pacemakerd: lower level of messages about core file size
kgaillot committed rP42f2c4dffead: Log: scheduler: drop redundant trace messages (authored by kgaillot).
Log: scheduler: drop redundant trace messages
kgaillot committed rP6ca5c3db720e: Doc: controller: improve stonith-watchdog-timeout description (authored by kgaillot).
Doc: controller: improve stonith-watchdog-timeout description
kgaillot committed rP96f87075ff5d: Refactor: controller: replace some old "crmd" terminology (authored by kgaillot).
Refactor: controller: replace some old "crmd" terminology
kgaillot committed rPfc63f7beb5b3: Build: configure.ac: remove redundant check for libtool (authored by kgaillot).
Build: configure.ac: remove redundant check for libtool
kgaillot committed rPe46bb6204bab: Doc: libcrmcommon: drop DOCTYPE from daemon option meta-data (authored by kgaillot).
Doc: libcrmcommon: drop DOCTYPE from daemon option meta-data
kgaillot committed rPf30600290c5c: Build: configure.ac: avoid warning from newer autoconf (authored by kgaillot).
Build: configure.ac: avoid warning from newer autoconf
kgaillot committed rP5b31ca81cd56: Low: scheduler: assert on invalid add_colocated_node_scores() arguments (authored by kgaillot).
Low: scheduler: assert on invalid add_colocated_node_scores() arguments
kgaillot committed rP20d47531e4cc: Build: configure: enable -Wimplicit-fallthrough when available (authored by kgaillot).
Build: configure: enable -Wimplicit-fallthrough when available
kgaillot committed rPa4a0aa0fdf80: Refactor: scheduler: avoid "lh"/"rh" terminology for ordering constraints (authored by kgaillot).
Refactor: scheduler: avoid "lh"/"rh" terminology for ordering constraints
kgaillot committed rP28940c302acc: Refactor: scheduler: avoid "lh" terminology for ticket constraints (authored by kgaillot).
Refactor: scheduler: avoid "lh" terminology for ticket constraints
kgaillot committed rPd2ba60d3058a: Refactor: scheduler: avoid "lh" terminology for location constraints (authored by kgaillot).
Refactor: scheduler: avoid "lh" terminology for location constraints
kgaillot committed rPe10c1ae097ea: Refactor: executor: make execute_nonstonith_action() return void (authored by kgaillot).
Refactor: executor: make execute_nonstonith_action() return void
kgaillot committed rP9f96bc417b7d: Refactor: executor: rename resource execution functions (authored by kgaillot).
Refactor: executor: rename resource execution functions
kgaillot committed rP587d0bdd2537: Low: executor: don't finalize a failed monitor initiation twice (authored by kgaillot).
Low: executor: don't finalize a failed monitor initiation twice
kgaillot committed rP25b88cc9fe22: Refactor: executor: avoid goto in lrmd_rsc_execute_service_lib() (authored by kgaillot).
Refactor: executor: avoid goto in lrmd_rsc_execute_service_lib()
Jul 20 2022
Jul 20 2022
kgaillot committed rP4700881a8045: Build: GNUmakefile: rpm targets should be usable without rpm/Makefile present (authored by kgaillot).
Build: GNUmakefile: rpm targets should be usable without rpm/Makefile present
Build: GNUmakefile: simplify init target
kgaillot committed rP7c0c77a0e22a: Build: GNUmakefile: run autogen.sh if libltdl doesn't exist (authored by kgaillot).
Build: GNUmakefile: run autogen.sh if libltdl doesn't exist
kgaillot committed rPc0e04a698c14: Refactor: various: explicitly define functions with void arguments (authored by kgaillot).
Refactor: various: explicitly define functions with void arguments
kgaillot committed rP48291647161a: Fix: scheduler: avoid container ping-pong (authored by kgaillot).
Fix: scheduler: avoid container ping-pong
kgaillot committed rPaf3d007f2de1: Test: cts-scheduler: update expected scores for colocation change (authored by kgaillot).
Test: cts-scheduler: update expected scores for colocation change
kgaillot committed rP3914c1eea655: Test: scheduler: add test for resource-with-container change (authored by kgaillot).
Test: scheduler: add test for resource-with-container change
Jul 19 2022
Jul 19 2022
kgaillot committed rP46bd3b42c575: Refactor: scheduler: functionize creating promotable clone pseudo-actions (authored by kgaillot).
Refactor: scheduler: functionize creating promotable clone pseudo-actions
kgaillot committed rPc4c9741d8e33: Refactor: scheduler: functionize creating promotable instance actions (authored by kgaillot).
Refactor: scheduler: functionize creating promotable instance actions
kgaillot committed rP65a2c70c57ce: Refactor: scheduler: functionize resetting instance priorities (authored by kgaillot).
Refactor: scheduler: functionize resetting instance priorities
kgaillot committed rP16cacd675a90: Refactor: scheduler: best practices for create_promotable_actions() (authored by kgaillot).
Refactor: scheduler: best practices for create_promotable_actions()
kgaillot committed rP3bbae49a8b6e: Refactor: scheduler: best practices for promote_demote_constraints() (authored by kgaillot).
Refactor: scheduler: best practices for promote_demote_constraints()
kgaillot committed rP2d18ec89c0ee: Refactor: scheduler: best practices for promotable_constraints() (authored by kgaillot).
Refactor: scheduler: best practices for promotable_constraints()
kgaillot committed rP5558fc7ab377: Refactor: scheduler: best practices for node_hash_update_one() (authored by kgaillot).
Refactor: scheduler: best practices for node_hash_update_one()
kgaillot committed rP0d5840234305: Refactor: scheduler: functionize updating dependent in colocation with… (authored by kgaillot).
Refactor: scheduler: functionize updating dependent in colocation with…
kgaillot committed rPc42d617c47ba: Refactor: scheduler: best practices for promotable_colocation_rh() (authored by kgaillot).
Refactor: scheduler: best practices for promotable_colocation_rh()
Jul 13 2022
Jul 13 2022
kgaillot committed rP3fb1858c1180: Refactor: scheduler: move notification code from libpacemaker to libpe_status (authored by kgaillot).
Refactor: scheduler: move notification code from libpacemaker to libpe_status
kgaillot committed rP8332f6fbaa87: Refactor: scheduler: change notification function prefix (authored by kgaillot).
Refactor: scheduler: change notification function prefix
kgaillot committed rPa1478c7625db: Refactor: scheduler: separate action-related functions (authored by kgaillot).
Refactor: scheduler: separate action-related functions
kgaillot committed rP7bba3583944a: Refactor: scheduler: drop unused function find_recurring_actions() (authored by kgaillot).
Refactor: scheduler: drop unused function find_recurring_actions()
kgaillot committed rP33f922445537: Refactor: scheduler: move pcmk__new_rsc_pseudo_action() (authored by kgaillot).
Refactor: scheduler: move pcmk__new_rsc_pseudo_action()
Jul 12 2022
Jul 12 2022
kgaillot committed rPbeb01f83d5b4: Refactor: scheduler: split set_role_unpromoted() into two functions (authored by kgaillot).
Refactor: scheduler: split set_role_unpromoted() into two functions
kgaillot committed rP96892aaf0add: Refactor: scheduler: best practices for pcmk__add_promotion_scores() (authored by kgaillot).
Refactor: scheduler: best practices for pcmk__add_promotion_scores()
kgaillot committed rP814d8ab8096d: Refactor: scheduler: best practices for set_role_promoted() (authored by kgaillot).
Refactor: scheduler: best practices for set_role_promoted()
kgaillot committed rP176ba2cc6df4: Refactor: scheduler: functionize setting instance promotion priority (authored by kgaillot).
Refactor: scheduler: functionize setting instance promotion priority
kgaillot committed rP108b09a1a930: Refactor: scheduler: add accessors for clone promoted max / node max (authored by kgaillot).
Refactor: scheduler: add accessors for clone promoted max / node max
kgaillot committed rP0be1e252ba29: Refactor: scheduler: functionize showing promotion score (authored by kgaillot).
Refactor: scheduler: functionize showing promotion score
kgaillot committed rPde695e7ef6eb: Refactor: scheduler: functionize setting promotable instance's role (authored by kgaillot).
Refactor: scheduler: functionize setting promotable instance's role
kgaillot committed rPa2731bda641b: Refactor: scheduler: best practices for pcmk__set_instance_roles() (authored by kgaillot).
Refactor: scheduler: best practices for pcmk__set_instance_roles()
Jul 11 2022
Jul 11 2022
kgaillot committed rPc8c90f58b5b4: Test: scheduler: it helps to actually run a test (authored by kgaillot).
Test: scheduler: it helps to actually run a test
kgaillot committed rP9d5a029dbe48: Test: cts-scheduler: update expected output for remote-connection-shutdown (authored by kgaillot).
Test: cts-scheduler: update expected output for remote-connection-shutdown
kgaillot committed rP514969ca6926: Refactor: scheduler: functionize calling merge_weights() method (authored by kgaillot).
Refactor: scheduler: functionize calling merge_weights() method
kgaillot committed rP3f960bc48819: Refactor: scheduler: functionize adding sort index to node weight (authored by kgaillot).
Refactor: scheduler: functionize adding sort index to node weight
kgaillot committed rP212216d71a7e: Refactor: scheduler: functionize applying promoted-role colocations (authored by kgaillot).
Refactor: scheduler: functionize applying promoted-role colocations
kgaillot committed rP67bf49e86649: Refactor: scheduler: functionize resetting sort indexes to node weights (authored by kgaillot).
Refactor: scheduler: functionize resetting sort indexes to node weights
kgaillot committed rPc45064fc2bad: Refactor: scheduler: functionize finding anonymous clone active instance (authored by kgaillot).
Refactor: scheduler: functionize finding anonymous clone active instance