10 #ifndef STONITH_NG_INTERNAL__H 11 # define STONITH_NG_INTERNAL__H 29 #define stonith__set_device_flags(device_flags, device_id, flags_to_set) do { \ 30 device_flags = pcmk__set_flags_as(__func__, __LINE__, LOG_TRACE, \ 31 "Fence device", device_id, \ 32 (device_flags), (flags_to_set), \ 36 #define stonith__set_call_options(st_call_opts, call_for, flags_to_set) do { \ 37 st_call_opts = pcmk__set_flags_as(__func__, __LINE__, LOG_TRACE, \ 38 "Fencer call", (call_for), \ 39 (st_call_opts), (flags_to_set), \ 43 #define stonith__clear_call_options(st_call_opts, call_for, flags_to_clear) do { \ 44 st_call_opts = pcmk__clear_flags_as(__func__, __LINE__, LOG_TRACE, \ 45 "Fencer call", (call_for), \ 46 (st_call_opts), (flags_to_clear), \ 50 struct stonith_action_s;
54 const char *action_name,
56 uint32_t target_nodeid,
58 GHashTable *device_args,
60 const char *host_arg);
69 void (*done) (
int pid,
72 void (*fork_cb) (
int pid,
void *user_data));
75 void (*callback)(
int pid,
81 const char *attr,
const char *value,
89 const char *rsc_provides);
100 const char *device_name,
103 # define ST_LEVEL_MAX 10 105 # define F_STONITH_CLIENTID "st_clientid" 106 # define F_STONITH_CALLOPTS "st_callopt" 107 # define F_STONITH_CALLID "st_callid" 108 # define F_STONITH_CALLDATA "st_calldata" 109 # define F_STONITH_OPERATION "st_op" 110 # define F_STONITH_TARGET "st_target" 111 # define F_STONITH_REMOTE_OP_ID "st_remote_op" 112 # define F_STONITH_REMOTE_OP_ID_RELAY "st_remote_op_relay" 113 # define F_STONITH_RC "st_rc" 114 # define F_STONITH_OUTPUT "st_output" 116 # define F_STONITH_TIMEOUT "st_timeout" 117 # define F_STONITH_TOLERANCE "st_tolerance" 118 # define F_STONITH_DELAY "st_delay" 120 # define F_STONITH_ACTION_TIMEOUT "st_action_timeout" 122 # define F_STONITH_ACTION_DISALLOWED "st_action_disallowed" 124 # define F_STONITH_DELAY_MAX "st_delay_max" 126 # define F_STONITH_DELAY_BASE "st_delay_base" 129 # define F_STONITH_DEVICE_VERIFIED "st_monitor_verified" 131 # define F_STONITH_DEVICE_REQUIRED "st_required" 133 # define F_STONITH_AVAILABLE_DEVICES "st-available-devices" 134 # define F_STONITH_CALLBACK_TOKEN "st_async_id" 135 # define F_STONITH_CLIENTNAME "st_clientname" 136 # define F_STONITH_CLIENTNODE "st_clientnode" 137 # define F_STONITH_NOTIFY_ACTIVATE "st_notify_activate" 138 # define F_STONITH_NOTIFY_DEACTIVATE "st_notify_deactivate" 139 # define F_STONITH_DELEGATE "st_delegate" 140 # define F_STONITH_DEVICE_SUPPORT_FLAGS "st_device_support_flags" 145 # define F_STONITH_ORIGIN "st_origin" 146 # define F_STONITH_HISTORY_LIST "st_history" 147 # define F_STONITH_DATE "st_date" 148 # define F_STONITH_DATE_NSEC "st_date_nsec" 149 # define F_STONITH_STATE "st_state" 150 # define F_STONITH_ACTIVE "st_active" 151 # define F_STONITH_DIFFERENTIAL "st_differential" 153 # define F_STONITH_DEVICE "st_device_id" 154 # define F_STONITH_ACTION "st_device_action" 155 # define F_STONITH_MERGED "st_op_merged" 157 # define T_STONITH_NG "stonith-ng" 158 # define T_STONITH_REPLY "st-reply" 162 # define T_STONITH_TIMEOUT_VALUE "st-async-timeout-value" 163 # define T_STONITH_NOTIFY "st_notify" 165 # define STONITH_ATTR_ACTION_OP "action" 167 # define STONITH_OP_EXEC "st_execute" 168 # define STONITH_OP_TIMEOUT_UPDATE "st_timeout_update" 169 # define STONITH_OP_QUERY "st_query" 170 # define STONITH_OP_FENCE "st_fence" 171 # define STONITH_OP_RELAY "st_relay" 172 # define STONITH_OP_DEVICE_ADD "st_device_register" 173 # define STONITH_OP_DEVICE_DEL "st_device_remove" 174 # define STONITH_OP_FENCE_HISTORY "st_fence_history" 175 # define STONITH_OP_LEVEL_ADD "st_level_add" 176 # define STONITH_OP_LEVEL_DEL "st_level_remove" 178 # define STONITH_WATCHDOG_AGENT "fence_watchdog" 180 # define STONITH_WATCHDOG_AGENT_INTERNAL "#watchdog" 181 # define STONITH_WATCHDOG_ID "watchdog" 202 const char *later_succeeded,
214 stonith__op_state_pending(
enum op_state state)
void stonith__destroy_action(stonith_action_t *action)
struct stonith_action_s stonith_action_t
stonith_history_t * stonith__first_matching_event(stonith_history_t *history, bool(*matching_fn)(stonith_history_t *, void *), void *user_data)
int stonith__legacy2status(int rc)
void stonith__register_messages(pcmk__output_t *out)
int stonith__event_execution_status(const stonith_event_t *event)
stonith_history_t * stonith__sort_history(stonith_history_t *history)
int stonith__result2rc(const pcmk__action_result_t *result)
int stonith__exit_status(const stonith_callback_data_t *data)
int stonith__execution_status(const stonith_callback_data_t *data)
xmlNode * create_device_registration_xml(const char *id, enum stonith_namespace namespace, const char *agent, const stonith_key_value_t *params, const char *rsc_provides)
gboolean stonith__watchdog_fencing_enabled_for_node_api(stonith_t *st, const char *node)
const char * stonith__event_exit_reason(const stonith_event_t *event)
bool stonith__event_state_pending(stonith_history_t *history, void *user_data)
GList * stonith__parse_targets(const char *hosts)
Formatted output for pacemaker tools.
char * stonith__event_description(const stonith_event_t *event)
void stonith__device_parameter_flags(uint32_t *device_flags, const char *device_name, xmlNode *metadata)
const char * stonith__later_succeeded(const stonith_history_t *event, const stonith_history_t *top_history)
pcmk__action_result_t * stonith__action_result(stonith_action_t *action)
Wrappers for and extensions to libxml2.
void stonith__xe_get_result(const xmlNode *xml, pcmk__action_result_t *result)
xmlNode * create_level_registration_xml(const char *node, const char *pattern, const char *attr, const char *value, int level, const stonith_key_value_t *device_list)
gchar * stonith__history_description(const stonith_history_t *event, bool full_history, const char *later_succeeded, uint32_t show_opts)
void stonith__xe_set_result(xmlNode *xml, const pcmk__action_result_t *result)
pcmk__action_result_t result
gboolean stonith__watchdog_fencing_enabled_for_node(const char *node)
xmlNode * stonith__find_xe_with_result(xmlNode *xml)
This structure contains everything that makes up a single output formatter.
stonith_action_t * stonith__action_create(const char *agent, const char *action_name, const char *target, uint32_t target_nodeid, int timeout_sec, GHashTable *device_args, GHashTable *port_map, const char *host_arg)
IPC interface to Pacemaker daemons.
const char * stonith__exit_reason(const stonith_callback_data_t *data)
bool stonith__event_state_eq(stonith_history_t *history, void *user_data)
int stonith__execute_async(stonith_action_t *action, void *userdata, void(*done)(int pid, const pcmk__action_result_t *result, void *user_data), void(*fork_cb)(int pid, void *user_data))
int stonith__event_exit_status(const stonith_event_t *event)
int stonith__metadata_async(const char *agent, int timeout_sec, void(*callback)(int pid, const pcmk__action_result_t *result, void *user_data), void *user_data)
bool stonith__event_state_neq(stonith_history_t *history, void *user_data)