pacemaker  2.1.9-49aab99839
Scalable High-Availability cluster resource manager
Functions
pcmk_options.c File Reference
#include <crm_internal.h>
#include <libxml/tree.h>
#include <pacemaker.h>
#include <pacemaker-internal.h>
Include dependency graph for pcmk_options.c:

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)
 

Function Documentation

◆ pcmk__list_cluster_options()

int pcmk__list_cluster_options ( pcmk__output_t out,
bool  all 
)

Definition at line 30 of file pcmk_options.c.

◆ pcmk__list_fencing_params()

int pcmk__list_fencing_params ( pcmk__output_t out,
bool  all 
)

Definition at line 81 of file pcmk_options.c.

◆ pcmk__list_primitive_meta()

int pcmk__list_primitive_meta ( pcmk__output_t out,
bool  all 
)

Definition at line 126 of file pcmk_options.c.

◆ pcmk_list_cluster_options()

int pcmk_list_cluster_options ( xmlNode **  xml,
bool  all 
)

List all available cluster options.

These are options that affect the entire cluster.

Parameters
[in,out]xmlThe destination for the result, as an XML tree
[in]allIf true, include advanced and deprecated options (currently always treated as true)
Returns
Standard Pacemaker return code

Definition at line 48 of file pcmk_options.c.

◆ pcmk_list_fencing_params()

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.

Parameters
[in,out]xmlThe destination for the result, as an XML tree
[in]allIf true, include advanced and deprecated options (currently always treated as true)
Returns
Standard Pacemaker return code

Definition at line 97 of file pcmk_options.c.

◆ pcmk_list_primitive_meta()

int pcmk_list_primitive_meta ( xmlNode **  xml,
bool  all 
)

Definition at line 137 of file pcmk_options.c.