pacemaker  2.1.3-ea053b43a
Scalable High-Availability cluster resource manager
Data Structures | Macros | Typedefs | Enumerations | Functions
options_internal.h File Reference
#include <config.h>
#include <glib.h>
#include <stdbool.h>
Include dependency graph for options_internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pcmk__cli_option_s
 
struct  pcmk__cluster_option_s
 

Macros

#define PCMK__CONFIG_H
 
#define no_argument   0
 
#define required_argument   1
 
#define PCMK__ENV_BLACKBOX   "blackbox"
 
#define PCMK__ENV_CLUSTER_TYPE   "cluster_type"
 
#define PCMK__ENV_DEBUG   "debug"
 
#define PCMK__ENV_LOGFACILITY   "logfacility"
 
#define PCMK__ENV_LOGFILE   "logfile"
 
#define PCMK__ENV_LOGPRIORITY   "logpriority"
 
#define PCMK__ENV_MCP   "mcp"
 
#define PCMK__ENV_NODE_START_STATE   "node_start_state"
 
#define PCMK__ENV_PHYSICAL_HOST   "physical_host"
 
#define PCMK__ENV_QUORUM_TYPE   "quorum_type"
 
#define PCMK__ENV_SHUTDOWN_DELAY   "shutdown_delay"
 
#define PCMK__ENV_STDERR   "stderr"
 
#define PCMK__OPT_NODE_HEALTH_BASE   "node-health-base"
 
#define PCMK__OPT_NODE_HEALTH_GREEN   "node-health-green"
 
#define PCMK__OPT_NODE_HEALTH_RED   "node-health-red"
 
#define PCMK__OPT_NODE_HEALTH_STRATEGY   "node-health-strategy"
 
#define PCMK__OPT_NODE_HEALTH_YELLOW   "node-health-yellow"
 
#define PCMK__META_ALLOW_UNHEALTHY_NODES   "allow-unhealthy-nodes"
 
#define PCMK__VALUE_CUSTOM   "custom"
 
#define PCMK__VALUE_GREEN   "green"
 
#define PCMK__VALUE_MIGRATE_ON_RED   "migrate-on-red"
 
#define PCMK__VALUE_NONE   "none"
 
#define PCMK__VALUE_ONLY_GREEN   "only-green"
 
#define PCMK__VALUE_PROGRESSIVE   "progressive"
 
#define PCMK__VALUE_RED   "red"
 
#define PCMK__VALUE_YELLOW   "yellow"
 

Typedefs

typedef struct pcmk__cli_option_s pcmk__cli_option_t
 
typedef struct pcmk__cluster_option_s pcmk__cluster_option_t
 

Enumerations

enum  pcmk__cli_option_flags { pcmk__option_default = (1 << 0), pcmk__option_hidden = (1 << 1), pcmk__option_paragraph = (1 << 2), pcmk__option_example = (1 << 3) }
 

Functions

void pcmk__set_cli_options (const char *short_options, const char *usage, pcmk__cli_option_t *long_options, const char *app_desc)
 
int pcmk__next_cli_option (int argc, char **argv, int *index, const char **longname)
 
_Noreturn void pcmk__cli_help (char cmd, crm_exit_t exit_code)
 
void pcmk__cli_option_cleanup (void)
 
const char * pcmk__env_option (const char *option)
 
void pcmk__set_env_option (const char *option, const char *value)
 Set or unset a Pacemaker environment variable option. More...
 
bool pcmk__env_option_enabled (const char *daemon, const char *option)
 
const char * pcmk__cluster_option (GHashTable *options, pcmk__cluster_option_t *option_list, int len, const char *name)
 
char * pcmk__format_option_metadata (const char *name, const char *desc_short, const char *desc_long, pcmk__cluster_option_t *option_list, int len)
 
void pcmk__validate_cluster_options (GHashTable *options, pcmk__cluster_option_t *option_list, int len)
 
bool pcmk__valid_interval_spec (const char *value)
 
bool pcmk__valid_boolean (const char *value)
 
bool pcmk__valid_number (const char *value)
 
bool pcmk__valid_positive_number (const char *value)
 
bool pcmk__valid_quorum (const char *value)
 
bool pcmk__valid_script (const char *value)
 
bool pcmk__valid_percentage (const char *value)
 
long pcmk__get_sbd_timeout (void)
 
bool pcmk__get_sbd_sync_resource_startup (void)
 
long pcmk__auto_watchdog_timeout (void)
 
bool pcmk__valid_sbd_timeout (const char *value)
 

Macro Definition Documentation

◆ no_argument

#define no_argument   0

Definition at line 30 of file options_internal.h.

◆ PCMK__CONFIG_H

#define PCMK__CONFIG_H

Definition at line 14 of file options_internal.h.

◆ PCMK__ENV_BLACKBOX

#define PCMK__ENV_BLACKBOX   "blackbox"

Definition at line 123 of file options_internal.h.

◆ PCMK__ENV_CLUSTER_TYPE

#define PCMK__ENV_CLUSTER_TYPE   "cluster_type"

Definition at line 124 of file options_internal.h.

◆ PCMK__ENV_DEBUG

#define PCMK__ENV_DEBUG   "debug"

Definition at line 125 of file options_internal.h.

◆ PCMK__ENV_LOGFACILITY

#define PCMK__ENV_LOGFACILITY   "logfacility"

Definition at line 126 of file options_internal.h.

◆ PCMK__ENV_LOGFILE

#define PCMK__ENV_LOGFILE   "logfile"

Definition at line 127 of file options_internal.h.

◆ PCMK__ENV_LOGPRIORITY

#define PCMK__ENV_LOGPRIORITY   "logpriority"

Definition at line 128 of file options_internal.h.

◆ PCMK__ENV_MCP

#define PCMK__ENV_MCP   "mcp"

Definition at line 129 of file options_internal.h.

◆ PCMK__ENV_NODE_START_STATE

#define PCMK__ENV_NODE_START_STATE   "node_start_state"

Definition at line 130 of file options_internal.h.

◆ PCMK__ENV_PHYSICAL_HOST

#define PCMK__ENV_PHYSICAL_HOST   "physical_host"

Definition at line 131 of file options_internal.h.

◆ PCMK__ENV_QUORUM_TYPE

#define PCMK__ENV_QUORUM_TYPE   "quorum_type"

Definition at line 132 of file options_internal.h.

◆ PCMK__ENV_SHUTDOWN_DELAY

#define PCMK__ENV_SHUTDOWN_DELAY   "shutdown_delay"

Definition at line 133 of file options_internal.h.

◆ PCMK__ENV_STDERR

#define PCMK__ENV_STDERR   "stderr"

Definition at line 134 of file options_internal.h.

◆ PCMK__META_ALLOW_UNHEALTHY_NODES

#define PCMK__META_ALLOW_UNHEALTHY_NODES   "allow-unhealthy-nodes"

Definition at line 144 of file options_internal.h.

◆ PCMK__OPT_NODE_HEALTH_BASE

#define PCMK__OPT_NODE_HEALTH_BASE   "node-health-base"

Definition at line 137 of file options_internal.h.

◆ PCMK__OPT_NODE_HEALTH_GREEN

#define PCMK__OPT_NODE_HEALTH_GREEN   "node-health-green"

Definition at line 138 of file options_internal.h.

◆ PCMK__OPT_NODE_HEALTH_RED

#define PCMK__OPT_NODE_HEALTH_RED   "node-health-red"

Definition at line 139 of file options_internal.h.

◆ PCMK__OPT_NODE_HEALTH_STRATEGY

#define PCMK__OPT_NODE_HEALTH_STRATEGY   "node-health-strategy"

Definition at line 140 of file options_internal.h.

◆ PCMK__OPT_NODE_HEALTH_YELLOW

#define PCMK__OPT_NODE_HEALTH_YELLOW   "node-health-yellow"

Definition at line 141 of file options_internal.h.

◆ PCMK__VALUE_CUSTOM

#define PCMK__VALUE_CUSTOM   "custom"

Definition at line 147 of file options_internal.h.

◆ PCMK__VALUE_GREEN

#define PCMK__VALUE_GREEN   "green"

Definition at line 148 of file options_internal.h.

◆ PCMK__VALUE_MIGRATE_ON_RED

#define PCMK__VALUE_MIGRATE_ON_RED   "migrate-on-red"

Definition at line 149 of file options_internal.h.

◆ PCMK__VALUE_NONE

#define PCMK__VALUE_NONE   "none"

Definition at line 150 of file options_internal.h.

◆ PCMK__VALUE_ONLY_GREEN

#define PCMK__VALUE_ONLY_GREEN   "only-green"

Definition at line 151 of file options_internal.h.

◆ PCMK__VALUE_PROGRESSIVE

#define PCMK__VALUE_PROGRESSIVE   "progressive"

Definition at line 152 of file options_internal.h.

◆ PCMK__VALUE_RED

#define PCMK__VALUE_RED   "red"

Definition at line 153 of file options_internal.h.

◆ PCMK__VALUE_YELLOW

#define PCMK__VALUE_YELLOW   "yellow"

Definition at line 154 of file options_internal.h.

◆ required_argument

#define required_argument   1

Definition at line 31 of file options_internal.h.

Typedef Documentation

◆ pcmk__cli_option_t

◆ pcmk__cluster_option_t

Enumeration Type Documentation

◆ pcmk__cli_option_flags

Enumerator
pcmk__option_default 
pcmk__option_hidden 
pcmk__option_paragraph 
pcmk__option_example 

Definition at line 34 of file options_internal.h.

Function Documentation

◆ pcmk__auto_watchdog_timeout()

long pcmk__auto_watchdog_timeout ( void  )

Definition at line 274 of file watchdog.c.

◆ pcmk__cli_help()

_Noreturn void pcmk__cli_help ( char  cmd,
crm_exit_t  exit_code 
)

Definition at line 192 of file options.c.

◆ pcmk__cli_option_cleanup()

void pcmk__cli_option_cleanup ( void  )

Definition at line 39 of file options.c.

◆ pcmk__cluster_option()

const char* pcmk__cluster_option ( GHashTable *  options,
pcmk__cluster_option_t option_list,
int  len,
const char *  name 
)

Definition at line 538 of file options.c.

◆ pcmk__env_option()

const char* pcmk__env_option ( const char *  option)

Definition at line 286 of file options.c.

◆ pcmk__env_option_enabled()

bool pcmk__env_option_enabled ( const char *  daemon,
const char *  option 
)

Definition at line 356 of file options.c.

◆ pcmk__format_option_metadata()

char* pcmk__format_option_metadata ( const char *  name,
const char *  desc_short,
const char *  desc_long,
pcmk__cluster_option_t option_list,
int  len 
)

Definition at line 607 of file options.c.

◆ pcmk__get_sbd_sync_resource_startup()

bool pcmk__get_sbd_sync_resource_startup ( void  )

Definition at line 251 of file watchdog.c.

◆ pcmk__get_sbd_timeout()

long pcmk__get_sbd_timeout ( void  )

Definition at line 240 of file watchdog.c.

◆ pcmk__next_cli_option()

int pcmk__next_cli_option ( int  argc,
char **  argv,
int *  index,
const char **  longname 
)

Definition at line 147 of file options.c.

◆ pcmk__set_cli_options()

void pcmk__set_cli_options ( const char *  short_options,
const char *  usage,
pcmk__cli_option_t long_options,
const char *  app_desc 
)

Definition at line 105 of file options.c.

◆ pcmk__set_env_option()

void pcmk__set_env_option ( const char *  option,
const char *  value 
)

Set or unset a Pacemaker environment variable option.

Set an environment variable option with both a PCMK_ and (for backward compatibility) HA_ prefix.

Parameters
[in]optionEnvironment variable name (without prefix)
[in]valueNew value (or NULL to unset)

Definition at line 319 of file options.c.

◆ pcmk__valid_boolean()

bool pcmk__valid_boolean ( const char *  value)

Definition at line 376 of file options.c.

◆ pcmk__valid_interval_spec()

bool pcmk__valid_interval_spec ( const char *  value)

Definition at line 369 of file options.c.

◆ pcmk__valid_number()

bool pcmk__valid_number ( const char *  value)

Definition at line 384 of file options.c.

◆ pcmk__valid_percentage()

bool pcmk__valid_percentage ( const char *  value)

Definition at line 440 of file options.c.

◆ pcmk__valid_positive_number()

bool pcmk__valid_positive_number ( const char *  value)

Definition at line 398 of file options.c.

◆ pcmk__valid_quorum()

bool pcmk__valid_quorum ( const char *  value)

Definition at line 407 of file options.c.

◆ pcmk__valid_sbd_timeout()

bool pcmk__valid_sbd_timeout ( const char *  value)

Definition at line 282 of file watchdog.c.

◆ pcmk__valid_script()

bool pcmk__valid_script ( const char *  value)

Definition at line 413 of file options.c.

◆ pcmk__validate_cluster_options()

void pcmk__validate_cluster_options ( GHashTable *  options,
pcmk__cluster_option_t option_list,
int  len 
)

Definition at line 683 of file options.c.