[ClusterLabs] Parsing the output of crm_mon
Ulrich Windl
Ulrich.Windl at rz.uni-regensburg.de
Fri Mar 18 03:46:59 EDT 2022
Hi!
Parsing the output of crm_mon I wonder:
Is there a collection of sample outputs for pacemaker 1 and 2 formats showing all types of resources?
Also I realized that the coutput for clone sets in unfortunate:
Consider a normal primitive like this:
* primitive_name (ocf::heartbeat:agent_name): Started host-name
And a clone set:
* Clone Set: clone_name [primitive_name]:
If you want to filter clone sets by resource agent you're lost there.
It would have been nicht if the format of clone sets were:
* Clone Set: clone_name [primitive_name] (ocf::heartbeat:agent_name):
I see that there's the "-R" option that "expands" the clones similar as resource groups like this:
* primitive_name (ocf::heartbeat:agent): Started host-name
Regards,
Ulrich
More information about the Users
mailing list