- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Feb 21 2023
Feb 21 2023
nrwahl2 committed rPf338c2f650c8: Refactor: libcrmcommon: Remove unused includes in patchset.c (authored by nrwahl2).
Refactor: libcrmcommon: Remove unused includes in patchset.c
nrwahl2 committed rPcaf30fa9e6dc: Low: libcrmcommon: Fix memleak in pcmk__output_xml_add_node_copy() (authored by nrwahl2).
Low: libcrmcommon: Fix memleak in pcmk__output_xml_add_node_copy()
nrwahl2 committed rP68a2924f7d93: Refactor: various: New pcmk__register_patchset_messages() (authored by nrwahl2).
Refactor: various: New pcmk__register_patchset_messages()
nrwahl2 committed rPde2a3bea858b: Refactor: libcrmcommon: New pcmk__output_select_rc() function (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__output_select_rc() function
nrwahl2 committed rP850212b0bc4d: Refactor: libcrmcommon: pcmk__xml_show() returns standard Pacemaker RC (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__xml_show() returns standard Pacemaker RC
nrwahl2 committed rP288427c462ab: Refactor: libcrmcommon: pcmk__xml_show_changes() returns Pacemaker RC (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__xml_show_changes() returns Pacemaker RC
nrwahl2 committed rP26f1a6d2f1b9: API: libcrmcommon: Map pcmk_rc_no_output to CRM_EX_OK (authored by nrwahl2).
API: libcrmcommon: Map pcmk_rc_no_output to CRM_EX_OK
nrwahl2 committed rP5dcf6a4dd4ae: Doc: libcrmcommon: Fix copyright in xml_display.c (authored by nrwahl2).
Doc: libcrmcommon: Fix copyright in xml_display.c
nrwahl2 committed rP43a80e9193b9: Refactor: libcrmcommon: pcmk__xml_log_patchset() returns Pacemaker rc (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__xml_log_patchset() returns Pacemaker rc
nrwahl2 committed rP6b9e87802161: Refactor: based: Make logger_out object global (authored by nrwahl2).
Refactor: based: Make logger_out object global
nrwahl2 committed rPaea44d61cf76: Refactor: libcrmcommon: Use message functions for XML patchsets (authored by nrwahl2).
Refactor: libcrmcommon: Use message functions for XML patchsets
GitHub <noreply@github.com> committed rP8811f9d71507: Merge pull request #3025 from nrwahl2/nrwahl2-xml_fmt (authored by kgaillot).
Merge pull request #3025 from nrwahl2/nrwahl2-xml_fmt
Feb 20 2023
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.
GitHub <noreply@github.com> committed rPf9fbd85d69b8: Merge pull request #3029 from clumens/gerror (authored by kgaillot).
Merge pull request #3029 from clumens/gerror
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.
clumens committed rP5803312ce3db: Feature: python: Allow overriding the environment in cts tests. (authored by clumens).
Feature: python: Allow overriding the environment in cts tests.
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.
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...
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
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
nrwahl2 committed rP2d470026c7cc: Refactor: fencer: Minor GSource improvements (authored by nrwahl2).
Refactor: fencer: Minor GSource improvements
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
GitHub <noreply@github.com> committed rRf49caa965e74: Merge pull request #1842 from zzhou1/main (authored by oalbrigt).
Merge pull request #1842 from zzhou1/main
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 16 2023
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
kgaillot committed rP676c8bb58170: Refactor: scheduler: move pcmk__bundle_containers() (authored by kgaillot).
Refactor: scheduler: move pcmk__bundle_containers()
kgaillot committed rPb3fbc6bdf7fe: Refactor: scheduler: best practices for active_node() (authored by kgaillot).
Refactor: scheduler: best practices for active_node()
kgaillot committed rPf6b9019e5ed6: Refactor: scheduler: functionize incrementing active node count (authored by kgaillot).
Refactor: scheduler: functionize incrementing active node count
kgaillot committed rP905dda99aa89: Fix: scheduler: count only containers' active nodes for bundles (authored by kgaillot).
Fix: scheduler: count only containers' active nodes for bundles
kgaillot committed rPba3bf2cc9e09: Refactor: scheduler: validate arguments in pe__count_active_node() (authored by kgaillot).
Refactor: scheduler: validate arguments in pe__count_active_node()
kgaillot committed rP7b6584a4b52b: Refactor: scheduler: improve bundle active_node() method (authored by kgaillot).
Refactor: scheduler: improve bundle active_node() method
GitHub <noreply@github.com> committed rPed8bc68bcded: Merge pull request #3024 from kgaillot/T619 (authored by kgaillot).
Merge pull request #3024 from kgaillot/T619
Feb 8 2023
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.
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.
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.
clumens committed rPa62f37db8d05: Refactor: daemons: Add a -l argument to pacemaker-attrd. (authored by clumens).
Refactor: daemons: Add a -l argument to pacemaker-attrd.
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...
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.
clumens committed rP5f9c809b2f6d: Refactor: python: Add a pacemaker._cts.corosync module. (authored by clumens).
Refactor: python: Add a pacemaker._cts.corosync module.
clumens committed rP94025d21db72: Refactor: cts: Move the complicated clean_environment function. (authored by clumens).
Refactor: cts: Move the complicated clean_environment function.
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.
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.
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.
clumens committed rP480b1fe3f613: Low: daemons: Modify a couple log messages for testing. (authored by clumens).
Low: daemons: Modify a couple log messages for testing.
clumens committed rP90d192cd2433: Feature: python: Support matching by regex in regession tests. (authored by clumens).
Feature: python: Support matching by regex in regession tests.
clumens committed rP5dc6df20ff99: Refactor: libcrmcommon: Add a pcmk__add_logfiles function. (authored by clumens).
Refactor: libcrmcommon: Add a pcmk__add_logfiles function.
Test: cts: Add a basic cts-attrd program.
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.
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
kgaillot committed rP5754a2af94f6: Refactor: scheduler: improve xpath efficiency when unpacking (authored by kgaillot).
Refactor: scheduler: improve xpath efficiency when unpacking
kgaillot committed rP93f6f524f1a3: Low: scheduler: unknown_on_node() should ignore pending actions (authored by kgaillot).
Low: scheduler: unknown_on_node() should ignore pending actions
kgaillot committed rP907645e24ee0: Test: scheduler: add regression test for migration intermediary (authored by kgaillot).
Test: scheduler: add regression test for migration intermediary
kgaillot committed rPad9fd9548f02: Fix: scheduler: handle cleaned migrate_from history correctly (authored by kgaillot).
Fix: scheduler: handle cleaned migrate_from history correctly
GitHub <noreply@github.com> committed rPfcdcb9a5fea9: Merge pull request #3020 from kgaillot/fixes (authored by kgaillot).
Merge pull request #3020 from kgaillot/fixes
kgaillot committed rP4bc705ad3b55: Test: scheduler: update expected output for migration fix (authored by kgaillot).
Test: scheduler: update expected output for migration fix
Feb 7 2023
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
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 6 2023
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
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
clumens committed rP13ed8871234b: Low: daemons: Fix pointer management in attrd_client_update. (authored by clumens).
Low: daemons: Fix pointer management in attrd_client_update.
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.
clumens committed rP047364b76778: Refactor: daemons: Recursively handle regex IPC update messages. (authored by clumens).
Refactor: daemons: Recursively handle regex IPC update messages.
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.
clumens committed rP8e7a6e781cc3: Refactor: daemons: Rearrange how regex IPC update messages work. (authored by clumens).
Refactor: daemons: Rearrange how regex IPC update messages work.
clumens committed rP6f6c542c4542: Feature: tools: Add sync point support to crm_attribute. (authored by clumens).
Feature: tools: Add sync point support to crm_attribute.
clumens committed rP25f5eaa35a00: Feature: tools: Add pattern support to attrd_updater. (authored by clumens).
Feature: tools: Add pattern support to attrd_updater.
clumens committed rPadc1e72768d1: Refactor: tools: Move attrd_opts in crm_attribute. (authored by clumens).
Refactor: tools: Move attrd_opts in crm_attribute.
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.
Low: libcrmcommon: Bump feature set...
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 2 2023
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()
kgaillot committed rP36dcc873aba2: Log: scheduler: improve trace logs when unpacking resource history (authored by kgaillot).
Log: scheduler: improve trace logs when unpacking resource history
kgaillot committed rPefca72156d51: Low: scheduler: improve migration history validation (authored by kgaillot).
Low: scheduler: improve migration history validation
kgaillot committed rPf1b0664097fc: Refactor: scheduler: functionize adding a dangling migration (authored by kgaillot).
Refactor: scheduler: functionize adding a dangling migration
kgaillot committed rPeec52ae0f0f6: Refactor: scheduler: check for dangling migration before setting role (authored by kgaillot).
Refactor: scheduler: check for dangling migration before setting role
kgaillot committed rPbe8b871cf956: Refactor: scheduler: avoid duplication of active-on-target check (authored by kgaillot).
Refactor: scheduler: avoid duplication of active-on-target check
kgaillot committed rP75c48680eb8c: Refactor: scheduler: improve unpacking of successful migrate_to (authored by kgaillot).
Refactor: scheduler: improve unpacking of successful migrate_to
kgaillot committed rP81f19a7a5078: Doc: scheduler: clarify comments about unpacking migration history (authored by kgaillot).
Doc: scheduler: clarify comments about unpacking migration history
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()
GitHub <noreply@github.com> committed rPdfe647c9d5ab: Merge pull request #3019 from kgaillot/fixes (authored by kgaillot).
Merge pull request #3019 from kgaillot/fixes
Feb 1 2023
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.
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…
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
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
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
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
GitHub <noreply@github.com> committed rP11c15a89fafa: Merge pull request #2904 from waltdisgrace/t516 (authored by kgaillot).
Merge pull request #2904 from waltdisgrace/t516
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
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
nrwahl2 committed rP01e7e303f1f9: Refactor: libcrmcommon: Include logging.h in logging_internal.h (authored by nrwahl2).
Refactor: libcrmcommon: Include logging.h in logging_internal.h
nrwahl2 committed rPbfaf9c89d706: Refactor: libcrmcommon: New pcmk__output_get_log_level() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__output_get_log_level()
nrwahl2 committed rPca4dd34e0c45: Refactor: libcrmcommon: Formatted output in pcmk__xml_log() (authored by nrwahl2).
Refactor: libcrmcommon: Formatted output in pcmk__xml_log()
nrwahl2 committed rPe2ad20affc7b: Refactor: libcrmcommon: Re-macroize do_crm_log_xml() (authored by nrwahl2).
Refactor: libcrmcommon: Re-macroize do_crm_log_xml()
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()
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
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
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()
nrwahl2 committed rP4f36299dbb87: Refactor: various: Use crm_trace_nonlog more consistently (authored by nrwahl2).
Refactor: various: Use crm_trace_nonlog more consistently
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()
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