10 #ifndef PCMK__OPTIONS_INTERNAL__H 11 # define PCMK__OPTIONS_INTERNAL__H 13 # ifndef PCMK__CONFIG_H 14 # define PCMK__CONFIG_H 30 # define no_argument 0 31 # define required_argument 1 62 const char *app_desc);
64 const char **longname);
101 const char *desc_long,
123 #define PCMK__ENV_BLACKBOX "blackbox" 124 #define PCMK__ENV_CLUSTER_TYPE "cluster_type" 125 #define PCMK__ENV_DEBUG "debug" 126 #define PCMK__ENV_LOGFACILITY "logfacility" 127 #define PCMK__ENV_LOGFILE "logfile" 128 #define PCMK__ENV_LOGPRIORITY "logpriority" 129 #define PCMK__ENV_MCP "mcp" 130 #define PCMK__ENV_NODE_START_STATE "node_start_state" 131 #define PCMK__ENV_PHYSICAL_HOST "physical_host" 132 #define PCMK__ENV_QUORUM_TYPE "quorum_type" 133 #define PCMK__ENV_SHUTDOWN_DELAY "shutdown_delay" 134 #define PCMK__ENV_STDERR "stderr" 137 #define PCMK__OPT_NODE_HEALTH_BASE "node-health-base" 138 #define PCMK__OPT_NODE_HEALTH_GREEN "node-health-green" 139 #define PCMK__OPT_NODE_HEALTH_RED "node-health-red" 140 #define PCMK__OPT_NODE_HEALTH_STRATEGY "node-health-strategy" 141 #define PCMK__OPT_NODE_HEALTH_YELLOW "node-health-yellow" 144 #define PCMK__META_ALLOW_UNHEALTHY_NODES "allow-unhealthy-nodes" 147 #define PCMK__VALUE_CUSTOM "custom" 148 #define PCMK__VALUE_GREEN "green" 149 #define PCMK__VALUE_MIGRATE_ON_RED "migrate-on-red" 150 #define PCMK__VALUE_NONE "none" 151 #define PCMK__VALUE_ONLY_GREEN "only-green" 152 #define PCMK__VALUE_PROGRESSIVE "progressive" 153 #define PCMK__VALUE_RED "red" 154 #define PCMK__VALUE_YELLOW "yellow" 156 #endif // PCMK__OPTIONS_INTERNAL__H bool pcmk__valid_script(const char *value)
bool pcmk__valid_sbd_timeout(const char *value)
enum crm_exit_e crm_exit_t
bool(* is_valid)(const char *)
void pcmk__set_env_option(const char *option, const char *value)
Set or unset a Pacemaker environment variable option.
const char * default_value
struct pcmk__cli_option_s pcmk__cli_option_t
_Noreturn void pcmk__cli_help(char cmd, crm_exit_t exit_code)
const char * pcmk__env_option(const char *option)
struct pcmk__cluster_option_s pcmk__cluster_option_t
char * pcmk__format_option_metadata(const char *name, const char *desc_short, const char *desc_long, pcmk__cluster_option_t *option_list, int len)
bool pcmk__valid_positive_number(const char *value)
bool pcmk__valid_quorum(const char *value)
bool pcmk__valid_interval_spec(const char *value)
int daemon(int nochdir, int noclose)
long pcmk__auto_watchdog_timeout(void)
void pcmk__set_cli_options(const char *short_options, const char *usage, pcmk__cli_option_t *long_options, const char *app_desc)
const char * pcmk__cluster_option(GHashTable *options, pcmk__cluster_option_t *option_list, int len, const char *name)
bool pcmk__valid_boolean(const char *value)
bool pcmk__get_sbd_sync_resource_startup(void)
void pcmk__cli_option_cleanup(void)
int pcmk__next_cli_option(int argc, char **argv, int *index, const char **longname)
bool pcmk__valid_number(const char *value)
const char * description_short
void pcmk__validate_cluster_options(GHashTable *options, pcmk__cluster_option_t *option_list, int len)
bool pcmk__valid_percentage(const char *value)
long pcmk__get_sbd_timeout(void)
bool pcmk__env_option_enabled(const char *daemon, const char *option)
const char * description_long