- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Dec 5 2022
Dec 5 2022
nrwahl2 committed rPac3d076eafa8: Test: cts-cli: Fix invalid scope warning and add two tests (authored by nrwahl2).
Test: cts-cli: Fix invalid scope warning and add two tests
GitHub <noreply@github.com> committed rP7ddafc3a14e0: Merge pull request #2972 from nrwahl2/nrwahl2-fixes (authored by kgaillot).
Merge pull request #2972 from nrwahl2/nrwahl2-fixes
nrwahl2 committed rP07586de9eb83: Refactor: based: Remove unnecessary nesting (authored by nrwahl2).
Refactor: based: Remove unnecessary nesting
nrwahl2 committed rP5f9035b637d6: Low: tools: Fix trivial memory leak in cibadmin (authored by nrwahl2).
Low: tools: Fix trivial memory leak in cibadmin
nrwahl2 committed rPa7ba4849bd48: Low: based: Don't write to disk if CIB replace failed (authored by nrwahl2).
Low: based: Don't write to disk if CIB replace failed
nrwahl2 committed rP72733a295d70: Fix: based: Successful CIB schema upgrade should always force a write (authored by nrwahl2).
Fix: based: Successful CIB schema upgrade should always force a write
GitHub <noreply@github.com> committed rPff663e2b122c: Merge pull request #2970 from nrwahl2/nrwahl2-T565 (authored by kgaillot).
Merge pull request #2970 from nrwahl2/nrwahl2-T565
Dec 1 2022
Dec 1 2022
nrwahl2 committed rP237126eaabfc: High: based: Fix double free() in pacemaker-based.c (authored by nrwahl2).
High: based: Fix double free() in pacemaker-based.c
GitHub <noreply@github.com> committed rP4b3ab0cec93d: Merge pull request #2968 from nrwahl2/nrwahl2-fixes (authored by kgaillot).
Merge pull request #2968 from nrwahl2/nrwahl2-fixes
kgaillot committed rPf9b2b28c0dad: Low: libcrmcommon: don't regfree() if regcomp() failed (authored by kgaillot).
Low: libcrmcommon: don't regfree() if regcomp() failed
kgaillot committed rP7641765b5fa1: Low: libpe_status: don't try to use compiled expression if regcomp() failed (authored by kgaillot).
Low: libpe_status: don't try to use compiled expression if regcomp() failed
kgaillot committed rP2eb8a5955342: Low: libpacemaker: don't regfree() if regcomp() failed (authored by kgaillot).
Low: libpacemaker: don't regfree() if regcomp() failed
kgaillot committed rPb6f566ea13f3: Build: configure: define bug report URL for C code (authored by kgaillot).
Build: configure: define bug report URL for C code
kgaillot committed rP3c47f19fb46d: Low: libcrmcommon,tools: use bug report URL instead of users list address (authored by kgaillot).
Low: libcrmcommon,tools: use bug report URL instead of users list address
kgaillot committed rPe69c44e47017: API: libpe_status: deprecate pe_node_t:fixed (authored by kgaillot).
API: libpe_status: deprecate pe_node_t:fixed
kgaillot committed rPa82e3c147fa7: Refactor: libcrmcommon,libpe_status: drop pcmk__format_named_time() (authored by kgaillot).
Refactor: libcrmcommon,libpe_status: drop pcmk__format_named_time()
kgaillot committed rP0ddca9369d20: Low: libpe_status: avoid memory leak on regular expression error (authored by kgaillot).
Low: libpe_status: avoid memory leak on regular expression error
GitHub <noreply@github.com> committed rP2931e2af6cd5: Merge pull request #2967 from kgaillot/fixes (authored by kgaillot).
Merge pull request #2967 from kgaillot/fixes
nrwahl2 committed rPae899e8515a8: Fix: controller: Avoid election storm due to incompatible CIB (authored by nrwahl2).
Fix: controller: Avoid election storm due to incompatible CIB
GitHub <noreply@github.com> committed rP86dac048636f: Merge pull request #2964 from nrwahl2/nrwahl2-T455 (authored by kgaillot).
Merge pull request #2964 from nrwahl2/nrwahl2-T455
nrwahl2 committed rP011fddcca051: Low: controller: Avoid error if a join request is received after fencing (authored by nrwahl2).
Low: controller: Avoid error if a join request is received after fencing
GitHub <noreply@github.com> committed rP2d69be23f443: Merge pull request #2965 from nrwahl2/nrwahl2-T456 (authored by kgaillot).
Merge pull request #2965 from nrwahl2/nrwahl2-T456
nrwahl2 committed rPa457eb83fe5d: Fix: controller: Don't double-increment failcount for simulated failures (authored by nrwahl2).
Fix: controller: Don't double-increment failcount for simulated failures
GitHub <noreply@github.com> committed rP6ca8d8d7a59b: Merge pull request #2947 from nrwahl2/nrwahl2-T602_2 (authored by kgaillot).
Merge pull request #2947 from nrwahl2/nrwahl2-T602_2
GitHub <noreply@github.com> committed rR3e84b0b0c9a8: Merge pull request #1824 from oalbrigt/lvmlockd-add-use_lvmlockd-if-missing (authored by oalbrigt).
Merge pull request #1824 from oalbrigt/lvmlockd-add-use_lvmlockd-if-missing
oalbrigt committed rR2695888c983d: lvmlockd: add "use_lvmlockd = 1" if it's commented out or missing (authored by oalbrigt).
lvmlockd: add "use_lvmlockd = 1" if it's commented out or missing
Nov 30 2022
Nov 30 2022
nrwahl2 committed rPc6d25026976d: API: libcrmcluster: New pcmk_cluster_new() and pcmk_cluster_free() (authored by nrwahl2).
API: libcrmcluster: New pcmk_cluster_new() and pcmk_cluster_free()
nrwahl2 committed rP81554bae5dc5: Low: fencer: Correct refresh logic in update_cib_cache_cb() (authored by nrwahl2).
Low: fencer: Correct refresh logic in update_cib_cache_cb()
nrwahl2 committed rPd6e1d7b9e95b: Refactor: daemons: Use new pcmk_cluster_new() and _free() (authored by nrwahl2).
Refactor: daemons: Use new pcmk_cluster_new() and _free()
nrwahl2 committed rPb8de0aa46dfd: Low: based: Move cib_cleanup() into done section (authored by nrwahl2).
Low: based: Move cib_cleanup() into done section
nrwahl2 committed rP51a916dc6b17: Refactor: fencer: Add done section to pacemaker-fenced.c (authored by nrwahl2).
Refactor: fencer: Add done section to pacemaker-fenced.c
nrwahl2 committed rP72a130942a41: Refactor: fencer: Use GOption in pacemaker-fenced.c (authored by nrwahl2).
Refactor: fencer: Use GOption in pacemaker-fenced.c
nrwahl2 committed rP5f7de5d10a42: Refactor: fencer: Rename out to logger_out in pacemaker-fenced.c (authored by nrwahl2).
Refactor: fencer: Rename out to logger_out in pacemaker-fenced.c
nrwahl2 committed rP7229a8ba97b2: Feature: fencer: Use formatted output in pacemaker-fenced (authored by nrwahl2).
Feature: fencer: Use formatted output in pacemaker-fenced
nrwahl2 committed rP2a1b83839b8e: Refactor: fencer: Use pcmk__str_update() in pacemaker-fenced.c (authored by nrwahl2).
Refactor: fencer: Use pcmk__str_update() in pacemaker-fenced.c
nrwahl2 committed rPec2cf075166d: Low: scheduler: Advertise metadata option in scheduler help output (authored by nrwahl2).
Low: scheduler: Advertise metadata option in scheduler help output
nrwahl2 committed rP087c62e8ebcf: Low: daemons, tools: Unregister formats before exiting (authored by nrwahl2).
Low: daemons, tools: Unregister formats before exiting
GitHub <noreply@github.com> committed rPd439c0dd1415: Merge pull request #2959 from nrwahl2/nrwahl2-T604 (authored by kgaillot).
Merge pull request #2959 from nrwahl2/nrwahl2-T604
nrwahl2 committed rPf5868dde2054: Fix: controller: Don't reprobe remotes when target is only cluster node (authored by nrwahl2).
Fix: controller: Don't reprobe remotes when target is only cluster node
nrwahl2 committed rP848145bf5bf3: Low: controller: Reduce CIB deletions during reprobe (authored by nrwahl2).
Low: controller: Reduce CIB deletions during reprobe
GitHub <noreply@github.com> committed rP6d9fd19bfb0c: Merge pull request #2962 from nrwahl2/nrwahl2-T219 (authored by kgaillot).
Merge pull request #2962 from nrwahl2/nrwahl2-T219
Nov 29 2022
Nov 29 2022
GitHub <noreply@github.com> committed rP614f3fc91742: Merge pull request #2963 from ClusterLabs/pcmk-fix-clang-build (authored by kgaillot).
Merge pull request #2963 from ClusterLabs/pcmk-fix-clang-build
nrwahl2 committed rPf5fa5ab4918c: Low: tools: Remove option-setting trace messages in cibadmin (authored by nrwahl2).
Low: tools: Remove option-setting trace messages in cibadmin
nrwahl2 committed rPd105027712b3: Low: tools: Remove crm_log_args() calls from cibadmin (authored by nrwahl2).
Low: tools: Remove crm_log_args() calls from cibadmin
nrwahl2 committed rPfc8e08c95f55: Low: tools: Fix scope/xpath parsing in cibadmin (authored by nrwahl2).
Low: tools: Fix scope/xpath parsing in cibadmin
nrwahl2 committed rP8494e02a026b: Refactor: tools: message_timeout_{ms -> sec} in cibadmin (authored by nrwahl2).
Refactor: tools: message_timeout_{ms -> sec} in cibadmin
nrwahl2 committed rPbd3417d17854: Refactor: libcrmcommon: New pcmk__acl_render_{none,default} enum values (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__acl_render_{none,default} enum values
nrwahl2 committed rPac7e437ce8d9: Refactor: tools: Clean up ACL render modes in cibadmin (authored by nrwahl2).
Refactor: tools: Clean up ACL render modes in cibadmin
nrwahl2 committed rPec07f0e2e25b: Refactor: tools: Clarify CIB section type in cibadmin (authored by nrwahl2).
Refactor: tools: Clarify CIB section type in cibadmin
nrwahl2 committed rP1e3edf39e52e: Refactor: tools: Set call options in cibadmin after option parsing (authored by nrwahl2).
Refactor: tools: Set call options in cibadmin after option parsing
nrwahl2 committed rP161af48d3317: Refactor: tools: Add a done section to cibadmin (authored by nrwahl2).
Refactor: tools: Add a done section to cibadmin
nrwahl2 committed rPd2586681ee43: Low: libcrmcommon: Null-check return value of pcmk__uid2username() (authored by nrwahl2).
Low: libcrmcommon: Null-check return value of pcmk__uid2username()
nrwahl2 committed rPd84e31758afb: Refactor: tools: Add message_timeout_sec to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add message_timeout_sec to options struct in cibadmin
nrwahl2 committed rP4fdf4e35e71f: Refactor: tools: Add cmd_options to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add cmd_options to options struct in cibadmin
nrwahl2 committed rPba24798d0362: Refactor: tools: Add acl_render_mode to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add acl_render_mode to options struct in cibadmin
nrwahl2 committed rP40b9856a3825: Refactor: tools: Add cib_action to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add cib_action to options struct in cibadmin
nrwahl2 committed rPd594d7f15f9d: Refactor: tools: Add delete_all to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add delete_all to options struct in cibadmin
nrwahl2 committed rP112106593e51: Refactor: tools: Add allow_create to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add allow_create to options struct in cibadmin
nrwahl2 committed rPe0c1714a9de6: Refactor: tools: Add force to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add force to options struct in cibadmin
nrwahl2 committed rP570fb8a7e444: Refactor: tools: Add no_bcast to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add no_bcast to options struct in cibadmin
nrwahl2 committed rPcf15ad3dd1d3: Refactor: tools: Add local to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add local to options struct in cibadmin
nrwahl2 committed rP1bc4b2f9286e: Refactor: tools: Add get_node_path to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add get_node_path to options struct in cibadmin
nrwahl2 committed rPd02a21d312c3: Refactor: tools: Add dest_node to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add dest_node to options struct in cibadmin
nrwahl2 committed rPbd18ac32e62d: Refactor: tools: Add sync_call to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add sync_call to options struct in cibadmin
nrwahl2 committed rPd7d38a2984b5: Refactor: tools: Add no_children to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add no_children to options struct in cibadmin
nrwahl2 committed rP5330c49d5641: Refactor: tools: Add section and sect type to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add section and sect type to options struct in cibadmin
nrwahl2 committed rP36562cb1429c: Refactor: tools: Add XML data sources to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add XML data sources to options struct in cibadmin
nrwahl2 committed rPbd66e555d649: Refactor: tools: Add cib_user to options struct in cibadmin (authored by nrwahl2).
Refactor: tools: Add cib_user to options struct in cibadmin
nrwahl2 committed rPea6bf4c48ea2: Low: tools: Fix action danger check in cibadmin (authored by nrwahl2).
Low: tools: Fix action danger check in cibadmin
Low: tools: Validate scope in cibadmin.c
nrwahl2 committed rPa92617a81203: Fix: tools: Add status as valid cibadmin scope (authored by nrwahl2).
Fix: tools: Add status as valid cibadmin scope
Refactor: tools: Use GOption in cibadmin
GitHub <noreply@github.com> committed rP743ac5f9f805: Merge pull request #2956 from nrwahl2/nrwahl2-T107 (authored by kgaillot).
Merge pull request #2956 from nrwahl2/nrwahl2-T107
GitHub <noreply@github.com> committed rP3aff4b138c7f: add zh_cn translation for error (#2957) (authored by WangMengabc <98640292+WangMengabc@users.noreply.github.com>).
add zh_cn translation for error (#2957)
oalbrigt committed rR20453d5ab112: nfsserver: add nfsv4_only parameter to make it run without rpc-statd/rpcbind… (authored by oalbrigt).
nfsserver: add nfsv4_only parameter to make it run without rpc-statd/rpcbind…
GitHub <noreply@github.com> committed rReb56aef9470a: Merge pull request #1822 from oalbrigt/nfsserver-nfsv4-only (authored by oalbrigt).
Merge pull request #1822 from oalbrigt/nfsserver-nfsv4-only
Build: fix build with clang compiler
Build: fix build with clang compiler
Build: fix build with clang compiler
Build: fix build with clang compiler
Build: fix build with clang compiler
Nov 28 2022
Nov 28 2022
GitHub <noreply@github.com> committed rK624364bcac74: Merge pull request #393 from kronosnet/bindgen-fix (authored by fabbione).
Merge pull request #393 from kronosnet/bindgen-fix
clumens committed rP25161c472749: Low: daemons: Support cluster-wide sync points for multi IPC messages. (authored by clumens).
Low: daemons: Support cluster-wide sync points for multi IPC messages.
GitHub <noreply@github.com> committed rPefd2018646cf: Merge pull request #2961 from clumens/cluster-sync-multi (authored by kgaillot).
Merge pull request #2961 from clumens/cluster-sync-multi
clumens committed rPd4ab299aee5e: Low: tests: s/xmllint_errfile/xmllint_outfile (authored by clumens).
Low: tests: s/xmllint_errfile/xmllint_outfile
clumens committed rP050afc173571: Low: daemons: Check for NULL in attrd_create_attribute. (authored by clumens).
Low: daemons: Check for NULL in attrd_create_attribute.
clumens committed rPff914815fe59: Low: libs: Check for NULL in various functions. (authored by clumens).
Low: libs: Check for NULL in various functions.
GitHub <noreply@github.com> committed rP1c491a313546: Merge pull request #2960 from clumens/covscan-fixes (authored by kgaillot).
Merge pull request #2960 from clumens/covscan-fixes
rust: Fix bindgen call
gao-yan committed rSc25f8df597bb: Log: sbd-inquisitor: ensure a log info only tells the fact about how… (authored by gao-yan).
Log: sbd-inquisitor: ensure a log info only tells the fact about how…
gao-yan committed rSac1cfbbcf99d: Log: sbd-inquisitor: log a warning if SBD_PACEMAKER is overridden by -P or -PP… (authored by gao-yan).
Log: sbd-inquisitor: log a warning if SBD_PACEMAKER is overridden by -P or -PP…
gao-yan committed rS82282ac1c679: Log: sbd-inquisitor: do not warn about startup syncing if pacemaker integration… (authored by gao-yan).
Log: sbd-inquisitor: do not warn about startup syncing if pacemaker integration…
gao-yan committed rSbacb6e78a9bd: Fix: sbd-inquisitor: fail startup if pacemaker integration is disabled while… (authored by gao-yan).
Fix: sbd-inquisitor: fail startup if pacemaker integration is disabled while…
GitHub <noreply@github.com> committed rS8ec8e011b5f6: Merge pull request #149 from gao-yan/no-pcmk-integration-no-sync-resource… (authored by wenningerk).
Merge pull request #149 from gao-yan/no-pcmk-integration-no-sync-resource…
rust: Fix bindgen call
rust: Fix bindgen call
GitHub <noreply@github.com> committed rK5f69975bfce6: Merge pull request #392 from kronosnet/move_eagain_for_pmtud (authored by fabbione).
Merge pull request #392 from kronosnet/move_eagain_for_pmtud
oalbrigt committed rF6bef902b19d1: fence_virtd: set secure file permissions for fence_virtd.conf and key file if… (authored by oalbrigt).
fence_virtd: set secure file permissions for fence_virtd.conf and key file if…
GitHub <noreply@github.com> committed rFeec1042b2ba6: Merge pull request #513 from oalbrigt/fence_virtd-fail-config-key-not-chmod-600 (authored by oalbrigt).
Merge pull request #513 from oalbrigt/fence_virtd-fail-config-key-not-chmod-600
chrissie-c committed rKfa03cc4576bf: udp: Move EPERM to be alongside EMSGSIZE in tx error handler (authored by chrissie-c).
udp: Move EPERM to be alongside EMSGSIZE in tx error handler