- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 31 2022
Oct 31 2022
nrwahl2 committed rP8771565f8754: Refactor: libpacemaker: Default to poll dispatch in pcmk_cluster_queries (authored by nrwahl2).
Refactor: libpacemaker: Default to poll dispatch in pcmk_cluster_queries
nrwahl2 committed rP470ee646c6c8: Feature: libcrmcommon: New enum-to-string functions for API reply types (authored by nrwahl2).
Feature: libcrmcommon: New enum-to-string functions for API reply types
nrwahl2 committed rPcc9840595a23: Low: libpacemaker: Improve invalid reply type logging in cluster queries (authored by nrwahl2).
Low: libpacemaker: Improve invalid reply type logging in cluster queries
nrwahl2 committed rPcab627971961: API: libcrmcommon: New pcmk_pacemakerd_state_remote enum value (authored by nrwahl2).
API: libcrmcommon: New pcmk_pacemakerd_state_remote enum value
nrwahl2 committed rPdfb75edccace: Refactor: libpacemaker: Map EREMOTEIO to ok in pcmk_cluster_queries.c (authored by nrwahl2).
Refactor: libpacemaker: Map EREMOTEIO to ok in pcmk_cluster_queries.c
nrwahl2 committed rP96a1d004c7e8: Refactor: tools: Remove redundant default sections in crm_mon switch (authored by nrwahl2).
Refactor: tools: Remove redundant default sections in crm_mon switch
nrwahl2 committed rP0a7fc244252c: Refactor: libstonith: Remove notifications in stonith_api_free() (authored by nrwahl2).
Refactor: libstonith: Remove notifications in stonith_api_free()
nrwahl2 committed rPb320fb9df659: Refactor: libpacemaker, tools: Remove redundant stonith API cleanup code (authored by nrwahl2).
Refactor: libpacemaker, tools: Remove redundant stonith API cleanup code
Oct 12 2022
Oct 12 2022
nrwahl2 committed rP160538e2d918: API: libpacemaker: pcmk_pacemakerd_status() ipc_name arg is now const (authored by nrwahl2).
API: libpacemaker: pcmk_pacemakerd_status() ipc_name arg is now const
nrwahl2 committed rP715617796a29: Low: libcrmcommon: Check invalid time value in pacemakerd API reply (authored by nrwahl2).
Low: libcrmcommon: Check invalid time value in pacemakerd API reply
nrwahl2 committed rPda2e6679e4ca: Low: libpacemaker: Correct default for pinged_buf in pacemakerd_event_cb (authored by nrwahl2).
Low: libpacemaker: Correct default for pinged_buf in pacemakerd_event_cb
nrwahl2 committed rP775863558c6c: Feature: pacemakerd: New pcmk__pcmkd_state_enum2friendly() function (authored by nrwahl2).
Feature: pacemakerd: New pcmk__pcmkd_state_enum2friendly() function
nrwahl2 committed rP62affe35486e: Refactor: libpacemaker: Improve return codes in pcmk__pacemakerd_status (authored by nrwahl2).
Refactor: libpacemaker: Improve return codes in pcmk__pacemakerd_status
nrwahl2 committed rP22215458a9c3: Feature: libpacemaker: pacemakerd-health message accepts state (authored by nrwahl2).
Feature: libpacemaker: pacemakerd-health message accepts state
nrwahl2 committed rP0e35bf259bfc: Fix: libpacemaker: Memory leak in pcmk_cluster_queries.c:ipc_connect() (authored by nrwahl2).
Fix: libpacemaker: Memory leak in pcmk_cluster_queries.c:ipc_connect()
nrwahl2 committed rPe7f2a33c7284: Feature: libpacemaker: pcmk__pacemakerd_status() can return pcmkd state (authored by nrwahl2).
Feature: libpacemaker: pcmk__pacemakerd_status() can return pcmkd state
nrwahl2 committed rPa8697cbbb5e2: Feature: libpacemaker: HTML formatter for pacemakerd-health message (authored by nrwahl2).
Feature: libpacemaker: HTML formatter for pacemakerd-health message
nrwahl2 committed rPbdc98fae0d9c: Doc: libpe_status: Replace old funcname in pe__build_rsc_list() comment (authored by nrwahl2).
Doc: libpe_status: Replace old funcname in pe__build_rsc_list() comment
nrwahl2 committed rPd5f57ec8e3d4: Refactor: libpacemaker: Clarify pointer arguments in pcmk_status.c (authored by nrwahl2).
Refactor: libpacemaker: Clarify pointer arguments in pcmk_status.c
nrwahl2 committed rP494e64ce4b69: Low: schemas: Copy API schemas in preparation for changes (authored by nrwahl2).
Low: schemas: Copy API schemas in preparation for changes
nrwahl2 committed rP92e4bc24084f: Low: libpacemaker: Fix pacemakerd-health XML output (authored by nrwahl2).
Low: libpacemaker: Fix pacemakerd-health XML output
nrwahl2 committed rPa640da07976e: Low: schemas: Add pacemakerd-health schema in preparation for fix (authored by nrwahl2).
Low: schemas: Add pacemakerd-health schema in preparation for fix
nrwahl2 committed rP2d4a36c0ffe4: Fix: tools: crm_mon --one-shot fails while pacemaker is shutting down (authored by nrwahl2).
Fix: tools: crm_mon --one-shot fails while pacemaker is shutting down
nrwahl2 committed rPa6ec43e37655: Refactor: libpacemaker: Default to sync dispatch in pcmk_cluster_queries (authored by nrwahl2).
Refactor: libpacemaker: Default to sync dispatch in pcmk_cluster_queries
nrwahl2 committed rPa165cdf29945: Low: libpacemaker: Correct sys_from default in pacemakerd_health() (authored by nrwahl2).
Low: libpacemaker: Correct sys_from default in pacemakerd_health()
Sep 28 2022
Sep 28 2022
nrwahl2 committed rPc55a39aa7710: Test: cts-cli: Allow daemon tests to run from installed packages (authored by nrwahl2).
Test: cts-cli: Allow daemon tests to run from installed packages
Refactor: tools: snprintf() -> GString
nrwahl2 committed rP4b8e05ea5a12: Refactor: controller: snprintf() -> GString (authored by nrwahl2).
Refactor: controller: snprintf() -> GString
nrwahl2 committed rP0ca8f06652ae: Refactor: tools: Simplify build_clear_xpath_string() in crm_resource_ban (authored by nrwahl2).
Refactor: tools: Simplify build_clear_xpath_string() in crm_resource_ban
nrwahl2 committed rP636086be0863: Refactor: fencer: snprintf() -> GString where appropriate (authored by nrwahl2).
Refactor: fencer: snprintf() -> GString where appropriate
nrwahl2 committed rPb2ae67da032d: Refactor: libservices: snprintf() -> GString where appropriate (authored by nrwahl2).
Refactor: libservices: snprintf() -> GString where appropriate
nrwahl2 committed rPb72145509c40: Refactor: libpacemaker: snprintf() -> GString where appropriate (authored by nrwahl2).
Refactor: libpacemaker: snprintf() -> GString where appropriate
nrwahl2 committed rPcbe2ae5fb72c: Refactor: libstonithd: g_string_*printf() -> pcmk__g_strcat() (authored by nrwahl2).
Refactor: libstonithd: g_string_*printf() -> pcmk__g_strcat()
nrwahl2 committed rP7b789160e1f0: Refactor: libcib: g_string_*printf() -> pcmk__g_strcat() (authored by nrwahl2).
Refactor: libcib: g_string_*printf() -> pcmk__g_strcat()
nrwahl2 committed rPccf791d00c03: Refactor: executor: g_string_*printf() -> pcmk__g_strcat() (authored by nrwahl2).
Refactor: executor: g_string_*printf() -> pcmk__g_strcat()
nrwahl2 committed rP22865c302496: Refactor: libpe_status: Reduce duplication in container resource create (authored by nrwahl2).
Refactor: libpe_status: Reduce duplication in container resource create
nrwahl2 committed rP469e11c107a4: Refactor: libpe_status: create_container() -> create_replica_resources() (authored by nrwahl2).
Refactor: libpe_status: create_container() -> create_replica_resources()
nrwahl2 committed rP1254b77cdd40: Refactor: libpe_status: g_string_*printf() -> pcmk__g_strcat() (authored by nrwahl2).
Refactor: libpe_status: g_string_*printf() -> pcmk__g_strcat()
Sep 27 2022
Sep 27 2022
nrwahl2 committed rP94443938c765: Feature: libcrmcommon: New pcmk__g_strcat() function (authored by nrwahl2).
Feature: libcrmcommon: New pcmk__g_strcat() function
nrwahl2 committed rP363f120b0dcd: Test: libcrmcommon: Unit tests for pcmk__g_strcat() (authored by nrwahl2).
Test: libcrmcommon: Unit tests for pcmk__g_strcat()
nrwahl2 committed rP758a5531c7ca: Fix: controld: Add missing option descriptions (authored by nrwahl2).
Fix: controld: Add missing option descriptions
nrwahl2 committed rPea74fd1f48a0: Refactor: libcrmcommon: NULL checks in pcmk__format_option_metadata() (authored by nrwahl2).
Refactor: libcrmcommon: NULL checks in pcmk__format_option_metadata()
nrwahl2 committed rPc9d2476821eb: Refactor: libcrmcommon: g_string_append_printf -> pcmk__g_strcat() (authored by nrwahl2).
Refactor: libcrmcommon: g_string_append_printf -> pcmk__g_strcat()
nrwahl2 committed rP0758adcb5b81: Test: cts-cli: Remove trailing space from version sed patterns (authored by nrwahl2).
Test: cts-cli: Remove trailing space from version sed patterns
nrwahl2 committed rPfc22d59bc6ee: Test: cts-cli: Check daemon metadata output (authored by nrwahl2).
Test: cts-cli: Check daemon metadata output
Sep 26 2022
Sep 26 2022
nrwahl2 committed rP987f835751e1: Refactor: libpe_status: Case-sensitive strcmp in unpack.c (authored by nrwahl2).
Refactor: libpe_status: Case-sensitive strcmp in unpack.c
nrwahl2 committed rPf10825e68074: Refactor: libpe_status: Replace snprintf with GString in unpack.c (authored by nrwahl2).
Refactor: libpe_status: Replace snprintf with GString in unpack.c
nrwahl2 committed rPae86969e65c8: Refactor: libpe_status: Replace snprintf() with GString in bundle.c (authored by nrwahl2).
Refactor: libpe_status: Replace snprintf() with GString in bundle.c
nrwahl2 committed rPf69a0cc18d2a: Refactor: libpe_status: Replace snprintf() with GString in pe_actions.c (authored by nrwahl2).
Refactor: libpe_status: Replace snprintf() with GString in pe_actions.c
nrwahl2 committed rPb644d54a3bd7: Refactor: libcib: Replace snprintf() with GString in cib_attrs.c (authored by nrwahl2).
Refactor: libcib: Replace snprintf() with GString in cib_attrs.c
nrwahl2 committed rPc07221ade615: Refactor: libcrmcommon: Use GString in pcmk__add_separated_word() (authored by nrwahl2).
Refactor: libcrmcommon: Use GString in pcmk__add_separated_word()
nrwahl2 committed rP6aa46c2cbe65: Low: libpe_status: Add deprecation comments to print functions (authored by nrwahl2).
Low: libpe_status: Add deprecation comments to print functions
nrwahl2 committed rP8b1882f3ebd7: Refactor: various: Use g_free() with gchar * (authored by nrwahl2).
Refactor: various: Use g_free() with gchar *
Sep 20 2022
Sep 20 2022
nrwahl2 committed rPd2c139b058c7: Test: cts-cli: Fix cts-cli crm_mon failures in RPM-installed envs (authored by nrwahl2).
Test: cts-cli: Fix cts-cli crm_mon failures in RPM-installed envs
Sep 19 2022
Sep 19 2022
nrwahl2 committed rP2229439d73cb: Test: cts-cli: Guest node container and remote resource on diff nodes (authored by nrwahl2).
Test: cts-cli: Guest node container and remote resource on diff nodes
nrwahl2 committed rPc3fc2603a963: Low: libpe_status, tools: Show container node in GuestOnline in crm_mon (authored by nrwahl2).
Low: libpe_status, tools: Show container node in GuestOnline in crm_mon
nrwahl2 committed rP6235078388c2: Low: libpe_status, tools: Show guest node host only with --show-detail (authored by nrwahl2).
Low: libpe_status, tools: Show guest node host only with --show-detail
Sep 15 2022
Sep 15 2022
nrwahl2 committed rP351b0d1fd60b: Test: cts-cli: Check xmllint error code in _test_assert() (authored by nrwahl2).
Test: cts-cli: Check xmllint error code in _test_assert()
nrwahl2 committed rP08d32b36fd9a: Test: cts-cli: Use temp file for test_assert stdout (authored by nrwahl2).
Test: cts-cli: Use temp file for test_assert stdout
nrwahl2 committed rP058bfb27ae4d: API: schemas: Add locked_to= to resources API schema (authored by nrwahl2).
API: schemas: Add locked_to= to resources API schema
nrwahl2 committed rPc06adf0e903e: Low: schemas: Copy API schemas in preparation for changes (authored by nrwahl2).
Low: schemas: Copy API schemas in preparation for changes
nrwahl2 committed rPc93133195c76: API: tools: Add locked_to= to resources XML output (authored by nrwahl2).
API: tools: Add locked_to= to resources XML output
Sep 13 2022
Sep 13 2022
Test: cts-cli: Fix FIFO mistake
nrwahl2 committed rP550e22ce5536: Test: cts-cli: Fix another test order dependency (authored by nrwahl2).
Test: cts-cli: Fix another test order dependency
nrwahl2 committed rPfa8a5c8742cd: Test: cts-cli: Add error_codes expected output to Makefile (authored by nrwahl2).
Test: cts-cli: Add error_codes expected output to Makefile
nrwahl2 committed rP64bd3e9a9d0e: Doc: Pacemaker Explained: Remove group ordered meta attribute (authored by nrwahl2).
Doc: Pacemaker Explained: Remove group ordered meta attribute
nrwahl2 committed rP713587b58995: Feature: libcrmcommon: Bump feature set for crm_error formatted output (authored by nrwahl2).
Feature: libcrmcommon: Bump feature set for crm_error formatted output
nrwahl2 committed rP23e5b97a3a7e: Feature: tools: Use formatted output in crm_error (authored by nrwahl2).
Feature: tools: Use formatted output in crm_error
nrwahl2 committed rPcb263c1e98f2: API: libpacemaker: New pcmk_rc_disp_flags enum (authored by nrwahl2).
API: libpacemaker: New pcmk_rc_disp_flags enum
nrwahl2 committed rPf7d75415040b: API: libpacemaker: Move crm_error functionality to libpacemaker (authored by nrwahl2).
API: libpacemaker: Move crm_error functionality to libpacemaker
nrwahl2 committed rP104e36920b5d: API: libpacemaker: New API pcmk_show_result_code() (authored by nrwahl2).
API: libpacemaker: New API pcmk_show_result_code()
Low: schemas: Add schema for crm_error
nrwahl2 committed rP3ceda866a214: API: libpacemaker: New API pcmk_list_result_codes() (authored by nrwahl2).
API: libpacemaker: New API pcmk_list_result_codes()
nrwahl2 committed rP6080dbe1256f: Test: cts-cli: Add regression tests for crm_error (authored by nrwahl2).
Test: cts-cli: Add regression tests for crm_error
Sep 12 2022
Sep 12 2022
nrwahl2 committed rPec7c2edea63e: API: schemas: Deprecate pacemaker-next and constraints-next (authored by nrwahl2).
API: schemas: Deprecate pacemaker-next and constraints-next
nrwahl2 committed rPd0cfcf75d13a: API: libpacemaker: Deprecate {with-,}rsc-instance in coloc constraints (authored by nrwahl2).
API: libpacemaker: Deprecate {with-,}rsc-instance in coloc constraints
nrwahl2 committed rPd589d1ef324a: Doc: various: Remove references to pacemaker-next (authored by nrwahl2).
Doc: various: Remove references to pacemaker-next
nrwahl2 committed rP0f0c8dbb684c: API: libpacemaker: Deprecate {first,then}-instance in order constraints (authored by nrwahl2).
API: libpacemaker: Deprecate {first,then}-instance in order constraints
nrwahl2 committed rPfc2eaf1e441d: Test: cts-scheduler: Remove tests for experimental features (authored by nrwahl2).
Test: cts-scheduler: Remove tests for experimental features
nrwahl2 committed rP82010e5edf99: API: libpe_status: Deprecate "ordered" meta attribute for groups (authored by nrwahl2).
API: libpe_status: Deprecate "ordered" meta attribute for groups
nrwahl2 committed rP79395d1fa547: API: libpe_status: Deprecate "collocated" meta attribute for groups (authored by nrwahl2).
API: libpe_status: Deprecate "collocated" meta attribute for groups
nrwahl2 committed rPb5afb4bf4427: Refactor: libcib: Use bit shifts in cib_change_section_info definition (authored by nrwahl2).
Refactor: libcib: Use bit shifts in cib_change_section_info definition
nrwahl2 committed rPd72a92485cb2: Refactor: daemons: Use uint32_t for CIB change_section (authored by nrwahl2).
Refactor: daemons: Use uint32_t for CIB change_section
nrwahl2 committed rPd7a286f2d241: Refactor: pacemaker-based: Use flag clearer for cib_change_section flags (authored by nrwahl2).
Refactor: pacemaker-based: Use flag clearer for cib_change_section flags
nrwahl2 committed rPf1f181a4f915: Refactor: pacemaker-controld: Use flag checker in do_cib_replaced() (authored by nrwahl2).
Refactor: pacemaker-controld: Use flag checker in do_cib_replaced()
nrwahl2 committed rP5c11880a0b16: Refactor: controller: Use pcmk__str_none in te_update_diff_v2() (authored by nrwahl2).
Refactor: controller: Use pcmk__str_none in te_update_diff_v2()
nrwahl2 committed rP04d1ba5ff20e: Fix: controller: Resource reordering doesn't cause transition abort (authored by nrwahl2).
Fix: controller: Resource reordering doesn't cause transition abort
Sep 7 2022
Sep 7 2022
nrwahl2 committed rPd7ecacd97b6d: Refactor: libpe_rules: Use pcmk_copy_time() in pe_parse_xml_duration() (authored by nrwahl2).
Refactor: libpe_rules: Use pcmk_copy_time() in pe_parse_xml_duration()
nrwahl2 committed rPa7a79c6c62aa: API: libcrmcommon: New PCMK_XE_DATE_EXPRESSION constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_DATE_EXPRESSION constant
nrwahl2 committed rPcec2f8b646c5: API: libcrmcommon: New PCMK_XE_OP_EXPRESSION constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_OP_EXPRESSION constant
nrwahl2 committed rP5c7340c42719: API: libcrmcommon: New PCMK_XE_RSC_EXPRESSION constant (authored by nrwahl2).
API: libcrmcommon: New PCMK_XE_RSC_EXPRESSION constant
nrwahl2 committed rPad1532664621: Refactor: libpe_rules: Use string constants in find_expression_type() (authored by nrwahl2).
Refactor: libpe_rules: Use string constants in find_expression_type()
nrwahl2 committed rP21294b9e660f: Doc: xml: Clean up schema bump instructions somewhat (authored by nrwahl2).
Doc: xml: Clean up schema bump instructions somewhat
nrwahl2 committed rP64aaa0afeb9d: Refactor: libpe_rules: Case-sensitive comps in find_expression_type() (authored by nrwahl2).
Refactor: libpe_rules: Case-sensitive comps in find_expression_type()
nrwahl2 committed rP344224cb31e3: Build: schemas: Rebuild versions.rng with pacemaker-$(CIB_max).rng (authored by nrwahl2).
Build: schemas: Rebuild versions.rng with pacemaker-$(CIB_max).rng
nrwahl2 committed rPd6fca3c5a07a: Low: schemas: Copy some schemas in preparation for changes (authored by nrwahl2).
Low: schemas: Copy some schemas in preparation for changes
nrwahl2 committed rPc1b01f1da4a2: Test: cts-cli: Update expected outputs for new schema versions (authored by nrwahl2).
Test: cts-cli: Update expected outputs for new schema versions
nrwahl2 committed rP93777c3555aa: Refactor: schemas: Split date-common into date_spec and duration (authored by nrwahl2).
Refactor: schemas: Split date-common into date_spec and duration
nrwahl2 committed rP6358b597a2a7: Refactor: schemas: Separate rule expression type definitions (authored by nrwahl2).
Refactor: schemas: Separate rule expression type definitions