- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 28 2022
Sep 28 2022
kgaillot committed rP5a8a9d3d5759: Refactor: scheduler: best practices for native_create_actions() (authored by kgaillot).
Refactor: scheduler: best practices for native_create_actions()
kgaillot committed rPdd3a4dbcec4b: Refactor: scheduler: best practices for native_internal_constraints() (authored by kgaillot).
Refactor: scheduler: best practices for native_internal_constraints()
kgaillot committed rPe5b5fe840e71: Refactor: scheduler: make node argument to action_flags() const (authored by kgaillot).
Refactor: scheduler: make node argument to action_flags() const
kgaillot committed rP48cb63d65bba: Refactor: libpe_status: all arguments to find_first_action() are now const (authored by kgaillot).
Refactor: libpe_status: all arguments to find_first_action() are now const
kgaillot committed rP724ab9559abe: Refactor: scheduler: best practices for native_action_flags() (authored by kgaillot).
Refactor: scheduler: best practices for native_action_flags()
kgaillot committed rP5f55f48e81fb: Refactor: scheduler: use pcmk__apply_location() as primitive resource method (authored by kgaillot).
Refactor: scheduler: use pcmk__apply_location() as primitive resource method
kgaillot committed rP64ca7641754c: Refactor: scheduler: reverse argument order to pcmk__apply_location() (authored by kgaillot).
Refactor: scheduler: reverse argument order to pcmk__apply_location()
kgaillot committed rP8dfa3b06cb2b: Refactor: scheduler: rename rsc_location() resource method (authored by kgaillot).
Refactor: scheduler: rename rsc_location() resource method
kgaillot committed rPe7f492709192: Refactor: scheduler: rename pcmk__assign_primitive() (authored by kgaillot).
Refactor: scheduler: rename pcmk__assign_primitive()
kgaillot committed rP8502d22af903: Test: cts-cli: update expected outputs for function rename (authored by kgaillot).
Test: cts-cli: update expected outputs for function rename
kgaillot committed rPdc4948431b84: Refactor: scheduler: drop redundant argument from schedule_restart_actions() (authored by kgaillot).
Refactor: scheduler: drop redundant argument from schedule_restart_actions()
kgaillot committed rP517706f52de3: Doc: scheduler: note ignored argument to primitive action_flags() implementation (authored by kgaillot).
Doc: scheduler: note ignored argument to primitive action_flags() implementation
GitHub <noreply@github.com> committed rPc6c7816551e1: Merge pull request #2887 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2887 from kgaillot/best-practices
Sep 27 2022
Sep 27 2022
Kevin P. Fleming <kevin@km6g.us> committed rRd5990371fdcb: dev-guide: Correct default branch name (authored by Kevin P. Fleming <kevin@km6g.us>).
dev-guide: Correct default branch name
GitHub <noreply@github.com> committed rRdccc3162bfce: Merge pull request #1811 from kpfleming/correct-default-branch-in-dev-guide (authored by fabbione).
Merge pull request #1811 from kpfleming/correct-default-branch-in-dev-guide
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
GitHub <noreply@github.com> committed rPb7bf3a643e8a: Merge pull request #2882 from nrwahl2/nrwahl2-T152_imp (authored by kgaillot).
Merge pull request #2882 from nrwahl2/nrwahl2-T152_imp
bin-ly <1583627300@qq.com> committed rPc491850bc929: change fence file (authored by bin-ly <1583627300@qq.com>).
change fence file
bin-ly <1583627300@qq.com> committed rP7a1d43e12ae9: change zh_CN.po file (authored by bin-ly <1583627300@qq.com>).
change zh_CN.po file
GitHub <noreply@github.com> committed rP026768fb9d00: Merge pull request #2884 from bin-ly/main (authored by kgaillot).
Merge pull request #2884 from bin-ly/main
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
GitHub <noreply@github.com> committed rP4185fc2cb97d: Merge pull request #2879 from nrwahl2/nrwahl2-T152 (authored by kgaillot).
Merge pull request #2879 from nrwahl2/nrwahl2-T152
kgaillot committed rPe5c8219e3d2c: API: libcrmcommon: argument to pcmk_xml_attrs2nvpairs() is now const (authored by kgaillot).
API: libcrmcommon: argument to pcmk_xml_attrs2nvpairs() is now const
kgaillot committed rP1bdd21e863f5: API: libcrmcommon: first argument to pcmk_ipc_name() is now const (authored by kgaillot).
API: libcrmcommon: first argument to pcmk_ipc_name() is now const
kgaillot committed rPa3bc90ab79b0: API: libcrmcommon: last argument to crm_write_blackbox() is now const (authored by kgaillot).
API: libcrmcommon: last argument to crm_write_blackbox() is now const
kgaillot committed rPffca52bbb3e4: API: libcrmcommon: argument to pcmk_controld_api_replies_expected() is now const (authored by kgaillot).
API: libcrmcommon: argument to pcmk_controld_api_replies_expected() is now const
kgaillot committed rP6a771c1bf727: Low: libcrmcommon: copy result reason/stdout/stderr correctly (authored by kgaillot).
Low: libcrmcommon: copy result reason/stdout/stderr correctly
kgaillot committed rPd7e25d34edbe: Refactor: libcrmcommon: clarify pointer arguments (authored by kgaillot).
Refactor: libcrmcommon: clarify pointer arguments
kgaillot committed rP6dfb92acbe4d: Doc: libcrmcommon: correct some pointer descriptions (authored by kgaillot).
Doc: libcrmcommon: correct some pointer descriptions
GitHub <noreply@github.com> committed rP34d99054bbd5: Merge pull request #2885 from kgaillot/doc (authored by kgaillot).
Merge pull request #2885 from kgaillot/doc
nrwahl2 committed rP8b1882f3ebd7: Refactor: various: Use g_free() with gchar * (authored by nrwahl2).
Refactor: various: Use g_free() with gchar *
GitHub <noreply@github.com> committed rP3da90a065ddf: Merge pull request #2886 from nrwahl2/nrwahl2-g_free (authored by kgaillot).
Merge pull request #2886 from nrwahl2/nrwahl2-g_free
Sep 22 2022
Sep 22 2022
kgaillot committed rP286dad917080: Refactor: scheduler: functionize adding migration meta-attributes (authored by kgaillot).
Refactor: scheduler: functionize adding migration meta-attributes
kgaillot committed rPbd0dd7b1b82e: Refactor: scheduler: make node argument to DeleteRsc() const (authored by kgaillot).
Refactor: scheduler: make node argument to DeleteRsc() const
kgaillot committed rP576358142d48: Refactor: scheduler: best practices when creating migration actions (authored by kgaillot).
Refactor: scheduler: best practices when creating migration actions
kgaillot committed rPf558e38935dd: Low: scheduler: improve migration code in native_create_actions() (authored by kgaillot).
Low: scheduler: improve migration code in native_create_actions()
kgaillot committed rP349fb311e0c9: Refactor: scheduler: functionize aborting a dangling migration (authored by kgaillot).
Refactor: scheduler: functionize aborting a dangling migration
kgaillot committed rP845672f32c9d: Log: scheduler: trace-log the reason why a resource can't migrate (authored by kgaillot).
Log: scheduler: trace-log the reason why a resource can't migrate
kgaillot committed rP1ea42fa95b67: Refactor: scheduler: separate migration code into own source file (authored by kgaillot).
Refactor: scheduler: separate migration code into own source file
kgaillot committed rPc6b7349d9e5c: Refactor: scheduler: move handle_migration_ordering() (authored by kgaillot).
Refactor: scheduler: move handle_migration_ordering()
kgaillot committed rP6b1eff28174a: Refactor: scheduler: best practices for pcmk__order_migration_equivalents() (authored by kgaillot).
Refactor: scheduler: best practices for pcmk__order_migration_equivalents()
GitHub <noreply@github.com> committed rPc8c5baeb642e: Merge pull request #2880 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2880 from kgaillot/best-practices
kgaillot committed rP004db77cae3a: API: libpe_status: argument to pe_rsc_is_unique_clone() is now const (authored by kgaillot).
API: libpe_status: argument to pe_rsc_is_unique_clone() is now const
kgaillot committed rPd44003cc58de: Refactor: liblrmd: clarify pointer arguments in headers (authored by kgaillot).
Refactor: liblrmd: clarify pointer arguments in headers
kgaillot committed rP99ecfa5d59b1: API: libpe_status: argument to pe_rsc_is_anon_clone() is now const (authored by kgaillot).
API: libpe_status: argument to pe_rsc_is_anon_clone() is now const
kgaillot committed rP9ec2a63a9d6b: Refactor: libpe_status: clarify pointer arguments in headers (authored by kgaillot).
Refactor: libpe_status: clarify pointer arguments in headers
kgaillot committed rPf6b9ab984016: Refactor: libcrmservice: clarify pointer arguments in headers (authored by kgaillot).
Refactor: libcrmservice: clarify pointer arguments in headers
kgaillot committed rPd5766c93712f: Test: cts-fencing: update expected results for recent change (authored by kgaillot).
Test: cts-fencing: update expected results for recent change
kgaillot committed rP943fb5454c6b: Low: executor: work around flag value mistake (authored by kgaillot).
Low: executor: work around flag value mistake
Doc: liblrmd: improve API documentation
kgaillot committed rPe13e0be1ea76: Doc: libcrmservice: improve API documentation (authored by kgaillot).
Doc: libcrmservice: improve API documentation
GitHub <noreply@github.com> committed rP8d0d823ce625: Merge pull request #2881 from kgaillot/doc (authored by kgaillot).
Merge pull request #2881 from kgaillot/doc
Sep 20 2022
Sep 20 2022
kgaillot committed rPddea172fdd77: API: libcrmcommon: argv argument to crm_log_preinit() is now char *const * (authored by kgaillot).
API: libcrmcommon: argv argument to crm_log_preinit() is now char *const *
kgaillot committed rP8338a3ee77b9: Refactor: libcrmcommon: clarify pointer arguments in headers (authored by kgaillot).
Refactor: libcrmcommon: clarify pointer arguments in headers
kgaillot committed rPb73e44fc1d23: API: libcrmcommon: first argument to crm_copy_xml_element() is now const (authored by kgaillot).
API: libcrmcommon: first argument to crm_copy_xml_element() is now const
kgaillot committed rP8309de6e4aaa: Refactor: libcib: clarify pointer arguments in headers (authored by kgaillot).
Refactor: libcib: clarify pointer arguments in headers
kgaillot committed rPd05de098d823: API: libcrmcommon: deprecate crm_destroy_xml() (authored by kgaillot).
API: libcrmcommon: deprecate crm_destroy_xml()
kgaillot committed rPd0990d647fab: API: libstonithd: last argument to stonith_api_operations_t:register_device()… (authored by kgaillot).
API: libstonithd: last argument to stonith_api_operations_t:register_device()…
kgaillot committed rP1f63724fb528: API: libstonithd: last argument to stonith_api_operations_t:register_level() is… (authored by kgaillot).
API: libstonithd: last argument to stonith_api_operations_t:register_level() is…
kgaillot committed rP8f1ed35056f0: API: libstonithd: last argument to stonith_api_operations_t:register_level_full… (authored by kgaillot).
API: libstonithd: last argument to stonith_api_operations_t:register_level_full…
kgaillot committed rPa0a946857cfd: API: libstonithd: params argument to stonith_api_operations_t:validate() is now… (authored by kgaillot).
API: libstonithd: params argument to stonith_api_operations_t:validate() is now…
kgaillot committed rP3add3eac941b: Refactor: libstonithd: clarify pointer arguments in headers (authored by kgaillot).
Refactor: libstonithd: clarify pointer arguments in headers
GitHub <noreply@github.com> committed rP4313595c6e2b: Merge pull request #2877 from kgaillot/doc (authored by kgaillot).
Merge pull request #2877 from kgaillot/doc
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
GitHub <noreply@github.com> committed rP4a0d25004e3c: Merge pull request #2878 from nrwahl2/nrwahl2-T180 (authored by kgaillot).
Merge pull request #2878 from nrwahl2/nrwahl2-T180
kgaillot committed rP4c033d52b1d9: Low: fencing: use a default timeout with metadata and validate (authored by kgaillot).
Low: fencing: use a default timeout with metadata and validate
kgaillot committed rP5873ffb81b51: Doc: fencer: improve stonith_api_operations_t:metadata() description (authored by kgaillot).
Doc: fencer: improve stonith_api_operations_t:metadata() description
kgaillot committed rP8c98bd94e4bd: Doc: fencing: add doxygen block for stonith__action_create() (authored by kgaillot).
Doc: fencing: add doxygen block for stonith__action_create()
kgaillot committed rPe98387fb6dbc: Refactor: fencing: make stonith_action_t:async bool (authored by kgaillot).
Refactor: fencing: make stonith_action_t:async bool
kgaillot committed rPe152d8933761: Low: fencing: use requested timeout with RHCS metadata actions (authored by kgaillot).
Low: fencing: use requested timeout with RHCS metadata actions
kgaillot committed rPfbed8374829a: Refactor: fencing: rename stonith_action_execute_async() (authored by kgaillot).
Refactor: fencing: rename stonith_action_execute_async()
kgaillot committed rPe06e8346146a: Refactor: fencing: add internal API for getting metadata async (authored by kgaillot).
Refactor: fencing: add internal API for getting metadata async
kgaillot committed rP8f8056799d3f: Low: controller: ignore CRM_OP_LRM_REFRESH (authored by kgaillot).
Low: controller: ignore CRM_OP_LRM_REFRESH
kgaillot committed rP2f31c588132e: Refactor: liblrmd: add internal API for getting metadata async (authored by kgaillot).
Refactor: liblrmd: add internal API for getting metadata async
kgaillot committed rPd6df28bfb78a: API: libcrmcommon: deprecate CRM_OP_LRM_QUERY (authored by kgaillot).
API: libcrmcommon: deprecate CRM_OP_LRM_QUERY
kgaillot committed rPa200e026016a: Refactor: controller: drop do_lrm_query_internal() (authored by kgaillot).
Refactor: controller: drop do_lrm_query_internal()
Doc: controller: drop pointless comment
kgaillot committed rPd460a09c3d54: Refactor: controller: move where reload actions get remapped (authored by kgaillot).
Refactor: controller: move where reload actions get remapped
kgaillot committed rP2ea45d6ab353: Low: controller: add failsafe for no executor connection (authored by kgaillot).
Low: controller: add failsafe for no executor connection
kgaillot committed rPeb3ae36b8b23: Refactor: controller: drop operation argument to do_lrm_rsc_op() (authored by kgaillot).
Refactor: controller: drop operation argument to do_lrm_rsc_op()
kgaillot committed rP6a8ad8ae1bc4: Log: controller: improve messages when metadata cache update fails (authored by kgaillot).
Log: controller: improve messages when metadata cache update fails
kgaillot committed rPbc852fe36c29: Fix: controller: pre-load agent metadata asynchronously (authored by kgaillot).
Fix: controller: pre-load agent metadata asynchronously
kgaillot committed rPd1465230656b: Low: libstonithd: return CRM_EX_NOSUCH for bad agent namespace (authored by kgaillot).
Low: libstonithd: return CRM_EX_NOSUCH for bad agent namespace
kgaillot committed rP16b0172a07f6: Low: liblrmd: consider invalid agent specification a fatal error (authored by kgaillot).
Low: liblrmd: consider invalid agent specification a fatal error
kgaillot committed rP1721edc4db06: Low: liblrmd: use resource ID for metadata actions when available (authored by kgaillot).
Low: liblrmd: use resource ID for metadata actions when available
kgaillot committed rP4aebef8b50c2: Low: libcrmcommon: map ENODEV and ENOENT to CRM_EX_NOSUCH (authored by kgaillot).
Low: libcrmcommon: map ENODEV and ENOENT to CRM_EX_NOSUCH
kgaillot committed rPb2b0e9fb9e6a: Log: controller: add messages when getting agent metadata (authored by kgaillot).
Log: controller: add messages when getting agent metadata
kgaillot committed rP3938f175ccdc: Refactor: controller: executor query can assume local node (authored by kgaillot).
Refactor: controller: executor query can assume local node