Yesterday
Tue, Jan 14
Thu, Jan 2
Oct 29 2024
Oct 23 2024
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.
Aug 8 2024
Jul 11 2024
Jul 8 2024
Apr 4 2024
Mar 20 2024
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.
Feb 19 2024
Feb 8 2024
Feb 7 2024
Feb 6 2024
Feb 4 2024
Jan 30 2024
This gets the right result (well, with an extra newline) but I don't like it:
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.