- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 22 2023
Nov 22 2023
wenningerk committed rP7534cc50aefb: Doc: ChangeLog: update for 2.1.7-rc2 release (authored by kgaillot).
Doc: ChangeLog: update for 2.1.7-rc2 release
wenningerk committed rPa439d6493fe8: Build: rpm: require minimum libxml2 version of 2.6.0 (authored by kgaillot).
Build: rpm: require minimum libxml2 version of 2.6.0
Update expected test output
wenningerk committed rP0c5a32624a5e: Fix: libcrmcommon: Write crm_verify detailed messages to XML (authored by waltdisgrace).
Fix: libcrmcommon: Write crm_verify detailed messages to XML
Add CLI tests for crm_verify
False alarm, stonith-enabled wasn't set to false and there were no stonith devices. Interesting that the resource was started and promoted in the first place though.
Nov 21 2023
Nov 21 2023
clumens committed rP8a9a1ad1ca61: Refactor: daemons: Add a flags enum to pacemakerd. (authored by clumens).
Refactor: daemons: Add a flags enum to pacemakerd.
clumens committed rP45c73041a45b: Refactor: daemons: Add the child_needs_cluster flag to pacemakerd. (authored by clumens).
Refactor: daemons: Add the child_needs_cluster flag to pacemakerd.
clumens committed rP93833adca29d: Refactor: daemons: Add the child_respawn flag to pacemakerd. (authored by clumens).
Refactor: daemons: Add the child_respawn flag to pacemakerd.
clumens committed rP459ca5063aef: Refactor: daemons: Add the child_needs_retry flag to pacemakerd. (authored by clumens).
Refactor: daemons: Add the child_needs_retry flag to pacemakerd.
clumens committed rPe24b1d850cf1: Refactor: daemons: Add the child_active_before_startup flag to pacemakerd. (authored by clumens).
Refactor: daemons: Add the child_active_before_startup flag to pacemakerd.
clumens committed rP98bb0754cc50: Refactor: daemons: Split pacemakerd.h into two header files. (authored by clumens).
Refactor: daemons: Split pacemakerd.h into two header files.
GitHub <noreply@github.com> committed rP183a5a546ab1: Merge pull request #3263 from clumens/pacemakerd-refactor (authored by kgaillot).
Merge pull request #3263 from clumens/pacemakerd-refactor
clumens committed rPc20e1a21fd17: Refactor: libcrmcommon: Improve xml_find_x_0_schema_index. (authored by clumens).
Refactor: libcrmcommon: Improve xml_find_x_0_schema_index.
clumens committed rP05742c0b9e04: Refactor: libcrmcommon: Add a parameter to a couple schema functions. (authored by clumens).
Refactor: libcrmcommon: Add a parameter to a couple schema functions.
clumens committed rP77874695773a: Refactor: libcrmcommon: Rename several schema-related types. (authored by clumens).
Refactor: libcrmcommon: Rename several schema-related types.
clumens committed rP1f48f8318e83: Refactor: libcrmcommon: Make various schema stuff non-static. (authored by clumens).
Refactor: libcrmcommon: Make various schema stuff non-static.
clumens committed rP10957125c084: Test: libcrmcommon: Add unit tests for pcmk__xml_find_x_0_schema_index. (authored by clumens).
Test: libcrmcommon: Add unit tests for pcmk__xml_find_x_0_schema_index.
GitHub <noreply@github.com> committed rPba1c5e94eb4d: Merge pull request #3262 from clumens/schema-list (authored by kgaillot).
Merge pull request #3262 from clumens/schema-list
kgaillot edited projects for T719: Pacemaker fails to compile using libxml-2.12.0, added: Restricted Project, Pacemaker (2.1.7); removed Pacemaker.
nrwahl2 committed rP254d5e5edd54: Doc: sysconfig: Mark PCMK_cib_timeout as deprecated (authored by nrwahl2).
Doc: sysconfig: Mark PCMK_cib_timeout as deprecated
nrwahl2 committed rPc5b9d3a91142: Doc: sysconfig: Document PCMK_node_action_limit (authored by nrwahl2).
Doc: sysconfig: Document PCMK_node_action_limit
nrwahl2 committed rP5559b2b1705e: Refactor: pacemaker_remote: Use true enumeration for PCMK_remote_pid1 (authored by nrwahl2).
Refactor: pacemaker_remote: Use true enumeration for PCMK_remote_pid1
Doc: sysconfig: Document PCMK_cluster_type
Doc: sysconfig: Document PCMK_remote_pid1
nrwahl2 committed rPcd3a6ce6ee56: Doc: pacemakerd: Mark PCMK_shutdown_delay as deprecated (authored by nrwahl2).
Doc: pacemakerd: Mark PCMK_shutdown_delay as deprecated
Doc: sysconfig: Document PCMK_stderr
nrwahl2 committed rP96c39804323e: Doc: sysconfig: Fix defaults for dh_min_bits/dh_max_bits (authored by nrwahl2).
Doc: sysconfig: Fix defaults for dh_min_bits/dh_max_bits
nrwahl2 committed rP45a331bf9eaa: Doc: sysconfig: Use CRM_DAEMON_USER and CRM_DAEMON_GROUP (authored by nrwahl2).
Doc: sysconfig: Use CRM_DAEMON_USER and CRM_DAEMON_GROUP
nrwahl2 committed rP93a703e6d8d0: Doc: Pacemaker Explained: Document sysconfig variables (authored by nrwahl2).
Doc: Pacemaker Explained: Document sysconfig variables
Build: sphinx: Remove trailing backtick
nrwahl2 committed rP4bf6ed8cf7ac: Doc: attrd: PCMK_respawned -> PCMK_ENV_RESPAWNED (authored by nrwahl2).
Doc: attrd: PCMK_respawned -> PCMK_ENV_RESPAWNED
GitHub <noreply@github.com> committed rPa62c14bd4581: Merge pull request #3245 from nrwahl2/nrwahl2-env (authored by kgaillot).
Merge pull request #3245 from nrwahl2/nrwahl2-env
nrwahl2 committed rP2a17e404a93d: Fix: libcrmcommon: Drop deprecated libxml2 symbols (authored by nrwahl2).
Fix: libcrmcommon: Drop deprecated libxml2 symbols
nrwahl2 closed T719: Pacemaker fails to compile using libxml-2.12.0 as Merged by committing rPabf63bd02f8d: Fix: libcrmcommon: Use const for xmlCtxtGetLastError().
nrwahl2 committed rPabf63bd02f8d: Fix: libcrmcommon: Use const for xmlCtxtGetLastError() (authored by nrwahl2).
Fix: libcrmcommon: Use const for xmlCtxtGetLastError()
Doc, build: Set minimum libxml2 version
GitHub <noreply@github.com> committed rP9d1b7390660f: Merge pull request #3265 from nrwahl2/nrwahl2-clbz5530 (authored by nrwahl2).
Merge pull request #3265 from nrwahl2/nrwahl2-clbz5530
oalbrigt committed rRf45f76600a7e: aws-vpc-move-ip/aws-vpc-route53/awseip/awsvip: add auth_type parameter and AWS… (authored by oalbrigt).
aws-vpc-move-ip/aws-vpc-route53/awseip/awsvip: add auth_type parameter and AWS…
GitHub <noreply@github.com> committed rR0a72b4994df5: Merge pull request #1900 from oalbrigt/awsvip-auth_type-policy (authored by oalbrigt).
Merge pull request #1900 from oalbrigt/awsvip-auth_type-policy
oalbrigt committed rR54fa7a59c366: storage_mon: fix file handler out of scope leak and uninitialized values (authored by oalbrigt).
storage_mon: fix file handler out of scope leak and uninitialized values
oalbrigt committed rRb23ba4eaefb5: findif: also check that netmaskbits != EOS (authored by oalbrigt).
findif: also check that netmaskbits != EOS
GitHub <noreply@github.com> committed rRe71da2cc9096: Merge pull request #1902 from oalbrigt/storage_mon-findif-fixes (authored by oalbrigt).
Merge pull request #1902 from oalbrigt/storage_mon-findif-fixes
Nov 20 2023
Nov 20 2023
nrwahl2 raised the priority of T719: Pacemaker fails to compile using libxml-2.12.0 from High to Unbreak Now!.
jfriesse committed rC982ff8d818ec: License: Fix year (mainly to fix rust building) (authored by jfriesse).
License: Fix year (mainly to fix rust building)
GitHub <noreply@github.com> committed rQc7528139dc8a: doxygen2man: Include libxml/parser.h (#494) (authored by chrissie-c).
doxygen2man: Include libxml/parser.h (#494)
Nov 17 2023
Nov 17 2023
nrwahl2 triaged T718: pcmk__readable_interval() unit boundaries are sometimes incorrect as Low priority.
Nov 15 2023
Nov 15 2023
HideoYamauchi committed rPef1939fff1c9: Mid: controld/schedullerd: Change the default value of node-pending-timeout to… (authored by HideoYamauchi).
Mid: controld/schedullerd: Change the default value of node-pending-timeout to…
GitHub <noreply@github.com> committed rPa76f2b5fda47: Merge pull request #3259 from HideoYamauchi/default_0_2.1 (authored by kgaillot).
Merge pull request #3259 from HideoYamauchi/default_0_2.1
clumens committed rP80f8a8e47db6: Refactor: libcrmcommon: validate_with should take a schema as argument. (authored by clumens).
Refactor: libcrmcommon: validate_with should take a schema as argument.
clumens committed rPdc735e1f6b2c: Refactor: libcrmcommon: Remove prototypes for internal functions. (authored by clumens).
Refactor: libcrmcommon: Remove prototypes for internal functions.
clumens committed rP91ef9fac634a: Refactor: libcrmcommon: Break schema freeing out into a function. (authored by clumens).
Refactor: libcrmcommon: Break schema freeing out into a function.
clumens committed rPa7202fdfc880: Refactor: libcrmcommon: Clean up add_schema a bit. (authored by clumens).
Refactor: libcrmcommon: Clean up add_schema a bit.
clumens committed rPd83dedf2d422: Refactor: libcrmcommon: Use pcmk__s in schemas.c where possible. (authored by clumens).
Refactor: libcrmcommon: Use pcmk__s in schemas.c where possible.
clumens committed rP63f3c8337748: Refactor: libcrmcommon: Use a schema variable in update_validation. (authored by clumens).
Refactor: libcrmcommon: Use a schema variable in update_validation.
clumens committed rP5b18e1547cbd: Refactor: libcrmcommon: Use a variable for the next schema, too. (authored by clumens).
Refactor: libcrmcommon: Use a variable for the next schema, too.
clumens committed rPfdf0ee953082: Refactor: libcrmcommon: Add pcmk__dump_known_schemas. (authored by clumens).
Refactor: libcrmcommon: Add pcmk__dump_known_schemas.
clumens committed rPebf344012089: Refactor: libcrmcommon: Store known_schemas as a GList. (authored by clumens).
Refactor: libcrmcommon: Store known_schemas as a GList.
clumens committed rP1841c7df2735: Refactor: libcrmcommon: Get rid of xml_schema_max. (authored by clumens).
Refactor: libcrmcommon: Get rid of xml_schema_max.
clumens committed rPd8dfced9beb5: Refactor: libcrmcommon: Rename xml_minimum_schema_index. (authored by clumens).
Refactor: libcrmcommon: Rename xml_minimum_schema_index.
clumens committed rP153ccf6ba514: Refactor: libcrmcommon: Remove an unnecessary check in validate_xml. (authored by clumens).
Refactor: libcrmcommon: Remove an unnecessary check in validate_xml.
clumens committed rP47994661ff7f: Refactor: libcrmcommon: Change how schema upgrade versions are handled (authored by clumens).
Refactor: libcrmcommon: Change how schema upgrade versions are handled
clumens committed rP4440771dc804: Refactor: libcrmcommon: Get rid of after_transform. (authored by clumens).
Refactor: libcrmcommon: Get rid of after_transform.
clumens committed rPcd67fdd53e6c: Refactor: libcrmcommon: Remove unnecessary schema code. (authored by clumens).
Refactor: libcrmcommon: Remove unnecessary schema code.
GitHub <noreply@github.com> committed rP1fd1ffbf6019: Merge pull request #3247 from clumens/schemas-glib (authored by kgaillot).
Merge pull request #3247 from clumens/schemas-glib
Add 3.1.8 release
GitHub <noreply@github.com> committed rQa3201f55faee: tests: Fix shebang on ipc_sock_test (#493) (authored by chrissie-c).
tests: Fix shebang on ipc_sock_test (#493)
GitHub <noreply@github.com> committed rQ9297df4e48c4: Change assert in ringbuffer to a return code (#492) (authored by chrissie-c).
Change assert in ringbuffer to a return code (#492)
Nov 8 2023
Nov 8 2023
HideoYamauchi committed rP192e16f7d153: Mid: controld: Adding default value for node-pending-timeout. (authored by HideoYamauchi).
Mid: controld: Adding default value for node-pending-timeout.
HideoYamauchi committed rP6bbd63ea67c2: Mid: controld: Adding cts/cts-cli execution results. (authored by HideoYamauchi).
Mid: controld: Adding cts/cts-cli execution results.
xin liang <xliang@suse.com> committed rP78112879fe78: Doc: Pacemaker Administration: Modify the section 'Quick Comparison of pcs and… (authored by xin liang <xliang@suse.com>).
Doc: Pacemaker Administration: Modify the section 'Quick Comparison of pcs and…
xin liang <xliang@suse.com> committed rP6bd8e489b5b8: Doc: Pacemaker Administration: Modify the section 'Quick Comparison of pcs and… (authored by xin liang <xliang@suse.com>).
Doc: Pacemaker Administration: Modify the section 'Quick Comparison of pcs and…
GitHub <noreply@github.com> committed rP4fe68b1d109d: Merge pull request #3257 from liangxin1300/20231101_doc_pcs_crmsh_2.1 (authored by kgaillot).
Merge pull request #3257 from liangxin1300/20231101_doc_pcs_crmsh_2.1
GitHub <noreply@github.com> committed rPdceae00d46d8: Merge pull request #3254 from HideoYamauchi/node-pending-2.1 (authored by kgaillot).
Merge pull request #3254 from HideoYamauchi/node-pending-2.1
Nov 6 2023
Nov 6 2023
jfriesse committed rC40e08b219de9: Handling integer overflow issues (authored by Machiry Aravind Kumar <makrvcs@gmail.com>).
Handling integer overflow issues
Nov 2 2023
Nov 2 2023
Valentin Vidic <vvidic@valentin-vidic.from.hr> committed rR1d1481aa6d84: exportfs: remove test for "fsid=" parameter (authored by Valentin Vidic <vvidic@debian.org>).
exportfs: remove test for "fsid=" parameter
GitHub <noreply@github.com> committed rRae50f94f4057: Merge pull request #1897 from vvidic/fsid-optional (authored by oalbrigt).
Merge pull request #1897 from vvidic/fsid-optional
Valentin Vidic <vvidic@valentin-vidic.from.hr> committed rRe4f84ae185b6: findif.sh: fix loopback handling (authored by Valentin Vidic <vvidic@valentin-vidic.from.hr>).
findif.sh: fix loopback handling
GitHub <noreply@github.com> committed rR95cf8c42a603: Merge pull request #1898 from vvidic/findif-loopback (authored by oalbrigt).
Merge pull request #1898 from vvidic/findif-loopback
Nov 1 2023
Nov 1 2023
kgaillot renamed Update Resource Agent For OCF 1.1 from Update Resource Agent For Ocf 1.1 to Update Resource Agent For OCF 1.1.
waltdisgrace committed rP2aa8a9e2ee0b: Fix: libcrmcommon: Write crm_verify detailed messages to XML (authored by waltdisgrace).
Fix: libcrmcommon: Write crm_verify detailed messages to XML
Add CLI tests for crm_verify
Update expected test output
GitHub <noreply@github.com> committed rP9acd24da4771: Merge pull request #3193 from waltdisgrace/t591 (authored by kgaillot).
Merge pull request #3193 from waltdisgrace/t591
Nov 1 2023, 10:39 AM · Restricted Project
oalbrigt committed rPd253cdf5d7ec: Refactor: crm_resource: make --wait wait for pending actions in CIB (authored by oalbrigt).
Refactor: crm_resource: make --wait wait for pending actions in CIB
GitHub <noreply@github.com> committed rP91f231d0485f: Merge pull request #3256 from oalbrigt/crm_resource-wait-for-pending-actions (authored by kgaillot).
Merge pull request #3256 from oalbrigt/crm_resource-wait-for-pending-actions
Oct 31 2023
Oct 31 2023
Oct 31 2023, 7:08 PM · Restricted Project
Oct 31 2023, 6:53 PM · Restricted Project