12#include <libxml/tree.h>
32 const char *
name =
"cluster-options";
33 const char *desc_short =
"Pacemaker cluster options";
34 const char *desc_long = NULL;
37 desc_long =
"Also known as properties, these are options that affect "
38 "behavior across the entire cluster. They are configured "
39 "within cluster_property_set elements inside the crm_config "
40 "subsection of the CIB configuration section.";
83 const char *
name =
"fence-attributes";
84 const char *desc_short =
"Fencing resource common parameters";
85 const char *desc_long = NULL;
87 desc_long =
"Special parameters that are available for all fencing "
88 "resources, regardless of type. They are processed by "
89 "Pacemaker, rather than by the fence agent or the fencing "
128 const char *
name =
"primitive-meta";
129 const char *desc_short =
"Primitive meta-attributes";
130 const char *desc_long =
"Meta-attributes applicable to primitive resources";
@ pcmk__opt_none
No additional information.
int pcmk__output_primitive_meta(pcmk__output_t *out, const char *name, const char *desc_short, const char *desc_long, bool all)
int pcmk__output_cluster_options(pcmk__output_t *out, const char *name, const char *desc_short, const char *desc_long, uint32_t filter, bool all)
int pcmk__output_fencing_params(pcmk__output_t *out, const char *name, const char *desc_short, const char *desc_long, bool all)
void pcmk__xml_output_finish(pcmk__output_t *out, crm_exit_t exit_status, xmlNodePtr *xml)
int pcmk__xml_output_new(pcmk__output_t **out, xmlNodePtr *xml)
int pcmk_list_fencing_params(xmlNode **xml, bool all)
List common fencing resource parameters.
int pcmk__list_cluster_options(pcmk__output_t *out, bool all)
int pcmk_list_primitive_meta(xmlNode **xml, bool all)
int pcmk__list_primitive_meta(pcmk__output_t *out, bool all)
int pcmk_list_cluster_options(xmlNode **xml, bool all)
List all available cluster options.
int pcmk__list_fencing_params(pcmk__output_t *out, bool all)
void pcmk__register_lib_messages(pcmk__output_t *out)
crm_exit_t pcmk_rc2exitc(int rc)
Map a function return code to the most similar exit code.
This structure contains everything that makes up a single output formatter.