- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Apr 2 2025
Apr 2 2025
GitHub <noreply@github.com> committed rRac64a655a02c: azure-events-az: fix typo (#2031) (authored by susegrant <87545398+susegrant@users.noreply.github.com>).
azure-events-az: fix typo (#2031)
tomcat: fix CATALINA_PID not set issue
oalbrigt committed rRb0da375699eb: tomcat: fix catalina_base and catalina_out parameter defaults (authored by oalbrigt).
tomcat: fix catalina_base and catalina_out parameter defaults
GitHub <noreply@github.com> committed rRaeafa0f7e70a: azure-events-az: change variable name allNodesStopped to allResourcesNowStopped… (authored by susegrant <87545398+susegrant@users.noreply.github.com>).
azure-events-az: change variable name allNodesStopped to allResourcesNowStopped…
GitHub <noreply@github.com> committed rReaea0502d26b: Merge pull request #2028 from oalbrigt/tomcat-fix-CATALINA_PID-not-set (authored by oalbrigt).
Merge pull request #2028 from oalbrigt/tomcat-fix-CATALINA_PID-not-set
Apr 1 2025
Apr 1 2025
This is no longer necessary for T25, so I'm going to close this. I'm not sure we care enough to implement this.
Apr 1 2025, 4:37 PM · Restricted Project
clumens committed rP90d93ff1d27d: Refactor: libcrmcommon: Improve crm_ipc_flags enum. (authored by clumens).
Refactor: libcrmcommon: Improve crm_ipc_flags enum.
clumens committed rP040f91c92b78: Refactor: libcrmcommon: Remove a TODO and unnecessary block of code. (authored by clumens).
Refactor: libcrmcommon: Remove a TODO and unnecessary block of code.
clumens committed rP7a1610c2a4e4: Refactor: libcrmcommon: Don't use qb_ipcc_sendv_recv in crm_ipc_send. (authored by clumens).
Refactor: libcrmcommon: Don't use qb_ipcc_sendv_recv in crm_ipc_send.
clumens committed rPded0477afe97: Refactor: libcrmcommon: Rearrange internal_ipc_get_reply. (authored by clumens).
Refactor: libcrmcommon: Rearrange internal_ipc_get_reply.
clumens committed rP47e84c0d0fb7: Refactor: libcrmcommon: Rearrange send/receive code in crm_ipc_send. (authored by clumens).
Refactor: libcrmcommon: Rearrange send/receive code in crm_ipc_send.
clumens committed rPfe3f6d3ad4c9: Refactor: libcrmcommon: Reduce code duplication in crm_ipc_send. (authored by clumens).
Refactor: libcrmcommon: Reduce code duplication in crm_ipc_send.
GitHub <noreply@github.com> committed rP17e0f3acbf85: Merge pull request #3861 from clumens/ipc-prep-2.1 (authored by nrwahl2).
Merge pull request #3861 from clumens/ipc-prep-2.1
clumens committed rPbd32789ab7e9: Refactor: libcrmcommon: Reduce IPC client receive code duplication. (authored by clumens).
Refactor: libcrmcommon: Reduce IPC client receive code duplication.
Mar 31 2025
Mar 31 2025
gao-yan committed rPc94e1848244b: Fix: pacemaker-attrd: prevent segfault if a peer leaves when its name is… (authored by gao-yan).
Fix: pacemaker-attrd: prevent segfault if a peer leaves when its name is…
gao-yan committed rP5f643a492be4: Log: pacemaker-attrd: use %PRIu32 format specifier instead of %u for node id (authored by gao-yan).
Log: pacemaker-attrd: use %PRIu32 format specifier instead of %u for node id
Log: libcrmcluster: correctly log node id
gao-yan committed rP522a04a0b1b3: Log: pacemaker-attrd: log the cluster layer id of the changed peer (authored by gao-yan).
Log: pacemaker-attrd: log the cluster layer id of the changed peer
gao-yan committed rP666a4113fa71: Fix: pacemaker-attrd: remember names of peers from attribute update in case… (authored by gao-yan).
Fix: pacemaker-attrd: remember names of peers from attribute update in case…
gao-yan committed rP63198fda240a: Refactor: pacemaker-attrd: ability to send a protocol message to a single peer (authored by gao-yan).
Refactor: pacemaker-attrd: ability to send a protocol message to a single peer
gao-yan committed rP98338298133c: Refactor: pacemaker-attrd: make attrd_send_message()'s node argument const (authored by gao-yan).
Refactor: pacemaker-attrd: make attrd_send_message()'s node argument const
gao-yan committed rPa6718479a04f: Fix: pacemaker-attrd: make a peer learn our node name once it has joined (authored by gao-yan).
Fix: pacemaker-attrd: make a peer learn our node name once it has joined
GitHub <noreply@github.com> committed rP008a7d17844a: Merge pull request #3847 from gao-yan/attrd-segfault-peer-name-unknown (authored by clumens).
Merge pull request #3847 from gao-yan/attrd-segfault-peer-name-unknown
clumens committed rPf95260d38587: Low: python: Fix setting schema directory in source checkout. (authored by clumens).
Low: python: Fix setting schema directory in source checkout.
GitHub <noreply@github.com> committed rPca984cda9635: Merge pull request #3859 from clumens/cts-fencing-test (authored by nrwahl2).
Merge pull request #3859 from clumens/cts-fencing-test
clumens committed rPd12f5579859f: Low: cts: Add missing crm_diff regression test back to cts-cli. (authored by clumens).
Low: cts: Add missing crm_diff regression test back to cts-cli.
GitHub <noreply@github.com> committed rP07444dd26679: Merge pull request #3858 from clumens/crm_diff-test (authored by nrwahl2).
Merge pull request #3858 from clumens/crm_diff-test
In T982#15872, @clumens wrote:I bet running this from a source directory where you don't also have PCMK_schema_directory set is something that doesn't happen all that often.
That should work - the whole point of that block is basically to check if we're running from a source checkout and if so, set the right schema directory. I bet running this from a source directory where you don't also have PCMK_schema_directory set is something that doesn't happen all that often.
clumens changed the status of T982: cts-fencing is broken due to bug in validate.py:rng_directory() from Open to WIP.
clumens changed the status of T981: crm_diff regression test was removed during conversion to Python from Open to WIP.
oalbrigt committed rF8da744fcd3de: build: make INITCONFDIR available for agents (authored by oalbrigt).
build: make INITCONFDIR available for agents
GitHub <noreply@github.com> committed rFcc206d795fd6: Merge pull request #622 from oalbrigt/build-add-INITCONFDIR (authored by oalbrigt).
Merge pull request #622 from oalbrigt/build-add-INITCONFDIR
Mar 30 2025
Mar 30 2025
nrwahl2 updated the task description for T982: cts-fencing is broken due to bug in validate.py:rng_directory().
nrwahl2 triaged T982: cts-fencing is broken due to bug in validate.py:rng_directory() as Normal priority.
Mar 27 2025
Mar 27 2025
xin liang <xliang@suse.com> committed rP438b66c68760: remote.in: Add a default interval value for monitor action (authored by xin liang <xliang@suse.com>).
remote.in: Add a default interval value for monitor action
GitHub <noreply@github.com> committed rP6053d2fc3fdf: Merge pull request #3854 from liangxin1300/20250325_remote_monitor_interval (authored by nrwahl2).
Merge pull request #3854 from liangxin1300/20250325_remote_monitor_interval
Mar 26 2025
Mar 26 2025
nrwahl2 triaged T981: crm_diff regression test was removed during conversion to Python as Normal priority.
totemsrp: Check size of orf_token msg
Mar 25 2025
Mar 25 2025
oalbrigt committed rFdeadda03cb33: fence_compute/fence_evacuate: dont use deprecated inspect.getargspec() (authored by oalbrigt).
fence_compute/fence_evacuate: dont use deprecated inspect.getargspec()
GitHub <noreply@github.com> committed rFcb26ad06a1cb: Merge pull request #620 from oalbrigt/fence_compute-fence_evacuate-dont-use… (authored by oalbrigt).
Merge pull request #620 from oalbrigt/fence_compute-fence_evacuate-dont-use…
clumens committed rPe892b0648932: Refactor: libcrmcommon: Improve crm_ipc_flags enum. (authored by clumens).
Refactor: libcrmcommon: Improve crm_ipc_flags enum.
clumens committed rPa5deef0b11eb: Refactor: libcrmcommon: Don't use qb_ipcc_sendv_recv in crm_ipc_send. (authored by clumens).
Refactor: libcrmcommon: Don't use qb_ipcc_sendv_recv in crm_ipc_send.
clumens committed rP5a163f3d3cd9: Refactor: libcrmcommon: Remove a TODO and unnecessary block of code. (authored by clumens).
Refactor: libcrmcommon: Remove a TODO and unnecessary block of code.
clumens committed rP3b0e24827213: Refactor: libcrmcommon: Rearrange send/receive code in crm_ipc_send. (authored by clumens).
Refactor: libcrmcommon: Rearrange send/receive code in crm_ipc_send.
clumens committed rP1422d8f46609: Refactor: libcrmcommon: Reduce code duplication in crm_ipc_send. (authored by clumens).
Refactor: libcrmcommon: Reduce code duplication in crm_ipc_send.
clumens committed rPa6e157e60b67: Refactor: libcrmcommon: Rearrange internal_ipc_get_reply. (authored by clumens).
Refactor: libcrmcommon: Rearrange internal_ipc_get_reply.
clumens committed rP527ce24cfea2: Refactor: libcrmcommon: Reduce IPC client receive code duplication. (authored by clumens).
Refactor: libcrmcommon: Reduce IPC client receive code duplication.
GitHub <noreply@github.com> committed rP6ad1da5e7a0d: Merge pull request #3850 from clumens/ipc-prep (authored by nrwahl2).
Merge pull request #3850 from clumens/ipc-prep
Mar 24 2025
Mar 24 2025
nrwahl2 committed rPfb1082e3b8de: Refactor: libcrmcommon: New PCMK__XE_FILE string constant (authored by nrwahl2).
Refactor: libcrmcommon: New PCMK__XE_FILE string constant
nrwahl2 committed rP06329dee92e4: Refactor: fencer: Use PCMK__XA_ST_DEVICE_ACTION where appropriate (authored by nrwahl2).
Refactor: fencer: Use PCMK__XA_ST_DEVICE_ACTION where appropriate
nrwahl2 committed rPa819753ebe3f: Refactor: various: Match elements directly with get_xpath_object() (authored by nrwahl2).
Refactor: various: Match elements directly with get_xpath_object()
nrwahl2 committed rP0884a6053c1f: API: libcrmcommon: Deprecate crm_foreach_xpath_result() (authored by nrwahl2).
API: libcrmcommon: Deprecate crm_foreach_xpath_result()
nrwahl2 committed rP7f1c868e488d: Refactor: libcrmcommon: New pcmk__xpath_foreach_result() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xpath_foreach_result()
nrwahl2 committed rP941eb56715e6: API: libcrmcommon: Deprecate get_xpath_object() (authored by nrwahl2).
API: libcrmcommon: Deprecate get_xpath_object()
nrwahl2 committed rPdcf291e1a2a9: Refactor: libcrmcommon: Drop unused includes from xml.h (authored by nrwahl2).
Refactor: libcrmcommon: Drop unused includes from xml.h
nrwahl2 committed rP328cc2778880: Refactor: libcrmcommon: New pcmk__xpath_find_one() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xpath_find_one()
API: libcrmcommon: Deprecate pcmkXmlStr
nrwahl2 committed rPb80bfa77d0e6: Refactor: libcrmcommon: Drop pcmkXmlStr internally (authored by nrwahl2).
Refactor: libcrmcommon: Drop pcmkXmlStr internally
nrwahl2 committed rP413e601d6259: Refactor: libcrmcommon: Take doc as argument in pcmk__set_xml_doc_flag() (authored by nrwahl2).
Refactor: libcrmcommon: Take doc as argument in pcmk__set_xml_doc_flag()
nrwahl2 committed rP7718289cae9c: Refactor: libcrmcommon: Drop xml_tracking_changes() internally (authored by nrwahl2).
Refactor: libcrmcommon: Drop xml_tracking_changes() internally
nrwahl2 committed rP08bc463bb5a3: API: libcrmcommon: Deprecate xml_tracking_changes() (authored by nrwahl2).
API: libcrmcommon: Deprecate xml_tracking_changes()
nrwahl2 committed rPcdf8a3d2095d: Refactor: libcrmcommon: New pcmk__xml_doc_all_flags_set() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xml_doc_all_flags_set()
nrwahl2 committed rP65d44438a00e: API: libcrmcommon: Deprecate xml_document_dirty() (authored by nrwahl2).
API: libcrmcommon: Deprecate xml_document_dirty()
nrwahl2 committed rP2b1f3c77fa9a: Refactor: libcrmcommon: Drop xml_document_dirty() internally (authored by nrwahl2).
Refactor: libcrmcommon: Drop xml_document_dirty() internally
nrwahl2 committed rP5da49c4f2405: Refactor: libcrmcommon: Drop pcmk__tracking_xml_changes() (authored by nrwahl2).
Refactor: libcrmcommon: Drop pcmk__tracking_xml_changes()
nrwahl2 committed rP162691cd8fc1: Doc: libcrmservice: Classify two Coverity defects as false positives (authored by nrwahl2).
Doc: libcrmservice: Classify two Coverity defects as false positives
nrwahl2 committed rP3aeb50527b1f: Refactor: libcrmcommon: Rename xml_doc_private_t:user to acl_user (authored by nrwahl2).
Refactor: libcrmcommon: Rename xml_doc_private_t:user to acl_user
nrwahl2 committed rP3f0f0561c242: Refactor: libcrmcommon: pcmk__xe_remove_matching_attrs() new force arg (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__xe_remove_matching_attrs() new force arg
GitHub <noreply@github.com> committed rPa6449d00818a: Merge pull request #3851 from nrwahl2/nrwahl2-refactors (authored by nrwahl2).
Merge pull request #3851 from nrwahl2/nrwahl2-refactors
Mar 21 2025
Mar 21 2025
nrwahl2 committed rP651dc0653946: Refactor: various: Drop includes of stddef.h (authored by nrwahl2).
Refactor: various: Drop includes of stddef.h
nrwahl2 committed rPbd4a6cc458d2: Refactor: libcrmcommon: New pcmk__xpath_num_results() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xpath_num_results()
nrwahl2 committed rPf87588f9b0cf: Refactor: libcrmcommon: New pcmk__xpath_search() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xpath_search()
nrwahl2 committed rP628eeab266a9: Refactor: libcrmcommon: Move internal XPath functions to own header (authored by nrwahl2).
Refactor: libcrmcommon: Move internal XPath functions to own header
nrwahl2 committed rP74bbcb2ea135: API: libcrmcommon: Deprecate xpath_search() (authored by nrwahl2).
API: libcrmcommon: Deprecate xpath_search()
nrwahl2 committed rP62e27fe97959: Refactor: libstonithd: Query stonith devices more clearly (authored by nrwahl2).
Refactor: libstonithd: Query stonith devices more clearly
nrwahl2 committed rP5fbfafae51f8: API: libcrmcommon: Deprecate numXpathResults() (authored by nrwahl2).
API: libcrmcommon: Deprecate numXpathResults()
nrwahl2 committed rP89a44762a782: API: libcrmcommon: Deprecate getXpathResult() (authored by nrwahl2).
API: libcrmcommon: Deprecate getXpathResult()
nrwahl2 committed rP96801aab333a: Refactor: libcrmcommon: Make xml_element_type_text() library-private (authored by nrwahl2).
Refactor: libcrmcommon: Make xml_element_type_text() library-private
nrwahl2 committed rP5fe98f4d2506: Fix: libcib: Don't match element based on XPath matching an attribute (authored by nrwahl2).
Fix: libcib: Don't match element based on XPath matching an attribute
nrwahl2 committed rP012f8c5995fb: Refactor: libcrmcommon: New pcmk__xpath_result() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xpath_result()
nrwahl2 committed rP83a9215831e6: Refactor: various: Drop internal calls to freeXpathObject() (authored by nrwahl2).
Refactor: various: Drop internal calls to freeXpathObject()
nrwahl2 committed rPd763119b0967: Refactor: libcrmcommon: Remove level of nesting in pcmk__check_acl() (authored by nrwahl2).
Refactor: libcrmcommon: Remove level of nesting in pcmk__check_acl()
nrwahl2 committed rP3d53058fbfb7: API: libcrmcommon: Deprecate freeXpathObject() (authored by nrwahl2).
API: libcrmcommon: Deprecate freeXpathObject()
nrwahl2 committed rP6cbc19b1a28a: Refactor: libcrmcommon: Limit parent scope in pcmk__check_acl() (authored by nrwahl2).
Refactor: libcrmcommon: Limit parent scope in pcmk__check_acl()
nrwahl2 committed rP8accd1a8013f: Refactor: libcrmcommon: Reduce duplication in pcmk__check_acl() (authored by nrwahl2).
Refactor: libcrmcommon: Reduce duplication in pcmk__check_acl()
nrwahl2 committed rP047efb301ab4: Refactor: libcrmcommon: Improve argument name in pcmk__check_acl() (authored by nrwahl2).
Refactor: libcrmcommon: Improve argument name in pcmk__check_acl()
nrwahl2 committed rP5fde764ca98b: Refactor: libcrmcommon: Limit scope of xpath in pcmk__check_acl() (authored by nrwahl2).
Refactor: libcrmcommon: Limit scope of xpath in pcmk__check_acl()
nrwahl2 committed rPbbb01939d504: Refactor: libcib: Skip dedupXpathResults() when there are no results (authored by nrwahl2).
Refactor: libcib: Skip dedupXpathResults() when there are no results
nrwahl2 committed rP44fc9056e995: Refactor: libcib: Some best practices in cib_process_xpath() (authored by nrwahl2).
Refactor: libcib: Some best practices in cib_process_xpath()
nrwahl2 committed rPdcaf991ce416: Refactor: libcib: Drop dedupXpathResults() internally (authored by nrwahl2).
Refactor: libcib: Drop dedupXpathResults() internally
nrwahl2 committed rP15e7a52a6f53: API: libcrmcommon: Deprecate dedupXpathResults() (authored by nrwahl2).
API: libcrmcommon: Deprecate dedupXpathResults()
nrwahl2 committed rP2917f3756f30: Refactor: libcrmcommon: Ensure pcmk__xpath_num_results returns >= 0 (authored by nrwahl2).
Refactor: libcrmcommon: Ensure pcmk__xpath_num_results returns >= 0
nrwahl2 committed rP3c3eec8d9f4e: Refactor: various: NULL-check pcmk__xpath_result() return value (authored by nrwahl2).
Refactor: various: NULL-check pcmk__xpath_result() return value
GitHub <noreply@github.com> committed rP8e0443587d10: Merge pull request #3843 from nrwahl2/nrwahl2-refactors (authored by clumens).
Merge pull request #3843 from nrwahl2/nrwahl2-refactors
Mar 20 2025
Mar 20 2025
compress: use lzo1x_decompress_safe
GitHub <noreply@github.com> committed rKd4b7286e47ee: Merge pull request #437 from kronosnet/lzo2_safe (authored by fabbione).
Merge pull request #437 from kronosnet/lzo2_safe
compress: use lzo1x_decompress_safe