- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Mon, Oct 28
Mon, Oct 28
clumens closed T886: Finish public libpacemaker API for stonith_admin as Merged by committing rP545d75b52131: API: libpacemaker: Remove the stonith_t arg from pcmk_fence_validate..
Mon, Oct 28, 10:08 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
clumens committed rP545d75b52131: API: libpacemaker: Remove the stonith_t arg from pcmk_fence_validate. (authored by clumens).
API: libpacemaker: Remove the stonith_t arg from pcmk_fence_validate.
GitHub <noreply@github.com> committed rP102cdfa2e056: Merge pull request #3704 from clumens/public-libpacemaker (authored by kgaillot).
Merge pull request #3704 from clumens/public-libpacemaker
GitHub <noreply@github.com> committed rR56e4e38e6f80: Merge pull request #1988 from HappyTobi/filesystem-azfns (authored by oalbrigt).
Merge pull request #1988 from HappyTobi/filesystem-azfns
Tobias Schug <happytobi@tscoding.de> committed rR3bffa541f7bf: Add azure aznfs filesystem support (authored by Tobias Schug <happytobi@tscoding.de>).
Add azure aznfs filesystem support
Thu, Oct 24
Thu, Oct 24
kgaillot added a comment to T749: Validate stonith-watchdog-timeout appropriately and default to 0 on invalid values.
T904 is now planned instead of this
kgaillot closed T749: Validate stonith-watchdog-timeout appropriately and default to 0 on invalid values, a subtask of T812: Improve validation of options, as Wontfix.
kgaillot added a project to T876: Use AC_SEARCH_LIBS instead of AC_CHECK_LIB in configure.ac: Restricted Project.
clumens committed rP60cc1fdec5d6: Build: configure: Use AC_SEARCH_LIBS for basic libraries. (authored by clumens).
Build: configure: Use AC_SEARCH_LIBS for basic libraries.
clumens committed rP91d9de7bf85c: Build: configure: Use REQUIRE_FUNC for sched_{get,set}scheduler. (authored by clumens).
Build: configure: Use REQUIRE_FUNC for sched_{get,set}scheduler.
clumens committed rP0f75163ac3c5: Build: configure: Use AC_SEARCH_LIBS for pam. (authored by clumens).
Build: configure: Use AC_SEARCH_LIBS for pam.
Build: configure: Rework curses detection.
clumens committed rPe8cf83d2bada: Build: configure: Use AC_SEARCH_LIBS for pils/plumb (authored by clumens).
Build: configure: Use AC_SEARCH_LIBS for pils/plumb
GitHub <noreply@github.com> committed rP2cf7c7957195: Merge pull request #3694 from clumens/ac_search_libs (authored by kgaillot).
Merge pull request #3694 from clumens/ac_search_libs
Wed, Oct 23
Wed, Oct 23
The original intent was that this would be used with tools that call resource agents. An example use case would be crm_resource --show-metadata; if an agent supports text output to show metadata in a human-friendly fashion, crm_resource could show metadata in text or xml as requested.
Wed, Oct 23, 6:42 PM · Restricted Project
kgaillot lowered the priority of T810: Drop support for disabling schema validation from Normal to Wishlist.
kgaillot added a project to T818: Add libcrmcluster to doxygen-generated HTML docs: Restricted Project.
jfriesse committed rC55a6f657f431: totem: Use proper timestamp type for token warning (authored by jfriesse).
totem: Use proper timestamp type for token warning
jfriesse committed rC749f1cb9a501: totem: Use uint64_t type and QB_TIME_NS_IN_MSEC (authored by jfriesse).
totem: Use uint64_t type and QB_TIME_NS_IN_MSEC
jfriesse committed rC37858299358c: stats: Store token rx and tx timestamps as 64-bit (authored by jfriesse).
stats: Store token rx and tx timestamps as 64-bit
nrwahl2 triaged T902: crm_resource --force-check fails for clones due to bad OCF_RESOURCE_INSTANCE as Normal priority.
oalbrigt committed rRaf95b6dfd267: powervs-subnet: dont require api_type as it has a default value (authored by oalbrigt).
powervs-subnet: dont require api_type as it has a default value
GitHub <noreply@github.com> committed rR7f1dc06b9849: Merge pull request #1987 from oalbrigt/powervs-subnet-api_type-not-required (authored by oalbrigt).
Merge pull request #1987 from oalbrigt/powervs-subnet-api_type-not-required
Tue, Oct 22
Tue, Oct 22
clumens committed rP7a459152401f: Refactor: liblrmd: Move notify triggers into their own handler. (authored by clumens).
Refactor: liblrmd: Move notify triggers into their own handler.
clumens committed rP4b5cc8b4f2cf: Refactor: liblrmd: Fix lrmd_tls_dispatch return values. (authored by clumens).
Refactor: liblrmd: Fix lrmd_tls_dispatch return values.
clumens committed rP9e93ae47f8a9: Refactor: libcrmcommon: Simplify pcmk__read_available_remote_data. (authored by clumens).
Refactor: libcrmcommon: Simplify pcmk__read_available_remote_data.
GitHub <noreply@github.com> committed rPaaa422533a81: Merge pull request #3707 from clumens/more-async-prep (authored by kgaillot).
Merge pull request #3707 from clumens/more-async-prep
kgaillot triaged T901: Use asynchronous communication for liblrmd commands with replies as Low priority.
Mon, Oct 21
Mon, Oct 21
In T882#14340, @waltdisgrace wrote:The output of crm_verify with /usr/share/pacemaker/upgrade-1.3-0.xsl moved to /tmp appears to contain suitable error messages. So did that part of this bug get fixed?
[root@pcmk-1 ~]# crm_verify -x $CIB_file Relax-NG validity error : Extra element acls in interleave Entity: line 16: element acls: Relax-NG validity error : Element configuration failed to validate content Cannot upgrade configuration (claiming pacemaker-1.3 schema) to at least pacemaker-3.0 because it would not upgrade past pacemaker-1.3 The cluster will NOT be able to use this configuration. Please manually update the configuration to conform to the pacemaker-3.10 syntax. Errors found during check: config not valid -V may provide more details
The output of crm_verify with /usr/share/pacemaker/upgrade-1.3-0.xsl moved to /tmp appears to contain suitable error messages. So did that part of this bug get fixed?
kgaillot committed rP6b4911ec2bc0: Refactor: libcrmcommon: drop unused warn-once values (authored by kgaillot).
Refactor: libcrmcommon: drop unused warn-once values
kgaillot committed rP6506ef0777a6: Feature: CIB: deprecate record-pending operation option (authored by kgaillot).
Feature: CIB: deprecate record-pending operation option
GitHub <noreply@github.com> committed rP7e5061a7e8a2: Merge pull request #3706 from kgaillot/compat (authored by kgaillot).
Merge pull request #3706 from kgaillot/compat
kgaillot committed rP40d69ff42414: Doc: ChangeLog: update for 2.1.9-rc3 release (authored by kgaillot).
Doc: ChangeLog: update for 2.1.9-rc3 release
kgaillot committed rP9170a9e59915: Build: common.mk: drop libltdl from default includes (authored by kgaillot).
Build: common.mk: drop libltdl from default includes
kgaillot committed rPda3bc2da1b5e: Low: agents: use configured run directory in attribute agent (authored by kgaillot).
Low: agents: use configured run directory in attribute agent
kgaillot committed rPe9b6c8654f37: Doc: agents: use RESOURCENAME in attribute agent metadata (authored by kgaillot).
Doc: agents: use RESOURCENAME in attribute agent metadata
kgaillot committed rPea64336db173: Low: agents: always allow attribute agent to show metadata (authored by kgaillot).
Low: agents: always allow attribute agent to show metadata
kgaillot committed rP05cc9aaa55f1: Refactor: pacemaked: use NULL for pointer comparison (authored by kgaillot).
Refactor: pacemaked: use NULL for pointer comparison
kgaillot committed rPe496779ee1a9: Low: libcrmcommon: any negative interval is an error (authored by kgaillot).
Low: libcrmcommon: any negative interval is an error
kgaillot committed rP8786f438caa4: Doc: Pacemaker Explained: correct typo in standard name (authored by kgaillot).
Doc: Pacemaker Explained: correct typo in standard name
kgaillot committed rP6506a0bff33e: Fix: tools: restore crmadmin default timeout to 30 seconds (authored by kgaillot).
Fix: tools: restore crmadmin default timeout to 30 seconds
GitHub <noreply@github.com> committed rP83c55bd40605: Merge pull request #3703 from kgaillot/backport (authored by kgaillot).
Merge pull request #3703 from kgaillot/backport
Fri, Oct 18
Fri, Oct 18
clumens changed the status of T886: Finish public libpacemaker API for stonith_admin from Open to WIP.
Fri, Oct 18, 12:02 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
Thu, Oct 17
Thu, Oct 17
Aleksei Burlakov <aburlakov@suse.com> committed rP9243124df1d2: Fix: controld: leave xml-src attribute empty when no DC selected #2902 (authored by Aleksei Burlakov <aburlakov@suse.com>).
Fix: controld: leave xml-src attribute empty when no DC selected #2902
GitHub <noreply@github.com> committed rPaad0f82244cb: Merge pull request #3702 from aleksei-burlakov/fix-crmadmin-dclookup-hanging-2.1 (authored by kgaillot).
Merge pull request #3702 from aleksei-burlakov/fix-crmadmin-dclookup-hanging-2.1
kgaillot committed rP50e984545f68: Build: common.mk: drop libltdl from default includes (authored by kgaillot).
Build: common.mk: drop libltdl from default includes
kgaillot committed rPc430471d2ceb: Low: agents: use configured run directory in attribute agent (authored by kgaillot).
Low: agents: use configured run directory in attribute agent
kgaillot committed rPa606f06fcb46: Doc: agents: use RESOURCENAME in attribute agent metadata (authored by kgaillot).
Doc: agents: use RESOURCENAME in attribute agent metadata
kgaillot committed rPc74dcbb73d38: Low: agents: always allow attribute agent to show metadata (authored by kgaillot).
Low: agents: always allow attribute agent to show metadata
kgaillot committed rP20134239827e: Refactor: pacemaked: use NULL for pointer comparison (authored by kgaillot).
Refactor: pacemaked: use NULL for pointer comparison
kgaillot committed rP3d2d05f7ecf3: Doc: Pacemaker Explained: correct typo in standard name (authored by kgaillot).
Doc: Pacemaker Explained: correct typo in standard name
kgaillot committed rP23eb81a334c5: Low: libcrmcommon: any negative interval is an error (authored by kgaillot).
Low: libcrmcommon: any negative interval is an error
kgaillot committed rP11f60f9a2069: Fix: tools: restore crmadmin default timeout to 30 seconds (authored by kgaillot).
Fix: tools: restore crmadmin default timeout to 30 seconds
GitHub <noreply@github.com> committed rP02d57f940943: Merge pull request #3701 from kgaillot/fixes (authored by kgaillot).
Merge pull request #3701 from kgaillot/fixes
Wed, Oct 16
Wed, Oct 16
kgaillot triaged T900: Allow fencing-only transitions while a previous transition's actions are still pending as Normal priority.
Wed, Oct 16, 5:59 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
GitHub <noreply@github.com> committed rPe843252c6748: Merge pull request #3606 from aleksei-burlakov/fix-crmadmin-dclookup-hanging (authored by kgaillot).
Merge pull request #3606 from aleksei-burlakov/fix-crmadmin-dclookup-hanging
Aleksei Burlako <aburlakov@suse.com> committed rPb93f02451f65: Fix: controld: leave xml-src attribute empty when no DC selected #2902 (authored by Aleksei Burlakov <aburlakov@suse.com>).
Fix: controld: leave xml-src attribute empty when no DC selected #2902
Oct 16 2024
Oct 16 2024
kgaillot triaged T899: Allow ocf:pacemaker:attribute agent to work with unique clones as Wishlist priority.
kgaillot renamed T898: Ensure 3.0.0 transforms do not invalidate XPaths or IDs used in ACLs from Ensure 3.0.0 transforms do not invalidate XPaths used in ACLs to Ensure 3.0.0 transforms do not invalidate XPaths or IDs used in ACLs.
Oct 16 2024, 12:26 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot renamed T898: Ensure 3.0.0 transforms do not invalidate XPaths or IDs used in ACLs from Ensure multiple location rules are transformed to one for 3.0.0 to Ensure 3.0.0 transforms do not invalidate XPaths used in ACLs.
Oct 16 2024, 9:42 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
Oct 15 2024
Oct 15 2024
clumens committed rP44e4592c9a5b: Low: python: Fix expected patterns from pacemaker-controld. (authored by clumens).
Low: python: Fix expected patterns from pacemaker-controld.
GitHub <noreply@github.com> committed rP8d5f0ae20cf7: Merge pull request #3700 from clumens/ctslab-patterns (authored by kgaillot).
Merge pull request #3700 from clumens/ctslab-patterns
kgaillot moved T898: Ensure 3.0.0 transforms do not invalidate XPaths or IDs used in ACLs from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 15 2024, 11:38 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot triaged T898: Ensure 3.0.0 transforms do not invalidate XPaths or IDs used in ACLs as High priority.
Oct 15 2024, 11:28 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot committed rP33f3052b8966: Doc: ChangeLog: update for 2.1.9-rc2 release (authored by kgaillot).
Doc: ChangeLog: update for 2.1.9-rc2 release
oalbrigt committed rRc72dc2f2e502: azure-events*: use node name from cluster instead of hostname to avoid failing… (authored by oalbrigt).
azure-events*: use node name from cluster instead of hostname to avoid failing…
GitHub <noreply@github.com> committed rRda8b2610639a: Merge pull request #1984 from oalbrigt/azure-events-fix-cluster-nodename (authored by oalbrigt).
Merge pull request #1984 from oalbrigt/azure-events-fix-cluster-nodename
oalbrigt committed rR6fab544e702a: IPaddr2: improve fail logic and check ip_status after adding IP (authored by oalbrigt).
IPaddr2: improve fail logic and check ip_status after adding IP
Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net> committed rR82958dc115c4: ocf-shellfuncs: systemd_drop_in only if needed (authored by Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>).
ocf-shellfuncs: systemd_drop_in only if needed
GitHub <noreply@github.com> committed rR3d58716fa707: Merge pull request #1985 from oalbrigt/IPaddr2-fixes (authored by oalbrigt).
Merge pull request #1985 from oalbrigt/IPaddr2-fixes
GitHub <noreply@github.com> committed rR1e9a478f104d: Merge pull request #1983 from tacerus/systemd (authored by oalbrigt).
Merge pull request #1983 from tacerus/systemd
Oct 14 2024
Oct 14 2024
nrwahl2 committed rP7b7a0998c67a: Refactor: libpe_status: Best practices for pcmk__unpack_fencing_topology (authored by nrwahl2).
Refactor: libpe_status: Best practices for pcmk__unpack_fencing_topology
GitHub <noreply@github.com> committed rP34001e247475: Merge pull request #3698 from nrwahl2/nrwahl2-drops (authored by nrwahl2).
Merge pull request #3698 from nrwahl2/nrwahl2-drops
kgaillot triaged T897: Investigate CIB transaction handling during rolling upgrade as Normal priority.
Low: python: Don't print corosync stderr.
Low: cts: Fix command strings in cts-exec.
GitHub <noreply@github.com> committed rPcfb218415608: Merge pull request #3697 from clumens/cts-fixes (authored by kgaillot).
Merge pull request #3697 from clumens/cts-fixes
nrwahl2 committed rP9a44daf0c06d: Low: schemas: Copy fencing schema in preparation for changes (authored by nrwahl2).
Low: schemas: Copy fencing schema in preparation for changes
nrwahl2 committed rPffd387501ed8: Test: cts-schemas: Add test for fencing-level index values (authored by nrwahl2).
Test: cts-schemas: Add test for fencing-level index values
GitHub <noreply@github.com> committed rPcfcaa52a8d47: Merge pull request #3695 from nrwahl2/nrwahl2-xsl_transform (authored by nrwahl2).
Merge pull request #3695 from nrwahl2/nrwahl2-xsl_transform
nrwahl2 committed rP41e32249aa43: Feature: schemas: Disallow fencing-level index greater than 9 (authored by nrwahl2).
Feature: schemas: Disallow fencing-level index greater than 9
kgaillot moved T896: Log warnings if 3.0.0 XSLs cannot preserve behavior from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 14 2024, 12:36 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot edited projects for T896: Log warnings if 3.0.0 XSLs cannot preserve behavior, added: Restricted Project, Restricted Project, Restricted Project; removed Restricted Project.
Oct 14 2024, 12:36 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
Oct 14 2024, 12:27 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
GitHub <noreply@github.com> committed rFc64ca27a5a3c: fence_ibm_powervs: add private endpoint and token file support (#597) (authored by Andreas Schauberer <74912604+andscha@users.noreply.github.com>).
fence_ibm_powervs: add private endpoint and token file support (#597)