Page MenuHomeClusterLabs Projects
Feed All Stories

Aug 20 2024

nrwahl2 committed rP8a54faaeeb59: Test: cts-schemas: Add test for resolving id-refs (authored by nrwahl2).
Test: cts-schemas: Add test for resolving id-refs
Aug 20 2024, 3:46 PM
GitHub <noreply@github.com> committed rPabea17d02782: Merge pull request #3616 from nrwahl2/nrwahl2-xsl_transform4 (authored by kgaillot).
Merge pull request #3616 from nrwahl2/nrwahl2-xsl_transform4
Aug 20 2024, 3:46 PM
kgaillot added a comment to T855: Make most remote reads asynchronous.

Currently lrmd_remote_client_msg() calls pcmk__read_remote_message(), which loops over read_available_remote_data() up to the timeout.

Aug 20 2024, 3:43 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot added a comment to T855: Make most remote reads asynchronous.
In T855#13286, @clumens wrote:

My first thought here is to start by converting pcmk__remote_ready to be an async function that checks the remote to see if it's ready once and sends a result up to the mainloop. However, one caller of this function is lrmd_poll, which we do not use anywhere but I assume is public API. Do we need to continue keeping it (and lrmd_dispatch) around? If so, we might need sync and async versions of this function.

Aug 20 2024, 3:03 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
clumens committed rPca63ce26e052: Build: configure: Rename PCMK_RUN_DIR to PCMK__RUN_DIR. (authored by clumens).
Build: configure: Rename PCMK_RUN_DIR to PCMK__RUN_DIR.
Aug 20 2024, 2:26 PM
clumens committed rP5378a354dd27: Build: configure: Rename PCMK_GNUTLS_PRIORITIES to PCMK__GNUTLS_PRIORITIES (authored by clumens).
Build: configure: Rename PCMK_GNUTLS_PRIORITIES to PCMK__GNUTLS_PRIORITIES
Aug 20 2024, 2:26 PM
clumens committed rPf04b9a7522c7: Build: configure: Drop SUPPORT_PROFILING. (authored by clumens).
Build: configure: Drop SUPPORT_PROFILING.
Aug 20 2024, 2:26 PM
clumens committed rPfabd0a432b8a: Build: configure: Rename CRM_PACEMAKER_DIR to PCMK__PERSISTENT_DATA_DIR. (authored by clumens).
Build: configure: Rename CRM_PACEMAKER_DIR to PCMK__PERSISTENT_DATA_DIR.
Aug 20 2024, 2:26 PM
clumens committed rPa7d8a863a3c7: API: libcrmcommon: Add PCMK_SCHEMA_DIR defined constant. (authored by clumens).
API: libcrmcommon: Add PCMK_SCHEMA_DIR defined constant.
Aug 20 2024, 2:26 PM
clumens committed rP2e96899c1536: Build: configure: Rename VALGRIND_BIN to PCMK__VALGRIND_EXEC. (authored by clumens).
Build: configure: Rename VALGRIND_BIN to PCMK__VALGRIND_EXEC.
Aug 20 2024, 2:26 PM
clumens committed rP3d595ad2730c: Build: configure: Rename OCF_RA_PATH to PCMK__OCF_RA_PATH. (authored by clumens).
Build: configure: Rename OCF_RA_PATH to PCMK__OCF_RA_PATH.
Aug 20 2024, 2:26 PM
clumens committed rP319cbbb6e1e8: Build: configure: Rename LRM_CIBSECRETS_DIR to PCMK__CIB_SECRETS_DIR. (authored by clumens).
Build: configure: Rename LRM_CIBSECRETS_DIR to PCMK__CIB_SECRETS_DIR.
Aug 20 2024, 2:26 PM
clumens committed rPbb692d081458: API: libcrmcommon: Deprecate CRM_SCHEMA_DIRECTORY defined constant. (authored by clumens).
API: libcrmcommon: Deprecate CRM_SCHEMA_DIRECTORY defined constant.
Aug 20 2024, 2:26 PM
clumens committed rP62a8be4beebe: Build: configure: Rename CRM_RSCTMP_DIR to PCMK__OCF_TMP_DIR. (authored by clumens).
Build: configure: Rename CRM_RSCTMP_DIR to PCMK__OCF_TMP_DIR.
Aug 20 2024, 2:26 PM
clumens committed rP649e3f02f0b6: Build: configure: Rename SUPPORT_CIBSECRETS to PCMK__ENABLE_CIBSECRETS. (authored by clumens).
Build: configure: Rename SUPPORT_CIBSECRETS to PCMK__ENABLE_CIBSECRETS.
Aug 20 2024, 2:26 PM
clumens committed rP92bc95a4ceb5: API: libcrmcommon: Deprecate PE_STATE_DIR defined constant. (authored by clumens).
API: libcrmcommon: Deprecate PE_STATE_DIR defined constant.
Aug 20 2024, 2:26 PM
clumens committed rP30312861d926: API: libcrmcommon: Add PCMK_SCHEDULER_INPUT_DIR defined constant. (authored by clumens).
API: libcrmcommon: Add PCMK_SCHEDULER_INPUT_DIR defined constant.
Aug 20 2024, 2:26 PM
clumens committed rPf29b64ed47c9: API: libcrmcommon: Add PCMK_OCF_ROOT defined constant. (authored by clumens).
API: libcrmcommon: Add PCMK_OCF_ROOT defined constant.
Aug 20 2024, 2:26 PM
GitHub <noreply@github.com> committed rPbb755cbcd35a: Merge pull request #3618 from clumens/config-naming (authored by kgaillot).
Merge pull request #3618 from clumens/config-naming
Aug 20 2024, 2:26 PM
clumens committed rP4a252d203c77: API: libcrmcommon: Deprecate OCF_ROOT_DIR defined constant. (authored by clumens).
API: libcrmcommon: Deprecate OCF_ROOT_DIR defined constant.
Aug 20 2024, 2:26 PM
clumens added a comment to T837: Use glib logging domain.

This disables glib aborting after an error message.

Aug 20 2024, 10:45 AM · Restricted Project, Restricted Project, Restricted Project
kgaillot added a comment to T837: Use glib logging domain.
In T837#13290, @clumens wrote:
g_log_set_always_fatal((GLogLevelFlags) 0); /*value out of range */
Aug 20 2024, 10:36 AM · Restricted Project, Restricted Project, Restricted Project
GitHub <noreply@github.com> committed rPec1fa59b85b9: Merge pull request #3615 from clumens/crmadmin-schema-2.1 (authored by kgaillot).
Merge pull request #3615 from clumens/crmadmin-schema-2.1
Aug 20 2024, 10:17 AM
kgaillot committed rP51a347058d20: Doc: uploads: change default upload host (authored by kgaillot).
Doc: uploads: change default upload host
Aug 20 2024, 10:17 AM
GitHub <noreply@github.com> committed rP153855148196: Merge pull request #3612 from kgaillot/backport (authored by kgaillot).
Merge pull request #3612 from kgaillot/backport
Aug 20 2024, 10:17 AM
clumens committed rP09472cc59808: Low: schemas: Add additional node types to the crmadmin schema. (authored by clumens).
Low: schemas: Add additional node types to the crmadmin schema.
Aug 20 2024, 10:17 AM
kgaillot committed rPc3521319992b: Doc: uploads: don't preserve file modification times (authored by kgaillot).
Doc: uploads: don't preserve file modification times
Aug 20 2024, 10:17 AM
kgaillot committed rP3050f56d9de3: Doc: tools: fix crm_rule man page section division (authored by kgaillot).
Doc: tools: fix crm_rule man page section division
Aug 20 2024, 10:17 AM
kgaillot committed rP1a884af7b1a4: Doc: man: find man pages more carefully (authored by kgaillot).
Doc: man: find man pages more carefully
Aug 20 2024, 10:17 AM
kgaillot committed rPa9d1b50ff73a: Doc: Pacemaker Administration: correct syntax (authored by kgaillot).
Doc: Pacemaker Administration: correct syntax
Aug 20 2024, 10:17 AM
GitHub <noreply@github.com> committed rPd4cd745cee09: Merge pull request #3608 from kgaillot/backport (authored by kgaillot).
Merge pull request #3608 from kgaillot/backport
Aug 20 2024, 10:17 AM
kgaillot committed rP78e350275174: Log: pacemaker-based: client name can be NULL (authored by kgaillot).
Log: pacemaker-based: client name can be NULL
Aug 20 2024, 10:17 AM
kgaillot committed rP300dbeb2d6e3: Refactor: libcib: drop op_common() (authored by kgaillot).
Refactor: libcib: drop op_common()
Aug 20 2024, 10:17 AM
kgaillot committed rP84e931b7e2f0: Refactor: libpacemaker: de-inline pcmk__colocation_has_influence() (authored by kgaillot).
Refactor: libpacemaker: de-inline pcmk__colocation_has_influence()
Aug 20 2024, 10:17 AM
kgaillot committed rP5dfcd9ebe476: Test: cts-scheduler: update expected graph outputs for transition number change (authored by kgaillot).
Test: cts-scheduler: update expected graph outputs for transition number change
Aug 20 2024, 10:17 AM
kgaillot committed rP3546faab5896: Refactor: scheduler,tools: check resource flag to determine fence device (authored by kgaillot).
Refactor: scheduler,tools: check resource flag to determine fence device
Aug 20 2024, 10:17 AM
kgaillot committed rP1246f8d355d8: Log: various: ensure there are spaces around CRM_XS (authored by kgaillot).
Log: various: ensure there are spaces around CRM_XS
Aug 20 2024, 10:17 AM
kgaillot committed rP74041dd735a8: Low: controller,libpacemaker: transition graph IDs should be positive (authored by kgaillot).
Low: controller,libpacemaker: transition graph IDs should be positive
Aug 20 2024, 10:17 AM
clumens committed rP00654e788a1b: Low: CTS: Fix the regex for handling --xml-file=. (authored by clumens).
Low: CTS: Fix the regex for handling --xml-file=.
Aug 20 2024, 10:17 AM
GitHub <noreply@github.com> committed rPc25ada1c311e: Merge pull request #3617 from clumens/more-cts-cli (authored by kgaillot).
Merge pull request #3617 from clumens/more-cts-cli
Aug 20 2024, 10:17 AM
GitHub <noreply@github.com> committed rP6a43d60bf474: Merge pull request #3566 from nrwahl2/nrwahl2-xsl_transform2 (authored by kgaillot).
Merge pull request #3566 from nrwahl2/nrwahl2-xsl_transform2
Aug 20 2024, 10:17 AM
clumens committed rPb6e010229a4b: Low: python: Pass self.verbose to the validate function. (authored by clumens).
Low: python: Pass self.verbose to the validate function.
Aug 20 2024, 10:17 AM
nrwahl2 committed rPca93b4b19309: Feature: xml: Allow previously disallowed primitive meta-attributes (authored by nrwahl2).
Feature: xml: Allow previously disallowed primitive meta-attributes
Aug 20 2024, 10:17 AM
nrwahl2 committed rP49ef9ec929c1: Feature: xml: Allow previously disallowed cluster properties (authored by nrwahl2).
Feature: xml: Allow previously disallowed cluster properties
Aug 20 2024, 10:17 AM
clumens committed rPea1f4f2270c5: Low: CTS: Save updated output before diffing. (authored by clumens).
Low: CTS: Save updated output before diffing.
Aug 20 2024, 10:17 AM
nrwahl2 committed rP953c2afac629: Refactor: xml: New upgrade-3.10-0.xsl XSLT stylesheet (authored by nrwahl2).
Refactor: xml: New upgrade-3.10-0.xsl XSLT stylesheet
Aug 20 2024, 10:17 AM
nrwahl2 committed rP2a8766c3bab3: Test: cts-cli: Update upgrade and validity outputs for 4.0 (authored by nrwahl2).
Test: cts-cli: Update upgrade and validity outputs for 4.0
Aug 20 2024, 10:17 AM
nrwahl2 committed rPb3ec13b1c61f: Feature: xml: Allow previously disallowed "required" op meta-attribute (authored by nrwahl2).
Feature: xml: Allow previously disallowed "required" op meta-attribute
Aug 20 2024, 10:17 AM
nrwahl2 committed rPe626c15a8c2e: Test: cts-schemas: Fix cleanup of .up and .up.err files (authored by nrwahl2).
Test: cts-schemas: Fix cleanup of .up and .up.err files
Aug 20 2024, 10:17 AM
nrwahl2 committed rP70c4c9b18b62: Low: xml: Copy schemas in preparation for changes (authored by nrwahl2).
Low: xml: Copy schemas in preparation for changes
Aug 20 2024, 10:17 AM
nrwahl2 committed rPfae54b68a8b1: Refactor: cts-schemas: Use local variables (authored by nrwahl2).
Refactor: cts-schemas: Use local variables
Aug 20 2024, 10:17 AM
GitHub <noreply@github.com> committed rP62bc93500921: Merge pull request #3611 from kgaillot/compat (authored by kgaillot).
Merge pull request #3611 from kgaillot/compat
Aug 20 2024, 10:17 AM
nrwahl2 committed rPe97409dcdfba: Test: cts-cli: Update cibadmin digest for pacemaker-4.0 (authored by nrwahl2).
Test: cts-cli: Update cibadmin digest for pacemaker-4.0
Aug 20 2024, 10:17 AM
kgaillot committed rPde99b4812fe4: Fix: scheduler: ignore ticket constraints with invalid roles (authored by kgaillot).
Fix: scheduler: ignore ticket constraints with invalid roles
Aug 20 2024, 10:17 AM
kgaillot committed rP7ac1691586e7: Low: Pacemaker Remote: drop "short fuse" shutdown timer (authored by kgaillot).
Low: Pacemaker Remote: drop "short fuse" shutdown timer
Aug 20 2024, 10:17 AM
kgaillot committed rPf8c0f70d2b2a: Fix: scheduler: ignore colocation constraints with invalid roles (authored by kgaillot).
Fix: scheduler: ignore colocation constraints with invalid roles
Aug 20 2024, 10:17 AM
kgaillot committed rP92502a434c70: Test: libcrmcommon: add more unit tests for pcmk__evaluate_attr_expression() (authored by kgaillot).
Test: libcrmcommon: add more unit tests for pcmk__evaluate_attr_expression()
Aug 20 2024, 10:17 AM
kgaillot committed rPfd79013b7c13: Fix: scheduler: ignore invalid location constraints (authored by kgaillot).
Fix: scheduler: ignore invalid location constraints
Aug 20 2024, 10:17 AM
kgaillot committed rP2db1524240d2: API: libcrmcommon: add PCMK_VALUE_OFF string constant (authored by kgaillot).
API: libcrmcommon: add PCMK_VALUE_OFF string constant
Aug 20 2024, 10:17 AM
kgaillot committed rP81f0041e5ee5: API: libcrmcommon: add PCMK_VALUE_CRASH string constant (authored by kgaillot).
API: libcrmcommon: add PCMK_VALUE_CRASH string constant
Aug 20 2024, 10:17 AM
kgaillot committed rPcef692236883: Fix: libcrmcommon: compare empty strings correctly in attribute expressions (authored by kgaillot).
Fix: libcrmcommon: compare empty strings correctly in attribute expressions
Aug 20 2024, 10:17 AM
kgaillot committed rP7f062f4da285: Test: libcrmcommon: use correct test input XML (authored by kgaillot).
Test: libcrmcommon: use correct test input XML
Aug 20 2024, 10:17 AM
kgaillot committed rP807dbc44b35f: API: libcrmcommon: add PCMK_VALUE_REBOOT string constant (authored by kgaillot).
API: libcrmcommon: add PCMK_VALUE_REBOOT string constant
Aug 20 2024, 10:17 AM
kgaillot committed rP3ab1eb9263b7: Refactor: libcrmcommon: best practices for sysrq_trigger() (authored by kgaillot).
Refactor: libcrmcommon: best practices for sysrq_trigger()
Aug 20 2024, 10:17 AM
kgaillot committed rP32eb824da802: Refactor: libcrmcommon: best practices for panic_local() (authored by kgaillot).
Refactor: libcrmcommon: best practices for panic_local()
Aug 20 2024, 10:17 AM
kgaillot committed rP7ebaa9a6fc9b: Feature: sysconfig: interpret PCMK_panic_action more strictly (authored by kgaillot).
Feature: sysconfig: interpret PCMK_panic_action more strictly
Aug 20 2024, 10:17 AM
kgaillot committed rPf66e08174fff: Build: rpm: require rpm 4.14.0 or later (authored by kgaillot).
Build: rpm: require rpm 4.14.0 or later
Aug 20 2024, 10:17 AM
kgaillot committed rPa4939bd91c4b: Refactor: libcrmcommon: functionize non-root panic (authored by kgaillot).
Refactor: libcrmcommon: functionize non-root panic
Aug 20 2024, 10:17 AM
GitHub <noreply@github.com> committed rPb6b2bc9d3fcd: Merge pull request #3571 from clumens/cts-cli (authored by kgaillot).
Merge pull request #3571 from clumens/cts-cli
Aug 20 2024, 10:17 AM
kgaillot committed rP39c32775cbc9: Doc: pacemaker-based: correct compatibility comment (authored by kgaillot).
Doc: pacemaker-based: correct compatibility comment
Aug 20 2024, 10:17 AM
clumens committed rPc6fc93867f1e: Refactor: CTS: Move several tests into a new cibadmin regression test. (authored by clumens).
Refactor: CTS: Move several tests into a new cibadmin regression test.
Aug 20 2024, 10:17 AM
clumens committed rP460631dc0ceb: Refactor: CTS: Add the crm_shadow regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the crm_shadow regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens closed Restricted Maniphest Task, a subtask of T846: Move cts-cli validity and upgrade tests to cts-schemas, as Merged.
Aug 20 2024, 10:17 AM · Restricted Project, Restricted Project
clumens committed rPcd501f1d3d06: Refactor: CTS: Improve regexes in cts-cli. (authored by clumens).
Refactor: CTS: Improve regexes in cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rPed0853804e1a: Refactor: CTS: Add a format class to deal with singular vs. plural (authored by clumens).
Refactor: CTS: Add a format class to deal with singular vs. plural
Aug 20 2024, 10:17 AM
clumens committed rP8e0851cb91bf: Build: rpm: Require python3-psutil for running tests. (authored by clumens).
Build: rpm: Require python3-psutil for running tests.
Aug 20 2024, 10:17 AM
clumens committed rP671fd2c57a7b: Refactor: CTS: Add an AclTest class. (authored by clumens).
Refactor: CTS: Add an AclTest class.
Aug 20 2024, 10:17 AM
clumens committed rPcb2fed98fd57: Refactor: CTS: Add additional crm_attribute tests. (authored by clumens).
Refactor: CTS: Add additional crm_attribute tests.
Aug 20 2024, 10:17 AM
clumens committed rPbf04eac2754a: Refactor: CTS: Add the validity regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the validity regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rP05f0d4c19a71: Refactor: CTS: Add the ACL regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the ACL regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rPcd98d9cfc1d6: Refactor: CTS: Split crm_ticket test out of tools. (authored by clumens).
Refactor: CTS: Split crm_ticket test out of tools.
Aug 20 2024, 10:17 AM
clumens committed rP1e397cca963a: Refactor: CTS: Add additional crm_resource tests. (authored by clumens).
Refactor: CTS: Add additional crm_resource tests.
Aug 20 2024, 10:17 AM
clumens committed rPe22060fcbdb6: Refactor: CTS: Split crm_resource test out of tools. (authored by clumens).
Refactor: CTS: Split crm_resource test out of tools.
Aug 20 2024, 10:17 AM
clumens committed rP418f37c47b60: Refactor: CTS: Split crm_attribute test out of tools. (authored by clumens).
Refactor: CTS: Split crm_attribute test out of tools.
Aug 20 2024, 10:17 AM
clumens committed rPaaf478846dd6: Refactor: CTS: Split crmadmin tests out of tools. (authored by clumens).
Refactor: CTS: Split crmadmin tests out of tools.
Aug 20 2024, 10:17 AM
clumens committed rP594f0ec95959: Refactor: CTS: Split crm_standby test out of tools. (authored by clumens).
Refactor: CTS: Split crm_standby test out of tools.
Aug 20 2024, 10:17 AM
clumens committed rP7e64e001e890: Refactor: CTS: Add the error code regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the error code regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rP17fd3ffa2b47: Refactor: CTS: Add the upgrade regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the upgrade regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rPa60b7579656f: Refactor: CTS: Add the agent regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the agent regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rP28921b9996c6: Refactor: CTS: Split crm_verify tests out of tools. (authored by clumens).
Refactor: CTS: Split crm_verify tests out of tools.
Aug 20 2024, 10:17 AM
clumens committed rP0bdbbaad02ae: Refactor: CTS: Add the ACL rendering regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the ACL rendering regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rPd6ccd15211ef: Refactor: CTS: Add the rule regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the rule regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rPde99518f2161: Refactor: CTS: Add the crm_mon regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the crm_mon regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rP4a97279f44ea: Refactor: CTS: Add make_test_group. (authored by clumens).
Refactor: CTS: Add make_test_group.
Aug 20 2024, 10:17 AM
clumens committed rPb935a8ef0d2a: Refactor: CTS: Add the feature set regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the feature set regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rPb069ddf9dfb5: Refactor: CTS: Add the iso8601 date regression tests back to cts-cli. (authored by clumens).
Refactor: CTS: Add the iso8601 date regression tests back to cts-cli.
Aug 20 2024, 10:17 AM
clumens committed rP6ff4f674ebbd: Refactor: CTS: Add a TestGroup class. (authored by clumens).
Refactor: CTS: Add a TestGroup class.
Aug 20 2024, 10:17 AM
clumens committed rPe23398bafff8: Refactor: CTS: Add a function for copying an existing CIB file. (authored by clumens).
Refactor: CTS: Add a function for copying an existing CIB file.
Aug 20 2024, 10:17 AM
clumens committed rPe294f126f056: Refactor: CTS: Add support for setup/teardown functions to TestGroups. (authored by clumens).
Refactor: CTS: Add support for setup/teardown functions to TestGroups.
Aug 20 2024, 10:17 AM
clumens committed rP8a37f06a48d6: Refactor: CTS: Add a ValidatingTest class. (authored by clumens).
Refactor: CTS: Add a ValidatingTest class.
Aug 20 2024, 10:17 AM