- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 20 2022
Jul 20 2022
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
GitHub <noreply@github.com> committed rP3b57f9b58588: Merge pull request #2758 from kgaillot/fixes (authored by kgaillot).
Merge pull request #2758 from kgaillot/fixes
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
GitHub <noreply@github.com> committed rP4b9a32f18de6: Merge pull request #2772 from kgaillot/bundles (authored by kgaillot).
Merge pull request #2772 from kgaillot/bundles
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rR687aa646852d: ocf-tester: remove deprecated lrmd/lrmadmin code that hasnt worked since pre… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
ocf-tester: remove deprecated lrmd/lrmadmin code that hasnt worked since pre…
GitHub <noreply@github.com> committed rR6b2a53de380e: Merge pull request #1790 from oalbrigt/ocf-tester-remove-deprecated-lrmd… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1790 from oalbrigt/ocf-tester-remove-deprecated-lrmd…
Fujii Masao <fujii@postgresql.org> committed rRc6ea93fcb499: Fix bug in handling of child process exit. (authored by Fujii Masao <fujii@postgresql.org>).
Fix bug in handling of child process exit.
GitHub <noreply@github.com> committed rR4faa77aff757: Merge pull request #1793 from MasaoFujii/handle_child_process_exit (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1793 from MasaoFujii/handle_child_process_exit
Jul 19 2022
Jul 19 2022
clumens committed rPa613f4af1620: Refactor: daemons: Use a GError in the main of cts-exec-helper. (authored by clumens).
Refactor: daemons: Use a GError in the main of cts-exec-helper.
clumens committed rP829d4151938e: Refactor: daemons: Move a few variables into the options struct. (authored by clumens).
Refactor: daemons: Move a few variables into the options struct.
clumens committed rP26d6b3d278c5: Refactor: daemons: Use glib for command line handling in cts-exec-helper. (authored by clumens).
Refactor: daemons: Use glib for command line handling in cts-exec-helper.
clumens committed rP31ddd56030fd: Refactor: daemons: test_exit should return a value. (authored by clumens).
Refactor: daemons: test_exit should return a value.
GitHub <noreply@github.com> committed rP3fba591d5688: Merge pull request #2766 from clumens/exec-helper-glib (authored by kgaillot).
Merge pull request #2766 from clumens/exec-helper-glib
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()
GitHub <noreply@github.com> committed rP6a0fb35df182: Merge pull request #2771 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2771 from kgaillot/best-practices
clumens committed rP77bbb72f6cb2: Build: configure: Use AS_IF and AS_CASE everywhere. (authored by clumens).
Build: configure: Use AS_IF and AS_CASE everywhere.
clumens committed rPb8896e181c39: Build: configure: Standardize string tests in configure.ac. (authored by clumens).
Build: configure: Standardize string tests in configure.ac.
GitHub <noreply@github.com> committed rP7c719f9fa196: Merge pull request #2767 from clumens/as_if_case (authored by kgaillot).
Merge pull request #2767 from clumens/as_if_case
Fujii Masao <fujii@postgresql.org> committed rRa68957e8f1e8: storage_mon: Fix bug in checking of number of specified scores. (authored by Fujii Masao <fujii@postgresql.org>).
storage_mon: Fix bug in checking of number of specified scores.
GitHub <noreply@github.com> committed rR1adf404af59a: Merge pull request #1792 from MasaoFujii/fix_score_count_bug (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1792 from MasaoFujii/fix_score_count_bug
clumens committed rP074c56362fc4: High: tools: Fix a segfault in error handling in crm_resource. (authored by clumens).
High: tools: Fix a segfault in error handling in crm_resource.
GitHub <noreply@github.com> committed rP6bf20e794a47: Merge pull request #2770 from clumens/crm-resource-segfault (authored by kgaillot).
Merge pull request #2770 from clumens/crm-resource-segfault
GitHub <noreply@github.com> committed rRf021a7f731a5: storage_mon: make -h exit just after printing help message (#1791) (authored by Fujii Masao <fujii@postgresql.org>).
storage_mon: make -h exit just after printing help message (#1791)
Jul 18 2022
Jul 18 2022
clumens committed rPe0c5e2fb0d69: Refactor: daemons: Use an options struct in cts-fence-helper. (authored by clumens).
Refactor: daemons: Use an options struct in cts-fence-helper.
clumens committed rP97a95fe2538f: Refactor: daemons: Use a GError in the main of cts-fence-helper. (authored by clumens).
Refactor: daemons: Use a GError in the main of cts-fence-helper.
clumens committed rP479793e97357: Refactor: daemons: Use glib for command line handling in cts-fence-helper. (authored by clumens).
Refactor: daemons: Use glib for command line handling in cts-fence-helper.
GitHub <noreply@github.com> committed rP667358083663: Merge pull request #2765 from clumens/fence-helper-glib (authored by kgaillot).
Merge pull request #2765 from clumens/fence-helper-glib
wenningerk committed rPb1094468ab0f: Fix: do unfencing equally for cluster-nodes & remotes (authored by wenningerk).
Fix: do unfencing equally for cluster-nodes & remotes
wenningerk committed rPf5db6e2c9427: Test: cts-scheduler: update expected output for changes in unfencing (authored by wenningerk).
Test: cts-scheduler: update expected output for changes in unfencing
GitHub <noreply@github.com> committed rPf11308913ea5: Merge pull request #2762 from wenningerk/unfencing_tweaks (authored by kgaillot).
Merge pull request #2762 from wenningerk/unfencing_tweaks
admin: Fix a couple of small things
Jul 15 2022
Jul 15 2022
wenningerk committed rS230586043d9e: Fix: Be a bit more descriptive on issues opening watchdog-devices (authored by wenningerk).
Fix: Be a bit more descriptive on issues opening watchdog-devices
GitHub <noreply@github.com> committed rSc43276f51abf: Merge pull request #146 from wenningerk/watchdog_lsof (authored by wenningerk).
Merge pull request #146 from wenningerk/watchdog_lsof
admin: Fix a couple of small things
Jul 14 2022
Jul 14 2022
waltdisgrace committed rP9963da4f33b2: Low: HealthCPU: Remove unique from all <parameter> entries (authored by waltdisgrace).
Low: HealthCPU: Remove unique from all <parameter> entries
waltdisgrace committed rP99b0daa85917: Feature: HealthCPU: Update OCF version to 1.1 (authored by waltdisgrace).
Feature: HealthCPU: Update OCF version to 1.1
waltdisgrace committed rP27bbce3d92ce: Low: HealthCPU: Add unique-group to appropriate <parameter> entries (authored by waltdisgrace).
Low: HealthCPU: Add unique-group to appropriate <parameter> entries
waltdisgrace committed rPca2450523e70: Low: HealthCPU: Add reloadable to appropriate <parameter> entries (authored by waltdisgrace).
Low: HealthCPU: Add reloadable to appropriate <parameter> entries
waltdisgrace committed rPe2db6f9b1557: Low: HealthCPU: Implement the reload-agent action (authored by waltdisgrace).
Low: HealthCPU: Implement the reload-agent action
waltdisgrace committed rP3fc38ed1dd4d: Low: HealthCPU: Add OCF_CHECK_LEVEL handling in the validate-all action (authored by waltdisgrace).
Low: HealthCPU: Add OCF_CHECK_LEVEL handling in the validate-all action
waltdisgrace committed rPcb432a61ae5d: Low: HealthCPU: Validate that yellow_limit and red_limit are integers (authored by waltdisgrace).
Low: HealthCPU: Validate that yellow_limit and red_limit are integers
waltdisgrace committed rP4f8ad38e2a2a: Feature: HealthCPU: Update resource-agent version to 1.1 (authored by waltdisgrace).
Feature: HealthCPU: Update resource-agent version to 1.1
GitHub <noreply@github.com> committed rP2ab4412e67dd: Merge pull request #2740 from waltdisgrace/t54 (authored by kgaillot).
Merge pull request #2740 from waltdisgrace/t54
clumens committed rPb5d2dea90c54: Refactor: daemons: Add initial new IPC handler to schedulerd. (authored by clumens).
Refactor: daemons: Add initial new IPC handler to schedulerd.
clumens committed rP0b557a6d571c: Refactor: daemons: Send the ack and free the xml for each message. (authored by clumens).
Refactor: daemons: Send the ack and free the xml for each message.
clumens committed rP9124463686c2: Refactor: daemons: Rename the sender param to just be c. (authored by clumens).
Refactor: daemons: Rename the sender param to just be c.
clumens committed rP6fa06fafe9bd: Refactor: daemons: Use new IPC handling for unknown schedulerd messages. (authored by clumens).
Refactor: daemons: Use new IPC handling for unknown schedulerd messages.
clumens committed rPed845d8b82e8: Refactor: daemons: Remove likely unused error handling from schedulerd. (authored by clumens).
Refactor: daemons: Remove likely unused error handling from schedulerd.
clumens committed rP23a09bc61b09: Refactor: daemons: Convert schedulerd's one message to new IPC handling. (authored by clumens).
Refactor: daemons: Convert schedulerd's one message to new IPC handling.
clumens committed rP1dee40897616: Refactor: daemons: Convert schedulerd's hello message into a handler. (authored by clumens).
Refactor: daemons: Convert schedulerd's hello message into a handler.
GitHub <noreply@github.com> committed rPcbbaf0b403c0: Merge pull request #2764 from clumens/schedulerd-req (authored by kgaillot).
Merge pull request #2764 from clumens/schedulerd-req
clumens committed rP04c3c481dac3: Refactor: daemons: Move the schedulerd message handling into dispatch. (authored by clumens).
Refactor: daemons: Move the schedulerd message handling into dispatch.
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rR46e8d346ca48: ocf-tester: use promotable terms (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
ocf-tester: use promotable terms
GitHub <noreply@github.com> committed rR420035d09cfa: Merge pull request #1788 from oalbrigt/ocf-tester-promotable-terms (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1788 from oalbrigt/ocf-tester-promotable-terms
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rF4b633d394689: configure: check for google-auth instead of deprecated oauth2client (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
configure: check for google-auth instead of deprecated oauth2client
GitHub <noreply@github.com> committed rFf36200d1fba0: Merge pull request #496 from oalbrigt/configure-google-auth (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #496 from oalbrigt/configure-google-auth
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rRbb5cfa172ca5: openstack-agents: set domain parameter's default to Default and fix missing… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
openstack-agents: set domain parameter's default to Default and fix missing…
GitHub <noreply@github.com> committed rRafba786f4d90: Merge pull request #1789 from oalbrigt/openstack-agents-default-domains (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1789 from oalbrigt/openstack-agents-default-domains
Jul 13 2022
Jul 13 2022
Valentin Vidic <vvidic@valentin-vidic.from.hr> committed rS0d4de0ef46eb: Doc: man: make config location configurable (authored by Valentin Vidic <vvidic@valentin-vidic.from.hr>).
Doc: man: make config location configurable
GitHub <noreply@github.com> committed rS794d30d0fbdd: Merge pull request #145 from vvidic/config (authored by wenningerk).
Merge pull request #145 from vvidic/config
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()
GitHub <noreply@github.com> committed rP170490317b98: Merge pull request #2763 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2763 from kgaillot/best-practices
HideoYamauchi committed rPe5f80059c7f1: High: scheduler: Resolves an issue where STONITH devices cannot be registered. (authored by HideoYamauchi).
High: scheduler: Resolves an issue where STONITH devices cannot be registered.
GitHub <noreply@github.com> committed rPb162888bf885: Merge pull request #2759 from HideoYamauchi/fix_device_register (authored by kgaillot).
Merge pull request #2759 from HideoYamauchi/fix_device_register
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()
GitHub <noreply@github.com> committed rP37b09e240801: Merge pull request #2760 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2760 from kgaillot/best-practices
clumens committed rPb657714bad64: Refactor: pacemakerd: Make message handling functions static. (authored by clumens).
Refactor: pacemakerd: Make message handling functions static.
clumens committed rP007a6beafaa4: Refactor: daemons: Add initial new IPC handlers to pacemakerd. (authored by clumens).
Refactor: daemons: Add initial new IPC handlers to pacemakerd.
clumens committed rPdc63f8e0a6eb: Refactor: daemons: Convert pacemakerd's ping message to new IPC handling. (authored by clumens).
Refactor: daemons: Convert pacemakerd's ping message to new IPC handling.
clumens committed rP464a7b638718: Refactor: daemons: Use new IPC handling for some pacemakerd messages. (authored by clumens).
Refactor: daemons: Use new IPC handling for some pacemakerd messages.
clumens committed rPe6a70509c934: Refactor: daemons: Convert pacemakerd's shutdown message to new IPC handling. (authored by clumens).
Refactor: daemons: Convert pacemakerd's shutdown message to new IPC handling.
clumens committed rPee1dac1ebbd6: Low: libcrmcommon: Remove double "error:" prefixes from messages. (authored by clumens).
Low: libcrmcommon: Remove double "error:" prefixes from messages.
clumens committed rP84a030b8e6ff: Test: CTS: Ignore an expected error when connecting to attrd. (authored by clumens).
Test: CTS: Ignore an expected error when connecting to attrd.
GitHub <noreply@github.com> committed rP00f6939f8c5d: Merge pull request #2756 from clumens/pacemakerd-req (authored by kgaillot).
Merge pull request #2756 from clumens/pacemakerd-req
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rRebea4c362026: openstack-agents: warn when openstackcli is slow (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
openstack-agents: warn when openstackcli is slow
GitHub <noreply@github.com> committed rR35579c3978fb: Merge pull request #1787 from oalbrigt/openstack-warn-slow (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1787 from oalbrigt/openstack-warn-slow
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rFbccac64a5135: build: make xml-check: ignore detected paths in *_file parameters not matching… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
build: make xml-check: ignore detected paths in *_file parameters not matching…