pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <libxml/tree.h>
#include <pacemaker.h>
#include <pacemaker-internal.h>
Go to the source code of this file.
Functions | |
int | pcmk__list_cluster_options (pcmk__output_t *out, bool all) |
int | pcmk_list_cluster_options (xmlNode **xml, bool all) |
List all available cluster options. More... | |
int | pcmk__list_fencing_params (pcmk__output_t *out, bool all) |
int | pcmk_list_fencing_params (xmlNode **xml, bool all) |
List common fencing resource parameters. More... | |
int | pcmk__list_primitive_meta (pcmk__output_t *out, bool all) |
int | pcmk_list_primitive_meta (xmlNode **xml, bool all) |
int pcmk__list_cluster_options | ( | pcmk__output_t * | out, |
bool | all | ||
) |
Definition at line 30 of file pcmk_options.c.
int pcmk__list_fencing_params | ( | pcmk__output_t * | out, |
bool | all | ||
) |
Definition at line 81 of file pcmk_options.c.
int pcmk__list_primitive_meta | ( | pcmk__output_t * | out, |
bool | all | ||
) |
Definition at line 126 of file pcmk_options.c.
int pcmk_list_cluster_options | ( | xmlNode ** | xml, |
bool | all | ||
) |
List all available cluster options.
These are options that affect the entire cluster.
[in,out] | xml | The destination for the result, as an XML tree |
[in] | all | If true , include advanced and deprecated options (currently always treated as true) |
Definition at line 48 of file pcmk_options.c.
int pcmk_list_fencing_params | ( | xmlNode ** | xml, |
bool | all | ||
) |
List common fencing resource parameters.
These are parameters that are available for all fencing resources, regardless of type. They are processed by Pacemaker, rather than by the fence agent or the fencing library.
[in,out] | xml | The destination for the result, as an XML tree |
[in] | all | If true , include advanced and deprecated options (currently always treated as true) |
Definition at line 97 of file pcmk_options.c.
int pcmk_list_primitive_meta | ( | xmlNode ** | xml, |
bool | all | ||
) |
Definition at line 137 of file pcmk_options.c.