Page MenuHomeClusterLabs Projects
Feed All Stories

Feb 20 2023

clumens committed rPc5b6a64cde5d: Low: libcrmcommon: Fix problems with pcmk__output_and_clear_error. (authored by clumens).
Low: libcrmcommon: Fix problems with pcmk__output_and_clear_error.
Feb 20 2023, 6:59 PM
GitHub <noreply@github.com> committed rPf9fbd85d69b8: Merge pull request #3029 from clumens/gerror (authored by kgaillot).
Merge pull request #3029 from clumens/gerror
Feb 20 2023, 6:59 PM
clumens committed rP160a6afc8294: High: libcrmcommon: Fix handling node=NULL in pcmk__attrd_api_query. (authored by clumens).
High: libcrmcommon: Fix handling node=NULL in pcmk__attrd_api_query.
Feb 20 2023, 3:31 PM
clumens committed rP5803312ce3db: Feature: python: Allow overriding the environment in cts tests. (authored by clumens).
Feature: python: Allow overriding the environment in cts tests.
Feb 20 2023, 3:31 PM
clumens committed rPb4bd1ce4ce2b: Test: cts: Add tests for setting/querying attributes on multiple nodes. (authored by clumens).
Test: cts: Add tests for setting/querying attributes on multiple nodes.
Feb 20 2023, 3:31 PM
clumens committed rP1166e5ac6724: Low: configure: PCMK__COROSYNC_CONF is supposed to be a file path... (authored by clumens).
Low: configure: PCMK__COROSYNC_CONF is supposed to be a file path...
Feb 20 2023, 3:31 PM
GitHub <noreply@github.com> committed rPc4f6c191a487: Merge pull request #3027 from clumens/attrd_updater-all (authored by kgaillot).
Merge pull request #3027 from clumens/attrd_updater-all
Feb 20 2023, 3:31 PM
nrwahl2 committed rP0291db475032: Fix: fencer: Avoid double source remove of op_timer_total (authored by nrwahl2).
Fix: fencer: Avoid double source remove of op_timer_total
Feb 20 2023, 12:17 PM
nrwahl2 committed rP2d470026c7cc: Refactor: fencer: Minor GSource improvements (authored by nrwahl2).
Refactor: fencer: Minor GSource improvements
Feb 20 2023, 12:17 PM
GitHub <noreply@github.com> committed rPd9580148c944: Merge pull request #3028 from nrwahl2/nrwahl2-rhbz2166967 (authored by kgaillot).
Merge pull request #3028 from nrwahl2/nrwahl2-rhbz2166967
Feb 20 2023, 12:16 PM
GitHub <noreply@github.com> committed rRf49caa965e74: Merge pull request #1842 from zzhou1/main (authored by oalbrigt).
Merge pull request #1842 from zzhou1/main
Feb 20 2023, 8:44 AM
Roger Zhou <zzhou@suse.com> committed rR806e3fe9f2f2: nfsserver: fix "server scope" functionality to live with additional drop-in… (authored by Roger Zhou <zzhou@suse.com>).
nfsserver: fix "server scope" functionality to live with additional drop-in…
Feb 20 2023, 8:44 AM

Feb 16 2023

kgaillot committed rPb242a9e56e26: Refactor: scheduler: make pe__find_active_on() a variant method (authored by kgaillot).
Refactor: scheduler: make pe__find_active_on() a variant method
Feb 16 2023, 4:39 PM
kgaillot committed rP676c8bb58170: Refactor: scheduler: move pcmk__bundle_containers() (authored by kgaillot).
Refactor: scheduler: move pcmk__bundle_containers()
Feb 16 2023, 4:39 PM
kgaillot committed rPb3fbc6bdf7fe: Refactor: scheduler: best practices for active_node() (authored by kgaillot).
Refactor: scheduler: best practices for active_node()
Feb 16 2023, 4:39 PM
kgaillot committed rPf6b9019e5ed6: Refactor: scheduler: functionize incrementing active node count (authored by kgaillot).
Refactor: scheduler: functionize incrementing active node count
Feb 16 2023, 4:39 PM
kgaillot committed rP905dda99aa89: Fix: scheduler: count only containers' active nodes for bundles (authored by kgaillot).
Fix: scheduler: count only containers' active nodes for bundles
Feb 16 2023, 4:39 PM
kgaillot committed rPba3bf2cc9e09: Refactor: scheduler: validate arguments in pe__count_active_node() (authored by kgaillot).
Refactor: scheduler: validate arguments in pe__count_active_node()
Feb 16 2023, 4:39 PM
kgaillot committed rP7b6584a4b52b: Refactor: scheduler: improve bundle active_node() method (authored by kgaillot).
Refactor: scheduler: improve bundle active_node() method
Feb 16 2023, 4:39 PM
GitHub <noreply@github.com> committed rPed8bc68bcded: Merge pull request #3024 from kgaillot/T619 (authored by kgaillot).
Merge pull request #3024 from kgaillot/T619
Feb 16 2023, 4:39 PM

Feb 8 2023

clumens committed rP50675bb5c3a2: Feature: daemons: Add a standalone argument for attrd. (authored by clumens).
Feature: daemons: Add a standalone argument for attrd.
Feb 8 2023, 3:33 PM
clumens committed rPed086f72584b: Refactor: daemons: Add some additional errors for when startup fails. (authored by clumens).
Refactor: daemons: Add some additional errors for when startup fails.
Feb 8 2023, 3:33 PM
clumens committed rP6e525543db0b: Refactor: daemons: Skip connecting to the CIB in attrd standalone mode. (authored by clumens).
Refactor: daemons: Skip connecting to the CIB in attrd standalone mode.
Feb 8 2023, 3:33 PM
clumens committed rPa62f37db8d05: Refactor: daemons: Add a -l argument to pacemaker-attrd. (authored by clumens).
Refactor: daemons: Add a -l argument to pacemaker-attrd.
Feb 8 2023, 3:33 PM
clumens committed rPd815ecaa69be: Refactor: daemons: Disable the CIB parts of writing an attribute... (authored by clumens).
Refactor: daemons: Disable the CIB parts of writing an attribute...
Feb 8 2023, 3:33 PM
clumens committed rP6b42665fd2d4: Refactor: cts: Clarify usage of self._stonith_* in CTS tests. (authored by clumens).
Refactor: cts: Clarify usage of self._stonith_* in CTS tests.
Feb 8 2023, 3:33 PM
clumens committed rP5f9c809b2f6d: Refactor: python: Add a pacemaker._cts.corosync module. (authored by clumens).
Refactor: python: Add a pacemaker._cts.corosync module.
Feb 8 2023, 3:33 PM
clumens committed rP94025d21db72: Refactor: cts: Move the complicated clean_environment function. (authored by clumens).
Refactor: cts: Move the complicated clean_environment function.
Feb 8 2023, 3:33 PM
clumens committed rP2499776ced35: Refactor: python: Move log matching code into the _cts module. (authored by clumens).
Refactor: python: Move log matching code into the _cts module.
Feb 8 2023, 3:33 PM
clumens committed rPa7e1fc56c483: Refactor: cts: Convert cts-exec and cts-fencing to use argparse. (authored by clumens).
Refactor: cts: Convert cts-exec and cts-fencing to use argparse.
Feb 8 2023, 3:33 PM
clumens committed rP376f1d78bbde: Refactor: python: Get rid of the add_negative_log_pattern function. (authored by clumens).
Refactor: python: Get rid of the add_negative_log_pattern function.
Feb 8 2023, 3:33 PM
clumens committed rP480b1fe3f613: Low: daemons: Modify a couple log messages for testing. (authored by clumens).
Low: daemons: Modify a couple log messages for testing.
Feb 8 2023, 3:33 PM
clumens committed rP90d192cd2433: Feature: python: Support matching by regex in regession tests. (authored by clumens).
Feature: python: Support matching by regex in regession tests.
Feb 8 2023, 3:33 PM
clumens committed rP5dc6df20ff99: Refactor: libcrmcommon: Add a pcmk__add_logfiles function. (authored by clumens).
Refactor: libcrmcommon: Add a pcmk__add_logfiles function.
Feb 8 2023, 3:33 PM
clumens committed rPda825e95446e: Test: cts: Add a basic cts-attrd program. (authored by clumens).
Test: cts: Add a basic cts-attrd program.
Feb 8 2023, 3:33 PM
clumens committed rPda274eb49eaf: Low: cts: Correct format string usage for our supported python. (authored by clumens).
Low: cts: Correct format string usage for our supported python.
Feb 8 2023, 3:33 PM
GitHub <noreply@github.com> committed rP231b58a40be8: Merge pull request #3017 from clumens/attrd-tests (authored by kgaillot).
Merge pull request #3017 from clumens/attrd-tests
Feb 8 2023, 3:33 PM
kgaillot committed rP5754a2af94f6: Refactor: scheduler: improve xpath efficiency when unpacking (authored by kgaillot).
Refactor: scheduler: improve xpath efficiency when unpacking
Feb 8 2023, 10:23 AM
kgaillot committed rP93f6f524f1a3: Low: scheduler: unknown_on_node() should ignore pending actions (authored by kgaillot).
Low: scheduler: unknown_on_node() should ignore pending actions
Feb 8 2023, 10:23 AM
kgaillot committed rP907645e24ee0: Test: scheduler: add regression test for migration intermediary (authored by kgaillot).
Test: scheduler: add regression test for migration intermediary
Feb 8 2023, 10:23 AM
kgaillot committed rPad9fd9548f02: Fix: scheduler: handle cleaned migrate_from history correctly (authored by kgaillot).
Fix: scheduler: handle cleaned migrate_from history correctly
Feb 8 2023, 10:23 AM
GitHub <noreply@github.com> committed rPfcdcb9a5fea9: Merge pull request #3020 from kgaillot/fixes (authored by kgaillot).
Merge pull request #3020 from kgaillot/fixes
Feb 8 2023, 10:23 AM
kgaillot committed rP4bc705ad3b55: Test: scheduler: update expected output for migration fix (authored by kgaillot).
Test: scheduler: update expected output for migration fix
Feb 8 2023, 10:23 AM

Feb 7 2023

nrwahl2 committed rP2e76403f39b2: Refactor: libcrmcommon: Ensure log levels are in uint8_t range (authored by nrwahl2).
Refactor: libcrmcommon: Ensure log levels are in uint8_t range
Feb 7 2023, 5:30 PM
GitHub <noreply@github.com> committed rP93baa2e97558: Merge pull request #3021 from nrwahl2/nrwahl2-log (authored by kgaillot).
Merge pull request #3021 from nrwahl2/nrwahl2-log
Feb 7 2023, 5:30 PM

Feb 6 2023

nrwahl2 committed rPdb109219f03e: Fix: fencer: Prevent double g_source_remove of op_timer_one (authored by nrwahl2).
Fix: fencer: Prevent double g_source_remove of op_timer_one
Feb 6 2023, 11:43 AM
GitHub <noreply@github.com> committed rP68b288a38473: Merge pull request #3022 from nrwahl2/nrwahl2-rhbz2166967 (authored by kgaillot).
Merge pull request #3022 from nrwahl2/nrwahl2-rhbz2166967
Feb 6 2023, 11:43 AM
clumens committed rP13ed8871234b: Low: daemons: Fix pointer management in attrd_client_update. (authored by clumens).
Low: daemons: Fix pointer management in attrd_client_update.
Feb 6 2023, 10:27 AM
clumens committed rP108387e86d0f: Refactor: daemons: Move sending the child update into a function. (authored by clumens).
Refactor: daemons: Move sending the child update into a function.
Feb 6 2023, 10:27 AM
clumens committed rP047364b76778: Refactor: daemons: Recursively handle regex IPC update messages. (authored by clumens).
Refactor: daemons: Recursively handle regex IPC update messages.
Feb 6 2023, 10:27 AM
clumens committed rPf49e97b78d05: Refactor: daemons: Move copy_attrs into an attrd-wide function. (authored by clumens).
Refactor: daemons: Move copy_attrs into an attrd-wide function.
Feb 6 2023, 10:27 AM
clumens committed rP8e7a6e781cc3: Refactor: daemons: Rearrange how regex IPC update messages work. (authored by clumens).
Refactor: daemons: Rearrange how regex IPC update messages work.
Feb 6 2023, 10:27 AM
clumens committed rP6f6c542c4542: Feature: tools: Add sync point support to crm_attribute. (authored by clumens).
Feature: tools: Add sync point support to crm_attribute.
Feb 6 2023, 10:27 AM
clumens committed rP25f5eaa35a00: Feature: tools: Add pattern support to attrd_updater. (authored by clumens).
Feature: tools: Add pattern support to attrd_updater.
Feb 6 2023, 10:27 AM
clumens committed rPadc1e72768d1: Refactor: tools: Move attrd_opts in crm_attribute. (authored by clumens).
Refactor: tools: Move attrd_opts in crm_attribute.
Feb 6 2023, 10:27 AM
clumens committed rP85aa5f8c7bc6: Low: tools: Don't allow use of --name and --pattern at the same time. (authored by clumens).
Low: tools: Don't allow use of --name and --pattern at the same time.
Feb 6 2023, 10:27 AM
clumens committed rP9d332e349511: Low: libcrmcommon: Bump feature set... (authored by clumens).
Low: libcrmcommon: Bump feature set...
Feb 6 2023, 10:27 AM
GitHub <noreply@github.com> committed rPe0961d5e9a36: Merge pull request #3012 from clumens/attrd_regexes (authored by kgaillot).
Merge pull request #3012 from clumens/attrd_regexes
Feb 6 2023, 10:27 AM

Feb 2 2023

kgaillot committed rP236c1662cdf4: Refactor: scheduler: drop unneeded arguments from process_rsc_state() (authored by kgaillot).
Refactor: scheduler: drop unneeded arguments from process_rsc_state()
Feb 2 2023, 5:48 PM
kgaillot committed rP36dcc873aba2: Log: scheduler: improve trace logs when unpacking resource history (authored by kgaillot).
Log: scheduler: improve trace logs when unpacking resource history
Feb 2 2023, 5:48 PM
kgaillot committed rPefca72156d51: Low: scheduler: improve migration history validation (authored by kgaillot).
Low: scheduler: improve migration history validation
Feb 2 2023, 5:48 PM
kgaillot committed rPf1b0664097fc: Refactor: scheduler: functionize adding a dangling migration (authored by kgaillot).
Refactor: scheduler: functionize adding a dangling migration
Feb 2 2023, 5:48 PM
kgaillot committed rPeec52ae0f0f6: Refactor: scheduler: check for dangling migration before setting role (authored by kgaillot).
Refactor: scheduler: check for dangling migration before setting role
Feb 2 2023, 5:48 PM
kgaillot committed rPbe8b871cf956: Refactor: scheduler: avoid duplication of active-on-target check (authored by kgaillot).
Refactor: scheduler: avoid duplication of active-on-target check
Feb 2 2023, 5:48 PM
kgaillot committed rP75c48680eb8c: Refactor: scheduler: improve unpacking of successful migrate_to (authored by kgaillot).
Refactor: scheduler: improve unpacking of successful migrate_to
Feb 2 2023, 5:48 PM
kgaillot committed rP81f19a7a5078: Doc: scheduler: clarify comments about unpacking migration history (authored by kgaillot).
Doc: scheduler: clarify comments about unpacking migration history
Feb 2 2023, 5:48 PM
kgaillot committed rPb2c08b58bca9: Refactor: scheduler: drop redundant argument from unpack_migrate_to_success() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from unpack_migrate_to_success()
Feb 2 2023, 5:48 PM
GitHub <noreply@github.com> committed rPdfe647c9d5ab: Merge pull request #3019 from kgaillot/fixes (authored by kgaillot).
Merge pull request #3019 from kgaillot/fixes
Feb 2 2023, 5:48 PM

Feb 1 2023

kgaillot added a project to T620: Create command-line method of listing all possible meta-attributes, cluster options, and environment variables: Restricted Project.
Feb 1 2023, 6:42 PM · Restricted Project, Restricted Project, Pacemaker: Tools
waltdisgrace committed rPf829a520b70d: Feature: crm_resouce: Add the description to the XML output of crm_resource… (authored by waltdisgrace).
Feature: crm_resouce: Add the description to the XML output of crm_resource…
Feb 1 2023, 6:21 PM
waltdisgrace committed rPb97880d4866d: Low: xml: clone resources-related schemas in preparation for changes (authored by waltdisgrace).
Low: xml: clone resources-related schemas in preparation for changes
Feb 1 2023, 6:21 PM
waltdisgrace committed rP2a2aeb4d03cb: Feature: crm_mon: Display the descriptions in crm_mon output (authored by waltdisgrace).
Feature: crm_mon: Display the descriptions in crm_mon output
Feb 1 2023, 6:21 PM
waltdisgrace committed rP67627d13b06c: Low: xml: change resources-related schemas and bump PCMK__API_VERSION (authored by waltdisgrace).
Low: xml: change resources-related schemas and bump PCMK__API_VERSION
Feb 1 2023, 6:21 PM
waltdisgrace committed rP990ba92fe26c: Add a test description to crm_mon.xml & run regression & scheduler tests (authored by waltdisgrace).
Add a test description to crm_mon.xml & run regression & scheduler tests
Feb 1 2023, 6:21 PM
GitHub <noreply@github.com> committed rP11c15a89fafa: Merge pull request #2904 from waltdisgrace/t516 (authored by kgaillot).
Merge pull request #2904 from waltdisgrace/t516
Feb 1 2023, 6:21 PM
nrwahl2 committed rPa2574294e264: Low: tools: Fix use of legacy RC in crm_shadow.c (authored by nrwahl2).
Low: tools: Fix use of legacy RC in crm_shadow.c
Feb 1 2023, 6:21 PM
GitHub <noreply@github.com> committed rP2430b4570180: Merge pull request #3018 from nrwahl2/nrwahl2-xml_fmt2 (authored by kgaillot).
Merge pull request #3018 from nrwahl2/nrwahl2-xml_fmt2
Feb 1 2023, 6:21 PM
nrwahl2 committed rP01e7e303f1f9: Refactor: libcrmcommon: Include logging.h in logging_internal.h (authored by nrwahl2).
Refactor: libcrmcommon: Include logging.h in logging_internal.h
Feb 1 2023, 10:47 AM
nrwahl2 committed rPbfaf9c89d706: Refactor: libcrmcommon: New pcmk__output_get_log_level() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__output_get_log_level()
Feb 1 2023, 10:47 AM
nrwahl2 committed rPca4dd34e0c45: Refactor: libcrmcommon: Formatted output in pcmk__xml_log() (authored by nrwahl2).
Refactor: libcrmcommon: Formatted output in pcmk__xml_log()
Feb 1 2023, 10:47 AM
nrwahl2 committed rPe2ad20affc7b: Refactor: libcrmcommon: Re-macroize do_crm_log_xml() (authored by nrwahl2).
Refactor: libcrmcommon: Re-macroize do_crm_log_xml()
Feb 1 2023, 10:47 AM
nrwahl2 committed rP213961c557ef: Refactor: libcrmcommon: Use pcmk__output_t in pcmk_log_xml_impl() (authored by nrwahl2).
Refactor: libcrmcommon: Use pcmk__output_t in pcmk_log_xml_impl()
Feb 1 2023, 10:47 AM
nrwahl2 committed rPd160b46e5b12: Refactor: libcrmcommon: pcmk__output_t in pcmk__xml_show() in patchset.c (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__output_t in pcmk__xml_show() in patchset.c
Feb 1 2023, 10:47 AM
nrwahl2 committed rP7a2b096abb8c: Refactor: libcrmcommon: pcmk__output_t in pcmk__xml_show in xml_display (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__output_t in pcmk__xml_show in xml_display
Feb 1 2023, 10:47 AM
nrwahl2 committed rPa59e94a43b70: Refactor: libcrmcommon: Remove unused log_level arg of pcmk__xml_show() (authored by nrwahl2).
Refactor: libcrmcommon: Remove unused log_level arg of pcmk__xml_show()
Feb 1 2023, 10:47 AM
nrwahl2 committed rP4f36299dbb87: Refactor: various: Use crm_trace_nonlog more consistently (authored by nrwahl2).
Refactor: various: Use crm_trace_nonlog more consistently
Feb 1 2023, 10:47 AM
nrwahl2 committed rP72ccbd782ac8: Refactor: various: Use pcmk__output_t in pcmk__xml_log_changes() (authored by nrwahl2).
Refactor: various: Use pcmk__output_t in pcmk__xml_log_changes()
Feb 1 2023, 10:47 AM
nrwahl2 committed rP5e9d94316e28: Refactor: various: CRM_CHECK() and return if failed to create logger (authored by nrwahl2).
Refactor: various: CRM_CHECK() and return if failed to create logger
Feb 1 2023, 10:47 AM
nrwahl2 committed rP1c9998d1d36e: Doc: libcrmcommon: Note possible flag setting in xml_calculate_changes() (authored by nrwahl2).
Doc: libcrmcommon: Note possible flag setting in xml_calculate_changes()
Feb 1 2023, 10:47 AM
GitHub <noreply@github.com> committed rP88531ad0001e: Merge pull request #3016 from nrwahl2/nrwahl2-xml_fmt2 (authored by kgaillot).
Merge pull request #3016 from nrwahl2/nrwahl2-xml_fmt2
Feb 1 2023, 10:47 AM
oalbrigt committed rFbd5ca9c43138: fence_amt/fence_ipmilan/fence_ironic: use shlex instead of pipes when available… (authored by oalbrigt).
fence_amt/fence_ipmilan/fence_ironic: use shlex instead of pipes when available…
Feb 1 2023, 4:45 AM
GitHub <noreply@github.com> committed rF79185a0ebeda: Merge pull request #527 from oalbrigt/get-rid-of-deprecated-pipes-dependency (authored by oalbrigt).
Merge pull request #527 from oalbrigt/get-rid-of-deprecated-pipes-dependency
Feb 1 2023, 4:45 AM
GitHub <noreply@github.com> committed rKa2e6ddb4b46e: Merge pull request #400 from kronosnet/sync-rust-build (authored by fabbione).
Merge pull request #400 from kronosnet/sync-rust-build
Feb 1 2023, 4:11 AM
chrissie-c committed rK1a0ea9619c3f: rust: Synchronize Rust build system with corosync (authored by chrissie-c).
rust: Synchronize Rust build system with corosync
Feb 1 2023, 3:30 AM

Jan 31 2023

kgaillot committed rP73d0f5ce753f: Refactor: scheduler: make clone_child_action() static (authored by kgaillot).
Refactor: scheduler: make clone_child_action() static
Jan 31 2023, 12:16 PM
kgaillot committed rPde28268b9857: Refactor: scheduler: change return value for clone_child_action() (authored by kgaillot).
Refactor: scheduler: change return value for clone_child_action()
Jan 31 2023, 12:16 PM
kgaillot committed rP76a940779002: Refactor: scheduler: drop dead code in multi_update_interleave_actions() (authored by kgaillot).
Refactor: scheduler: drop dead code in multi_update_interleave_actions()
Jan 31 2023, 12:16 PM
kgaillot committed rPfb42500e6391: Refactor: scheduler: best practices for clone_child_action() (authored by kgaillot).
Refactor: scheduler: best practices for clone_child_action()
Jan 31 2023, 12:16 PM
kgaillot committed rP63a66cf20b05: Refactor: scheduler: set a variable before loop for efficiency (authored by kgaillot).
Refactor: scheduler: set a variable before loop for efficiency
Jan 31 2023, 12:16 PM
kgaillot committed rP45eec29d2b9a: Refactor: scheduler: use parse_op_key() in clone_child_action() (authored by kgaillot).
Refactor: scheduler: use parse_op_key() in clone_child_action()
Jan 31 2023, 12:16 PM