- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 4 2022
Oct 4 2022
kgaillot committed rPc382138929ce: Refactor: scheduler: best practices for group_internal_constraints() (authored by kgaillot).
Refactor: scheduler: best practices for group_internal_constraints()
kgaillot committed rPbb83e91fdf21: Doc: scheduler: document why the order of orderings matters (authored by kgaillot).
Doc: scheduler: document why the order of orderings matters
kgaillot committed rP9769cdad4fdc: Log: scheduler: improve resource action ordering messages (authored by kgaillot).
Log: scheduler: improve resource action ordering messages
kgaillot committed rP9db2c2e73056: Refactor: scheduler: drop redundant group orderings (authored by kgaillot).
Refactor: scheduler: drop redundant group orderings
GitHub <noreply@github.com> committed rP789e025b6fff: Merge pull request #2897 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2897 from kgaillot/best-practices
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rFd664c254608c: fence_virt: add note that reboot-action doesnt power on nodes that are powered… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
fence_virt: add note that reboot-action doesnt power on nodes that are powered…
GitHub <noreply@github.com> committed rFf66f13501a2a: Merge pull request #500 from oalbrigt/fence_virt-reboot-note (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #500 from oalbrigt/fence_virt-reboot-note
Oct 3 2022
Oct 3 2022
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rR14a21f1119b2: ocf-shellfuncs: add ocf_promotion_score() to use crm_attribute -p/crm_master… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
ocf-shellfuncs: add ocf_promotion_score() to use crm_attribute -p/crm_master…
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rR965636229996: galera/mariadb/mpathpersist/mysql/pgsql/sg_persist/Stateful: use… (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
galera/mariadb/mpathpersist/mysql/pgsql/sg_persist/Stateful: use…
GitHub <noreply@github.com> committed rR03c3cc3e827b: Merge pull request #1806 from oalbrigt/ocf_promotion_score (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1806 from oalbrigt/ocf_promotion_score
Christoph Böhmwalder <christoph.boehmwalder@linbit.com> committed rRb8c61b4761b9: portblock: implement blocking of outgoing ports (authored by Christoph Böhmwalder <christoph.boehmwalder@linbit.com>).
portblock: implement blocking of outgoing ports
GitHub <noreply@github.com> committed rRdca5eb089dfb: Merge pull request #1810 from chrboe/portblock-outgoing (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1810 from chrboe/portblock-outgoing
Sep 30 2022
Sep 30 2022
kgaillot committed rPabc30eefab79: Refactor: scheduler: drop num_children group variant member (authored by kgaillot).
Refactor: scheduler: drop num_children group variant member
kgaillot committed rP828a9b5da275: Refactor: scheduler: drop unused group variant members (authored by kgaillot).
Refactor: scheduler: drop unused group variant members
kgaillot committed rP7854b600352c: Refactor: scheduler: use flags instead of booleans for group variant members (authored by kgaillot).
Refactor: scheduler: use flags instead of booleans for group variant members
kgaillot committed rPce71f431e983: Refactor: scheduler: add accessors for group flags (authored by kgaillot).
Refactor: scheduler: add accessors for group flags
kgaillot committed rPed8fc554ce46: Refactor: scheduler: drop first_child member from group variant data (authored by kgaillot).
Refactor: scheduler: drop first_child member from group variant data
kgaillot committed rP2b0257143405: Refactor: scheduler: add accessor for last group member (authored by kgaillot).
Refactor: scheduler: add accessor for last group member
kgaillot committed rP490432e4988c: Refactor: scheduler: isolate group variant data in group.c (authored by kgaillot).
Refactor: scheduler: isolate group variant data in group.c
kgaillot committed rP23d59d239a50: Refactor: scheduler: drop native variant data (authored by kgaillot).
Refactor: scheduler: drop native variant data
GitHub <noreply@github.com> committed rP708e532ba4e3: Merge pull request #2896 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2896 from kgaillot/best-practices
Sep 29 2022
Sep 29 2022
kgaillot committed rP704c857d166e: Low: libcrmcommon: assert on UUID generation failure (authored by kgaillot).
Low: libcrmcommon: assert on UUID generation failure
kgaillot committed rP0e7e1724a9dc: Low: fencer: don't try to free NULL GString (authored by kgaillot).
Low: fencer: don't try to free NULL GString
GitHub <noreply@github.com> committed rP655d779f5ad8: Merge pull request #2895 from kgaillot/fixes (authored by kgaillot).
Merge pull request #2895 from kgaillot/fixes
kgaillot committed rPa1a3f1ace2de: Refactor: scheduler: make assign_best_node() take const node (authored by kgaillot).
Refactor: scheduler: make assign_best_node() take const node
kgaillot committed rPba7044a76b2c: Refactor: scheduler: clarify pointer arguments to assign() method (authored by kgaillot).
Refactor: scheduler: clarify pointer arguments to assign() method
kgaillot committed rP1317a5a86006: Refactor: scheduler: clarify colocation-related pointer arguments (authored by kgaillot).
Refactor: scheduler: clarify colocation-related pointer arguments
kgaillot committed rPa0ef03869ef3: Refactor: libpe_status: is_set_recursive() argument can be const (authored by kgaillot).
Refactor: libpe_status: is_set_recursive() argument can be const
kgaillot committed rP9e49df057e91: Refactor: scheduler: is_child_compatible() arguments can be const (authored by kgaillot).
Refactor: scheduler: is_child_compatible() arguments can be const
kgaillot committed rP0cc5c6104dae: Refactor: scheduler: make bundle function arguments const where possible (authored by kgaillot).
Refactor: scheduler: make bundle function arguments const where possible
kgaillot committed rP79be8d1a704a: Refactor: libpe_status: pe_node_attribute_raw() argument can be const (authored by kgaillot).
Refactor: libpe_status: pe_node_attribute_raw() argument can be const
kgaillot committed rPad9725277c4b: Refactor: scheduler: find_compatible_child() argument can be const (authored by kgaillot).
Refactor: scheduler: find_compatible_child() argument can be const
kgaillot committed rP5eb42a9aa88d: Refactor: scheduler: clarify promotable function arguments (authored by kgaillot).
Refactor: scheduler: clarify promotable function arguments
kgaillot committed rP5b4255fe03ed: Refactor: scheduler: clarify pointer arguments to apply_coloc_score() method (authored by kgaillot).
Refactor: scheduler: clarify pointer arguments to apply_coloc_score() method
kgaillot committed rP82b4baa4e9b7: Refactor: libpe_status: argument to pe__rsc_bool_str() can be const (authored by kgaillot).
Refactor: libpe_status: argument to pe__rsc_bool_str() can be const
kgaillot committed rP7d06ae5a95e8: Refactor: scheduler: first two arguments to add_utilization() method can be… (authored by kgaillot).
Refactor: scheduler: first two arguments to add_utilization() method can be…
kgaillot committed rP6ac6181dc365: Refactor: scheduler: rsc argument to pcmk__release_node_capacity() can be const (authored by kgaillot).
Refactor: scheduler: rsc argument to pcmk__release_node_capacity() can be const
kgaillot committed rP449d9af69aec: Refactor: scheduler: functionize ordering resource start/stop vs unfencing (authored by kgaillot).
Refactor: scheduler: functionize ordering resource start/stop vs unfencing
kgaillot committed rP55ba38abbc6e: Refactor: scheduler: clarify pointer arguments to primitive-related functions (authored by kgaillot).
Refactor: scheduler: clarify pointer arguments to primitive-related functions
kgaillot committed rP350ac6723ead: Refactor: scheduler: functionize banning resource from non-locked node (authored by kgaillot).
Refactor: scheduler: functionize banning resource from non-locked node
GitHub <noreply@github.com> committed rP5206e8edd96e: Merge pull request #2894 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2894 from kgaillot/best-practices
kgaillot committed rP4c1b0c638d24: Refactor: scheduler: reformat resource action matrices (authored by kgaillot).
Refactor: scheduler: reformat resource action matrices
kgaillot committed rPba55af4815d7: Refactor: scheduler: change return type of resource transition function (authored by kgaillot).
Refactor: scheduler: change return type of resource transition function
kgaillot committed rPbab714c3bc18: Refactor: scheduler: best practices for PromoteRsc() (authored by kgaillot).
Refactor: scheduler: best practices for PromoteRsc()
kgaillot committed rPe5466573888a: Refactor: scheduler: best practices for StopRsc() (authored by kgaillot).
Refactor: scheduler: best practices for StopRsc()
kgaillot committed rPd3b9cfda3f66: Refactor: scheduler: best practices for StartRsc() (authored by kgaillot).
Refactor: scheduler: best practices for StartRsc()
kgaillot committed rP3dfb5a94e7f4: Refactor: scheduler: rename RoleError() to assert_role_error() (authored by kgaillot).
Refactor: scheduler: rename RoleError() to assert_role_error()
kgaillot committed rPdbc90d68def2: Fix: scheduler: don't demote on expected node (authored by kgaillot).
Fix: scheduler: don't demote on expected node
kgaillot committed rP15b08cd8590f: Refactor: scheduler: best practices for DemoteRsc() (authored by kgaillot).
Refactor: scheduler: best practices for DemoteRsc()
kgaillot committed rP6bca26b259f7: Refactor: scheduler: best practices for DeleteRsc() (authored by kgaillot).
Refactor: scheduler: best practices for DeleteRsc()
kgaillot committed rPc162b72728c0: Refactor: scheduler: best practices for native_append_meta() (authored by kgaillot).
Refactor: scheduler: best practices for native_append_meta()
kgaillot committed rP1788a76b39a4: Refactor: scheduler: rename append_meta() method (authored by kgaillot).
Refactor: scheduler: rename append_meta() method
kgaillot committed rP79ebb2094d80: Refactor: scheduler: add bundle meta-attribute in primitive method (authored by kgaillot).
Refactor: scheduler: add bundle meta-attribute in primitive method
kgaillot committed rP8db5e8fa3591: Refactor: scheduler: declare a few functions in library-private header (authored by kgaillot).
Refactor: scheduler: declare a few functions in library-private header
kgaillot committed rPec3e96867c0a: Refactor: scheduler: new convenience function for comparing nodes (authored by kgaillot).
Refactor: scheduler: new convenience function for comparing nodes
kgaillot committed rP57d9ccbdac14: Refactor: scheduler: use pe__same_node() in pcmk_sched_primitive.c (authored by kgaillot).
Refactor: scheduler: use pe__same_node() in pcmk_sched_primitive.c
GitHub <noreply@github.com> committed rPa318b2146068: Merge pull request #2892 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2892 from kgaillot/best-practices
Sep 28 2022
Sep 28 2022
HideoYamauchi committed rP3dbad142dcab: Mid: fenced: Add automatic_list devices to unfencing timeout when topology is… (authored by HideoYamauchi).
Mid: fenced: Add automatic_list devices to unfencing timeout when topology is…
GitHub <noreply@github.com> committed rP4690461db3c1: Merge pull request #2890 from HideoYamauchi/Timeout_add_from_auto_list3 (authored by kgaillot).
Merge pull request #2890 from HideoYamauchi/Timeout_add_from_auto_list3
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
GitHub <noreply@github.com> committed rP095f10d668f1: Merge pull request #2893 from nrwahl2/nrwahl2-cts_fix (authored by kgaillot).
Merge pull request #2893 from nrwahl2/nrwahl2-cts_fix
wangmeng <wangmengc@uniontech.com> committed rP5cb5ec16be8a: add zh_CN translation for common.c file (authored by wangmeng <wangmengc@uniontech.com>).
add zh_CN translation for common.c file
wangmeng <wangmengc@uniontech.com> committed rP214ba5f3c077: change zh_cn.po file (authored by wangmeng <wangmengc@uniontech.com>).
change zh_cn.po file
wangmeng <wangmengc@uniontech.com> committed rP2c195da16870: change zh_cn.po file (authored by wangmeng <wangmengc@uniontech.com>).
change zh_cn.po file
wangmeng <wangmengc@uniontech.com> committed rPa4a6619b4023: change zh_cn.po file (authored by wangmeng <wangmengc@uniontech.com>).
change zh_cn.po file
GitHub <noreply@github.com> committed rP18733e432dde: Merge pull request #2889 from WangMengabc/main (authored by kgaillot).
Merge pull request #2889 from WangMengabc/main
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()
GitHub <noreply@github.com> committed rPdeb73ba4dd81: Merge pull request #2888 from nrwahl2/nrwahl2-bundle_cleanup (authored by kgaillot).
Merge pull request #2888 from nrwahl2/nrwahl2-bundle_cleanup
kgaillot committed rP08daef80c63b: Refactor: scheduler: functionize setting resource's next role to default (authored by kgaillot).
Refactor: scheduler: functionize setting resource's next role to default
kgaillot committed rP856c7c8758c8: Refactor: scheduler: functionize creating pending start (authored by kgaillot).
Refactor: scheduler: functionize creating pending start
kgaillot committed rPe514d3c09036: Refactor: scheduler: functionize bringing resource to next role (authored by kgaillot).
Refactor: scheduler: functionize bringing resource to next role
kgaillot committed rP1f75d5a81f0a: Doc: scheduler: add a doxygen block to rsc_avoids_remote_nodes() (authored by kgaillot).
Doc: scheduler: add a doxygen block to rsc_avoids_remote_nodes()
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()