Page MenuHomeClusterLabs Projects

Pacemaker: LibrariesProject
ActivePublic

Members

  • This project does not have any members.
  • View All

Watchers

  • This project does not have any watchers.
  • View All

Recent Activity

Yesterday

administrator changed the visibility for Pacemaker: Libraries.
Thu, Jan 23, 5:02 PM

Tue, Jan 14

nrwahl2 triaged T969: Try to make pcmk__search_node_caches() consistent as Wishlist priority.
Tue, Jan 14, 1:58 PM · Pacemaker: Libraries, Restricted Project

Thu, Jan 2

kgaillot lowered the priority of T808: Deprecate "++" and "+=" XML attribute value expansion from Normal to Low.
Thu, Jan 2, 4:21 PM · Pacemaker: Libraries

Oct 29 2024

clumens claimed T738: OCF_OUTPUT_FORMAT is set inappropriately.
Oct 29 2024, 2:48 PM · Pacemaker: Libraries

Oct 23 2024

kgaillot added a comment to T738: OCF_OUTPUT_FORMAT is set inappropriately.

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.

Oct 23 2024, 6:42 PM · Pacemaker: Libraries

Aug 8 2024

kgaillot changed the status of T768: Investigate using xmlEncodeEntitiesReentrant() and deprecating crm_xml_escape() from Merged to Released.
Aug 8 2024, 7:13 PM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Libraries
kgaillot changed the status of T848: pcmk_controld_api_node_info() sets an invalid XML ID from Merged to Released.
Aug 8 2024, 7:13 PM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project

Jul 11 2024

nrwahl2 closed T848: pcmk_controld_api_node_info() sets an invalid XML ID as Merged by committing rPc8b20114009b: Fix: various: Don't set cluster-layer node ID as XML ID.
Jul 11 2024, 11:01 PM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project
kgaillot moved T848: pcmk_controld_api_node_info() sets an invalid XML ID from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Jul 11 2024, 5:27 PM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project
kgaillot added a project to T848: pcmk_controld_api_node_info() sets an invalid XML ID: Restricted Project.
Jul 11 2024, 5:27 PM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project
kgaillot updated the task description for T848: pcmk_controld_api_node_info() sets an invalid XML ID.
Jul 11 2024, 5:10 PM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project
kgaillot assigned T848: pcmk_controld_api_node_info() sets an invalid XML ID to nrwahl2.
Jul 11 2024, 4:49 PM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project
nrwahl2 triaged T848: pcmk_controld_api_node_info() sets an invalid XML ID as Normal priority.
Jul 11 2024, 5:16 AM · Restricted Project, Pacemaker (2.1.8), Pacemaker: Libraries, Restricted Project

Jul 8 2024

kgaillot added projects to T768: Investigate using xmlEncodeEntitiesReentrant() and deprecating crm_xml_escape(): Restricted Project, Pacemaker (2.1.8).
Jul 8 2024, 5:51 PM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Libraries

Apr 4 2024

nrwahl2 updated the task description for T808: Deprecate "++" and "+=" XML attribute value expansion.
Apr 4 2024, 2:41 PM · Pacemaker: Libraries
nrwahl2 triaged T808: Deprecate "++" and "+=" XML attribute value expansion as Normal priority.
Apr 4 2024, 2:41 PM · Pacemaker: Libraries

Mar 20 2024

nrwahl2 added a comment to T783: CRM_LOG_ASSERT() and CRM_CHECK() cause an abort if tracing.

Ken mentioned in a meeting that this might be intended behavior because it doesn't really matter if a CLI tool aborts after an assertion.

Mar 20 2024, 2:00 PM · Restricted Project, Pacemaker: Libraries
nrwahl2 triaged T783: CRM_LOG_ASSERT() and CRM_CHECK() cause an abort if tracing as Low priority.
Mar 20 2024, 11:21 AM · Restricted Project, Pacemaker: Libraries

Feb 19 2024

kgaillot triaged T777: Standardize header file separation as Wishlist priority.
Feb 19 2024, 11:18 AM · Pacemaker: Libraries, Restricted Project

Feb 8 2024

nrwahl2 closed T768: Investigate using xmlEncodeEntitiesReentrant() and deprecating crm_xml_escape() as Merged by committing rPc6d9cea90606: Refactor: libcrmcommon: New pcmk__xml_escape().
Feb 8 2024, 10:28 AM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Libraries

Feb 7 2024

nrwahl2 updated the task description for T767: pcmk__output_t XML object should display declaration.
Feb 7 2024, 11:40 AM · Restricted Project, Pacemaker: Libraries
nrwahl2 updated the task description for T767: pcmk__output_t XML object should display declaration.
Feb 7 2024, 11:40 AM · Restricted Project, Pacemaker: Libraries

Feb 6 2024

nrwahl2 triaged T775: Evaluate replacing pcmk__realloc() with GLib functions as Wishlist priority.
Feb 6 2024, 4:19 PM · Restricted Project, Pacemaker: Libraries

Feb 4 2024

nrwahl2 renamed T767: pcmk__output_t XML object should display declaration from pcmk__output_t XML object should display header element to pcmk__output_t XML object should display declaration.
Feb 4 2024, 3:21 PM · Restricted Project, Pacemaker: Libraries

Jan 30 2024

clumens added a comment to T767: pcmk__output_t XML object should display declaration.

This gets the right result (well, with an extra newline) but I don't like it:

Jan 30 2024, 10:09 AM · Restricted Project, Pacemaker: Libraries
clumens added a comment to T767: pcmk__output_t XML object should display declaration.

The problem is that pcmk__xml2fd takes an xmlNode *, not an xmlDoc *. Printing an XML_DOCUMENT_NODE is what causes the version to be printed out. So we'd either need to change that function or make a new one, and then have xml_finish pass the document pointer instead of the root node.

Jan 30 2024, 9:56 AM · Restricted Project, Pacemaker: Libraries
nrwahl2 updated the task description for T768: Investigate using xmlEncodeEntitiesReentrant() and deprecating crm_xml_escape().
Jan 30 2024, 4:37 AM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Libraries
nrwahl2 updated the task description for T768: Investigate using xmlEncodeEntitiesReentrant() and deprecating crm_xml_escape().
Jan 30 2024, 4:37 AM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Libraries
nrwahl2 triaged T768: Investigate using xmlEncodeEntitiesReentrant() and deprecating crm_xml_escape() as Wishlist priority.
Jan 30 2024, 12:09 AM · Pacemaker (2.1.8), Restricted Project, Pacemaker: Libraries

Jan 29 2024

nrwahl2 triaged T767: pcmk__output_t XML object should display declaration as Low priority.
Jan 29 2024, 7:58 PM · Restricted Project, Pacemaker: Libraries

Dec 19 2023

nrwahl2 triaged T738: OCF_OUTPUT_FORMAT is set inappropriately as Normal priority.
Dec 19 2023, 2:25 AM · Pacemaker: Libraries

Mar 15 2022

kgaillot changed the edit policy for Pacemaker: Libraries.
Mar 15 2022, 11:29 AM

Dec 3 2021

kgaillot created Pacemaker: Libraries.
Dec 3 2021, 5:33 PM