pacemaker  2.0.1-9e909a5bdd
Scalable High-Availability cluster resource manager
Data Structures | Macros | Typedefs | Enumerations | Functions
internal.h File Reference
#include <string.h>
#include <crm/pengine/status.h>
#include <crm/pengine/remote.h>
Include dependency graph for internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pe__location_constraint_s
 
struct  pe__order_constraint_s
 
struct  notify_data_s
 
struct  op_digest_cache_s
 

Macros

#define pe_rsc_info(rsc, fmt, args...)   crm_log_tag(LOG_INFO, rsc ? rsc->id : "<NULL>", fmt, ##args)
 
#define pe_rsc_debug(rsc, fmt, args...)   crm_log_tag(LOG_DEBUG, rsc ? rsc->id : "<NULL>", fmt, ##args)
 
#define pe_rsc_trace(rsc, fmt, args...)   crm_log_tag(LOG_TRACE, rsc ? rsc->id : "<NULL>", fmt, ##args)
 
#define pe_err(fmt...)   { was_processing_error = TRUE; crm_config_error = TRUE; crm_err(fmt); }
 
#define pe_warn(fmt...)   { was_processing_warning = TRUE; crm_config_warning = TRUE; crm_warn(fmt); }
 
#define pe_proc_err(fmt...)   { was_processing_error = TRUE; crm_err(fmt); }
 
#define pe_proc_warn(fmt...)   { was_processing_warning = TRUE; crm_warn(fmt); }
 
#define pe_set_action_bit(action, bit)   action->flags = crm_set_bit(__FUNCTION__, __LINE__, action->uuid, action->flags, bit)
 
#define pe_clear_action_bit(action, bit)   action->flags = crm_clear_bit(__FUNCTION__, __LINE__, action->uuid, action->flags, bit)
 
#define dump_node_scores(level, rsc, text, nodes)
 
#define delete_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_DELETE, 0)
 
#define delete_action(rsc, node, optional)
 
#define stopped_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_STOPPED, 0)
 
#define stopped_action(rsc, node, optional)
 
#define stop_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_STOP, 0)
 
#define stop_action(rsc, node, optional)
 
#define reload_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_RELOAD, 0)
 
#define start_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_START, 0)
 
#define start_action(rsc, node, optional)
 
#define started_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_STARTED, 0)
 
#define started_action(rsc, node, optional)
 
#define promote_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_PROMOTE, 0)
 
#define promote_action(rsc, node, optional)
 
#define promoted_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_PROMOTED, 0)
 
#define promoted_action(rsc, node, optional)
 
#define demote_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_DEMOTE, 0)
 
#define demote_action(rsc, node, optional)
 
#define demoted_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_DEMOTED, 0)
 
#define demoted_action(rsc, node, optional)
 
#define pe_action_required(action, reason, text)   pe_action_set_flag_reason(__FUNCTION__, __LINE__, action, reason, text, pe_action_optional, FALSE)
 
#define pe_action_implies(action, reason, flag)   pe_action_set_flag_reason(__FUNCTION__, __LINE__, action, reason, NULL, flag, FALSE)
 

Typedefs

typedef struct pe__location_constraint_s pe__location_t
 
typedef struct pe__order_constraint_s pe__ordering_t
 
typedef struct notify_data_s notify_data_t
 
typedef struct op_digest_cache_s op_digest_cache_t
 

Enumerations

enum  pe_fc_flags_e { pe_fc_default = 0x00, pe_fc_effective = 0x01, pe_fc_fillers = 0x02 }
 
enum  rsc_digest_cmp_val { RSC_DIGEST_MATCH = 0, RSC_DIGEST_RESTART, RSC_DIGEST_ALL, RSC_DIGEST_UNKNOWN }
 

Functions

bool pe_can_fence (pe_working_set_t *data_set, node_t *node)
 
int merge_weights (int w1, int w2)
 
void add_hash_param (GHashTable *hash, const char *name, const char *value)
 
char * native_parameter (resource_t *rsc, node_t *node, gboolean create, const char *name, pe_working_set_t *data_set)
 
pe_node_tnative_location (const pe_resource_t *rsc, GList **list, int current)
 
void pe_metadata (void)
 
void verify_pe_options (GHashTable *options)
 
void common_update_score (resource_t *rsc, const char *id, int score)
 
void native_add_running (resource_t *rsc, node_t *node, pe_working_set_t *data_set)
 
gboolean native_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
gboolean group_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
gboolean clone_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
gboolean container_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
resource_tnative_find_rsc (resource_t *rsc, const char *id, const node_t *node, int flags)
 
gboolean native_active (resource_t *rsc, gboolean all)
 
gboolean group_active (resource_t *rsc, gboolean all)
 
gboolean clone_active (resource_t *rsc, gboolean all)
 
gboolean container_active (resource_t *rsc, gboolean all)
 
void native_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void group_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void clone_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void container_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void native_free (resource_t *rsc)
 
void group_free (resource_t *rsc)
 
void clone_free (resource_t *rsc)
 
void container_free (resource_t *rsc)
 
enum rsc_role_e native_resource_state (const resource_t *rsc, gboolean current)
 
enum rsc_role_e group_resource_state (const resource_t *rsc, gboolean current)
 
enum rsc_role_e clone_resource_state (const resource_t *rsc, gboolean current)
 
enum rsc_role_e container_resource_state (const resource_t *rsc, gboolean current)
 
gboolean common_unpack (xmlNode *xml_obj, resource_t **rsc, resource_t *parent, pe_working_set_t *data_set)
 
void common_free (resource_t *rsc)
 
node_tnode_copy (const node_t *this_node)
 
time_t get_effective_time (pe_working_set_t *data_set)
 
int pe_get_failcount (node_t *node, resource_t *rsc, time_t *last_failure, uint32_t flags, xmlNode *xml_op, pe_working_set_t *data_set)
 
pe_action_tpe__clear_failcount (pe_resource_t *rsc, pe_node_t *node, const char *reason, pe_working_set_t *data_set)
 Schedule a controller operation to clear a fail count. More...
 
pe_node_tpe__find_active_on (const pe_resource_t *rsc, unsigned int *count_all, unsigned int *count_clean)
 
pe_node_tpe__find_active_requires (const pe_resource_t *rsc, unsigned int *count)
 
void node_list_exclude (GHashTable *list, GListPtr list2, gboolean merge_scores)
 
GListPtr node_list_dup (GListPtr list, gboolean reset, gboolean filter)
 
GHashTable * node_hash_from_list (GListPtr list)
 
action_tget_pseudo_op (const char *name, pe_working_set_t *data_set)
 
gboolean order_actions (action_t *lh_action, action_t *rh_action, enum pe_ordering order)
 
GHashTable * node_hash_dup (GHashTable *hash)
 
void print_node (const char *pre_text, node_t *node, gboolean details)
 
void print_resource (int log_level, const char *pre_text, resource_t *rsc, gboolean details)
 
void dump_node_scores_worker (int level, const char *file, const char *function, int line, resource_t *rsc, const char *comment, GHashTable *nodes)
 
void dump_node_capacity (int level, const char *comment, node_t *node)
 
void dump_rsc_utilization (int level, const char *comment, resource_t *rsc, node_t *node)
 
gint sort_rsc_priority (gconstpointer a, gconstpointer b)
 
gint sort_rsc_index (gconstpointer a, gconstpointer b)
 
xmlNode * find_rsc_op_entry (resource_t *rsc, const char *key)
 
action_tcustom_action (resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
 
int pe_get_configured_timeout (resource_t *rsc, const char *action, pe_working_set_t *data_set)
 
action_tfind_first_action (GListPtr input, const char *uuid, const char *task, node_t *on_node)
 
enum action_tasks get_complex_task (resource_t *rsc, const char *name, gboolean allow_non_atomic)
 
GListPtr find_actions (GListPtr input, const char *key, const node_t *on_node)
 
GListPtr find_actions_exact (GListPtr input, const char *key, node_t *on_node)
 
GListPtr find_recurring_actions (GListPtr input, node_t *not_on_node)
 
void pe_free_action (action_t *action)
 
void resource_location (resource_t *rsc, node_t *node, int score, const char *tag, pe_working_set_t *data_set)
 
gint sort_op_by_callid (gconstpointer a, gconstpointer b)
 
gboolean get_target_role (resource_t *rsc, enum rsc_role_e *role)
 
resource_tfind_clone_instance (resource_t *rsc, const char *sub_id, pe_working_set_t *data_set)
 
void destroy_ticket (gpointer data)
 
ticket_tticket_new (const char *ticket_id, pe_working_set_t *data_set)
 
const char * pe_base_name_end (const char *id)
 
char * clone_strip (const char *last_rsc_id)
 
char * clone_zero (const char *last_rsc_id)
 
int get_target_rc (xmlNode *xml_op)
 
gint sort_node_uname (gconstpointer a, gconstpointer b)
 
bool is_set_recursive (resource_t *rsc, long long flag, bool any)
 
op_digest_cache_trsc_action_digest_cmp (resource_t *rsc, xmlNode *xml_op, node_t *node, pe_working_set_t *data_set)
 
action_tpe_fence_op (node_t *node, const char *op, bool optional, const char *reason, pe_working_set_t *data_set)
 
void trigger_unfencing (resource_t *rsc, node_t *node, const char *reason, action_t *dependency, pe_working_set_t *data_set)
 
void pe_action_set_reason (pe_action_t *action, const char *reason, bool overwrite)
 
void pe_action_set_flag_reason (const char *function, long line, pe_action_t *action, pe_action_t *reason, const char *text, enum pe_action_flags flags, bool overwrite)
 
void set_bit_recursive (resource_t *rsc, unsigned long long flag)
 
void clear_bit_recursive (resource_t *rsc, unsigned long long flag)
 
gboolean add_tag_ref (GHashTable *tags, const char *tag_name, const char *obj_ref)
 
void print_rscs_brief (GListPtr rsc_list, const char *pre_text, long options, void *print_data, gboolean print_all)
 
void pe_fence_node (pe_working_set_t *data_set, node_t *node, const char *reason)
 Schedule a fence action for a node. More...
 
node_tpe_create_node (const char *id, const char *uname, const char *type, const char *score, pe_working_set_t *data_set)
 
bool remote_id_conflict (const char *remote_name, pe_working_set_t *data)
 
void common_print (resource_t *rsc, const char *pre_text, const char *name, node_t *node, long options, void *print_data)
 
resource_tfind_container_child (const resource_t *bundle, const node_t *node)
 
bool container_fix_remote_addr (resource_t *rsc)
 
const char * container_fix_remote_addr_in (resource_t *rsc, xmlNode *xml, const char *field)
 
const char * pe_node_attribute_calculated (const pe_node_t *node, const char *name, const resource_t *rsc)
 
const char * pe_node_attribute_raw (pe_node_t *node, const char *name)
 
bool pe__is_universal_clone (pe_resource_t *rsc, pe_working_set_t *data_set)
 
void pe__add_param_check (xmlNode *rsc_op, pe_resource_t *rsc, pe_node_t *node, enum pe_check_parameters, pe_working_set_t *data_set)
 
void pe__foreach_param_check (pe_working_set_t *data_set, void(*cb)(pe_resource_t *, pe_node_t *, xmlNode *, enum pe_check_parameters, pe_working_set_t *))
 
void pe__free_param_checks (pe_working_set_t *data_set)
 

Macro Definition Documentation

◆ delete_action

#define delete_action (   rsc,
  node,
  optional 
)
Value:
rsc, delete_key(rsc), CRMD_ACTION_DELETE, node, \
optional, TRUE, data_set);

Definition at line 196 of file internal.h.

◆ delete_key

#define delete_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_DELETE, 0)

Definition at line 195 of file internal.h.

◆ demote_action

#define demote_action (   rsc,
  node,
  optional 
)
Value:
rsc, demote_key(rsc), CRMD_ACTION_DEMOTE, node, \
optional, TRUE, data_set)

Definition at line 232 of file internal.h.

◆ demote_key

#define demote_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_DEMOTE, 0)

Definition at line 231 of file internal.h.

◆ demoted_action

#define demoted_action (   rsc,
  node,
  optional 
)
Value:
rsc, demoted_key(rsc), CRMD_ACTION_DEMOTED, node, \
optional, TRUE, data_set)

Definition at line 237 of file internal.h.

◆ demoted_key

#define demoted_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_DEMOTED, 0)

Definition at line 236 of file internal.h.

◆ dump_node_scores

#define dump_node_scores (   level,
  rsc,
  text,
  nodes 
)
Value:
do { \
dump_node_scores_worker(level, __FILE__, __FUNCTION__, __LINE__, rsc, text, nodes); \
} while(0)

Definition at line 182 of file internal.h.

◆ pe_action_implies

#define pe_action_implies (   action,
  reason,
  flag 
)    pe_action_set_flag_reason(__FUNCTION__, __LINE__, action, reason, NULL, flag, FALSE)

Definition at line 322 of file internal.h.

◆ pe_action_required

#define pe_action_required (   action,
  reason,
  text 
)    pe_action_set_flag_reason(__FUNCTION__, __LINE__, action, reason, text, pe_action_optional, FALSE)

Definition at line 321 of file internal.h.

◆ pe_clear_action_bit

#define pe_clear_action_bit (   action,
  bit 
)    action->flags = crm_clear_bit(__FUNCTION__, __LINE__, action->uuid, action->flags, bit)

Definition at line 23 of file internal.h.

◆ pe_err

#define pe_err (   fmt...)    { was_processing_error = TRUE; crm_config_error = TRUE; crm_err(fmt); }

Definition at line 18 of file internal.h.

◆ pe_proc_err

#define pe_proc_err (   fmt...)    { was_processing_error = TRUE; crm_err(fmt); }

Definition at line 20 of file internal.h.

◆ pe_proc_warn

#define pe_proc_warn (   fmt...)    { was_processing_warning = TRUE; crm_warn(fmt); }

Definition at line 21 of file internal.h.

◆ pe_rsc_debug

#define pe_rsc_debug (   rsc,
  fmt,
  args... 
)    crm_log_tag(LOG_DEBUG, rsc ? rsc->id : "<NULL>", fmt, ##args)

Definition at line 15 of file internal.h.

◆ pe_rsc_info

#define pe_rsc_info (   rsc,
  fmt,
  args... 
)    crm_log_tag(LOG_INFO, rsc ? rsc->id : "<NULL>", fmt, ##args)

Definition at line 14 of file internal.h.

◆ pe_rsc_trace

#define pe_rsc_trace (   rsc,
  fmt,
  args... 
)    crm_log_tag(LOG_TRACE, rsc ? rsc->id : "<NULL>", fmt, ##args)

Definition at line 16 of file internal.h.

◆ pe_set_action_bit

#define pe_set_action_bit (   action,
  bit 
)    action->flags = crm_set_bit(__FUNCTION__, __LINE__, action->uuid, action->flags, bit)

Definition at line 22 of file internal.h.

◆ pe_warn

#define pe_warn (   fmt...)    { was_processing_warning = TRUE; crm_config_warning = TRUE; crm_warn(fmt); }

Definition at line 19 of file internal.h.

◆ promote_action

#define promote_action (   rsc,
  node,
  optional 
)
Value:
rsc, promote_key(rsc), CRMD_ACTION_PROMOTE, node, \
optional, TRUE, data_set)

Definition at line 222 of file internal.h.

◆ promote_key

#define promote_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_PROMOTE, 0)

Definition at line 221 of file internal.h.

◆ promoted_action

#define promoted_action (   rsc,
  node,
  optional 
)
Value:
rsc, promoted_key(rsc), CRMD_ACTION_PROMOTED, node, \
optional, TRUE, data_set)

Definition at line 227 of file internal.h.

◆ promoted_key

#define promoted_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_PROMOTED, 0)

Definition at line 226 of file internal.h.

◆ reload_key

#define reload_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_RELOAD, 0)

Definition at line 210 of file internal.h.

◆ start_action

#define start_action (   rsc,
  node,
  optional 
)
Value:
rsc, start_key(rsc), CRMD_ACTION_START, node, \
optional, TRUE, data_set)

Definition at line 212 of file internal.h.

◆ start_key

#define start_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_START, 0)

Definition at line 211 of file internal.h.

◆ started_action

#define started_action (   rsc,
  node,
  optional 
)
Value:
rsc, started_key(rsc), CRMD_ACTION_STARTED, node, \
optional, TRUE, data_set)

Definition at line 217 of file internal.h.

◆ started_key

#define started_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_STARTED, 0)

Definition at line 216 of file internal.h.

◆ stop_action

#define stop_action (   rsc,
  node,
  optional 
)
Value:
rsc, stop_key(rsc), CRMD_ACTION_STOP, node, \
optional, TRUE, data_set);

Definition at line 206 of file internal.h.

◆ stop_key

#define stop_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_STOP, 0)

Definition at line 205 of file internal.h.

◆ stopped_action

#define stopped_action (   rsc,
  node,
  optional 
)
Value:
rsc, stopped_key(rsc), CRMD_ACTION_STOPPED, node, \
optional, TRUE, data_set);

Definition at line 201 of file internal.h.

◆ stopped_key

#define stopped_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_STOPPED, 0)

Definition at line 200 of file internal.h.

Typedef Documentation

◆ notify_data_t

typedef struct notify_data_s notify_data_t

◆ op_digest_cache_t

◆ pe__location_t

◆ pe__ordering_t

Enumeration Type Documentation

◆ pe_fc_flags_e

Enumerator
pe_fc_default 
pe_fc_effective 
pe_fc_fillers 

Definition at line 123 of file internal.h.

◆ rsc_digest_cmp_val

Enumerator
RSC_DIGEST_MATCH 

Digests are the same

RSC_DIGEST_RESTART 

Params that require a restart changed

RSC_DIGEST_ALL 

Some parameter changed.

RSC_DIGEST_UNKNOWN 

rsc op didn't have a digest associated with it, so it is unknown if parameters changed or not.

Definition at line 289 of file internal.h.

Function Documentation

◆ add_hash_param()

void add_hash_param ( GHashTable *  hash,
const char *  name,
const char *  value 
)

Definition at line 406 of file common.c.

◆ add_tag_ref()

gboolean add_tag_ref ( GHashTable *  tags,
const char *  tag_name,
const char *  obj_ref 
)

Definition at line 2276 of file utils.c.

◆ clear_bit_recursive()

void clear_bit_recursive ( resource_t rsc,
unsigned long long  flag 
)

Definition at line 2114 of file utils.c.

◆ clone_active()

gboolean clone_active ( resource_t rsc,
gboolean  all 
)

Definition at line 237 of file clone.c.

◆ clone_free()

void clone_free ( resource_t rsc)

Definition at line 573 of file clone.c.

◆ clone_print()

void clone_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 369 of file clone.c.

◆ clone_resource_state()

enum rsc_role_e clone_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 573 of file clone.c.

◆ clone_strip()

char* clone_strip ( const char *  last_rsc_id)

Definition at line 1499 of file unpack.c.

◆ clone_unpack()

gboolean clone_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 111 of file clone.c.

◆ clone_zero()

char* clone_zero ( const char *  last_rsc_id)

Definition at line 1521 of file unpack.c.

◆ common_free()

void common_free ( resource_t rsc)

Definition at line 758 of file complex.c.

◆ common_print()

void common_print ( resource_t rsc,
const char *  pre_text,
const char *  name,
node_t node,
long  options,
void *  print_data 
)

Definition at line 502 of file native.c.

◆ common_unpack()

gboolean common_unpack ( xmlNode *  xml_obj,
resource_t **  rsc,
resource_t parent,
pe_working_set_t data_set 
)

Definition at line 358 of file complex.c.

◆ common_update_score()

void common_update_score ( resource_t rsc,
const char *  id,
int  score 
)

Definition at line 705 of file complex.c.

◆ container_active()

gboolean container_active ( resource_t rsc,
gboolean  all 
)

Definition at line 1303 of file container.c.

◆ container_fix_remote_addr()

bool container_fix_remote_addr ( resource_t rsc)

Definition at line 910 of file container.c.

◆ container_fix_remote_addr_in()

const char* container_fix_remote_addr_in ( resource_t rsc,
xmlNode *  xml,
const char *  field 
)

Definition at line 945 of file container.c.

◆ container_free()

void container_free ( resource_t rsc)

Definition at line 1571 of file container.c.

◆ container_print()

void container_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 1471 of file container.c.

◆ container_resource_state()

enum rsc_role_e container_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 1571 of file container.c.

◆ container_unpack()

gboolean container_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 984 of file container.c.

◆ custom_action()

action_t* custom_action ( resource_t rsc,
char *  key,
const char *  task,
node_t on_node,
gboolean  optional,
gboolean  foo,
pe_working_set_t data_set 
)

Definition at line 439 of file utils.c.

◆ destroy_ticket()

void destroy_ticket ( gpointer  data)

Definition at line 1814 of file utils.c.

◆ dump_node_capacity()

void dump_node_capacity ( int  level,
const char *  comment,
node_t node 
)

Definition at line 351 of file utils.c.

◆ dump_node_scores_worker()

void dump_node_scores_worker ( int  level,
const char *  file,
const char *  function,
int  line,
resource_t rsc,
const char *  comment,
GHashTable *  nodes 
)

Definition at line 267 of file utils.c.

◆ dump_rsc_utilization()

void dump_rsc_utilization ( int  level,
const char *  comment,
resource_t rsc,
node_t node 
)

Definition at line 368 of file utils.c.

◆ find_actions()

GListPtr find_actions ( GListPtr  input,
const char *  key,
const node_t on_node 
)

Definition at line 1426 of file utils.c.

◆ find_actions_exact()

GListPtr find_actions_exact ( GListPtr  input,
const char *  key,
node_t on_node 
)

Definition at line 1466 of file utils.c.

◆ find_clone_instance()

resource_t* find_clone_instance ( resource_t rsc,
const char *  sub_id,
pe_working_set_t data_set 
)

Definition at line 40 of file clone.c.

◆ find_container_child()

resource_t* find_container_child ( const resource_t bundle,
const node_t node 
)

Definition at line 1351 of file container.c.

◆ find_first_action()

action_t* find_first_action ( GListPtr  input,
const char *  uuid,
const char *  task,
node_t on_node 
)

Definition at line 1396 of file utils.c.

◆ find_recurring_actions()

GListPtr find_recurring_actions ( GListPtr  input,
node_t not_on_node 
)

Definition at line 1338 of file utils.c.

◆ find_rsc_op_entry()

xmlNode* find_rsc_op_entry ( resource_t rsc,
const char *  key 
)

Definition at line 1245 of file utils.c.

◆ get_complex_task()

enum action_tasks get_complex_task ( resource_t rsc,
const char *  name,
gboolean  allow_non_atomic 
)

Definition at line 1338 of file utils.c.

◆ get_effective_time()

time_t get_effective_time ( pe_working_set_t data_set)

Definition at line 1694 of file utils.c.

◆ get_pseudo_op()

action_t* get_pseudo_op ( const char *  name,
pe_working_set_t data_set 
)

Definition at line 1797 of file utils.c.

◆ get_target_rc()

int get_target_rc ( xmlNode *  xml_op)

Definition at line 2979 of file unpack.c.

◆ get_target_role()

gboolean get_target_role ( resource_t rsc,
enum rsc_role_e role 
)

Definition at line 1709 of file utils.c.

◆ group_active()

gboolean group_active ( resource_t rsc,
gboolean  all 
)

Definition at line 90 of file group.c.

◆ group_free()

void group_free ( resource_t rsc)

Definition at line 184 of file group.c.

◆ group_print()

void group_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 135 of file group.c.

◆ group_resource_state()

enum rsc_role_e group_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 184 of file group.c.

◆ group_unpack()

gboolean group_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 20 of file group.c.

◆ is_set_recursive()

bool is_set_recursive ( resource_t rsc,
long long  flag,
bool  any 
)

Definition at line 338 of file clone.c.

◆ merge_weights()

int merge_weights ( int  w1,
int  w2 
)

Definition at line 369 of file common.c.

◆ native_active()

gboolean native_active ( resource_t rsc,
gboolean  all 
)

Definition at line 312 of file native.c.

◆ native_add_running()

void native_add_running ( resource_t rsc,
node_t node,
pe_working_set_t data_set 
)

Definition at line 37 of file native.c.

◆ native_find_rsc()

resource_t* native_find_rsc ( resource_t rsc,
const char *  id,
const node_t node,
int  flags 
)

Definition at line 212 of file native.c.

◆ native_free()

void native_free ( resource_t rsc)

Definition at line 771 of file native.c.

◆ native_location()

pe_node_t* native_location ( const pe_resource_t rsc,
GList **  list,
int  current 
)

Definition at line 800 of file native.c.

◆ native_parameter()

char* native_parameter ( resource_t rsc,
node_t node,
gboolean  create,
const char *  name,
pe_working_set_t data_set 
)

Definition at line 267 of file native.c.

◆ native_print()

void native_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 750 of file native.c.

◆ native_resource_state()

enum rsc_role_e native_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 771 of file native.c.

◆ native_unpack()

gboolean native_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 143 of file native.c.

◆ node_copy()

node_t* node_copy ( const node_t this_node)

Definition at line 116 of file utils.c.

◆ node_hash_dup()

GHashTable* node_hash_dup ( GHashTable *  hash)

◆ node_hash_from_list()

GHashTable* node_hash_from_list ( GListPtr  list)

Definition at line 172 of file utils.c.

◆ node_list_dup()

GListPtr node_list_dup ( GListPtr  list,
gboolean  reset,
gboolean  filter 
)

Definition at line 189 of file utils.c.

◆ node_list_exclude()

void node_list_exclude ( GHashTable *  list,
GListPtr  list2,
gboolean  merge_scores 
)

Definition at line 137 of file utils.c.

◆ order_actions()

gboolean order_actions ( action_t lh_action,
action_t rh_action,
enum pe_ordering  order 
)

Definition at line 1745 of file utils.c.

◆ pe__add_param_check()

void pe__add_param_check ( xmlNode *  rsc_op,
pe_resource_t rsc,
pe_node_t node,
enum  pe_check_parameters,
pe_working_set_t data_set 
)

Definition at line 203 of file remote.c.

◆ pe__clear_failcount()

pe_action_t* pe__clear_failcount ( pe_resource_t rsc,
pe_node_t node,
const char *  reason,
pe_working_set_t data_set 
)

Schedule a controller operation to clear a fail count.

Parameters
[in]rscResource with failure
[in]nodeNode failure occurred on
[in]reasonReadable description why needed (for logging)
[in]data_setWorking set for cluster
Returns
Scheduled action

Definition at line 360 of file failcounts.c.

◆ pe__find_active_on()

pe_node_t* pe__find_active_on ( const pe_resource_t rsc,
unsigned int *  count_all,
unsigned int *  count_clean 
)

Definition at line 840 of file complex.c.

◆ pe__find_active_requires()

pe_node_t* pe__find_active_requires ( const pe_resource_t rsc,
unsigned int *  count 
)

Definition at line 920 of file complex.c.

◆ pe__foreach_param_check()

void pe__foreach_param_check ( pe_working_set_t data_set,
void(*)(pe_resource_t *, pe_node_t *, xmlNode *, enum pe_check_parameters, pe_working_set_t *)  cb 
)

Definition at line 229 of file remote.c.

◆ pe__free_param_checks()

void pe__free_param_checks ( pe_working_set_t data_set)

Definition at line 244 of file remote.c.

◆ pe__is_universal_clone()

bool pe__is_universal_clone ( pe_resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 633 of file clone.c.

◆ pe_action_set_flag_reason()

void pe_action_set_flag_reason ( const char *  function,
long  line,
pe_action_t action,
pe_action_t reason,
const char *  text,
enum pe_action_flags  flags,
bool  overwrite 
)

Definition at line 2312 of file utils.c.

◆ pe_action_set_reason()

void pe_action_set_reason ( pe_action_t action,
const char *  reason,
bool  overwrite 
)

Definition at line 2370 of file utils.c.

◆ pe_base_name_end()

const char* pe_base_name_end ( const char *  id)

Definition at line 1459 of file unpack.c.

◆ pe_can_fence()

bool pe_can_fence ( pe_working_set_t data_set,
node_t node 
)

Definition at line 89 of file utils.c.

◆ pe_create_node()

node_t* pe_create_node ( const char *  id,
const char *  uname,
const char *  type,
const char *  score,
pe_working_set_t data_set 
)

Definition at line 331 of file unpack.c.

◆ pe_fence_node()

void pe_fence_node ( pe_working_set_t data_set,
node_t node,
const char *  reason 
)

Schedule a fence action for a node.

Parameters
[in,out]data_setCurrent working set of cluster
[in,out]nodeNode to fence
[in]reasonText description of why fencing is needed

Definition at line 68 of file unpack.c.

◆ pe_fence_op()

action_t* pe_fence_op ( node_t node,
const char *  op,
bool  optional,
const char *  reason,
pe_working_set_t data_set 
)

Definition at line 2161 of file utils.c.

◆ pe_free_action()

void pe_free_action ( action_t action)

Definition at line 1311 of file utils.c.

◆ pe_get_configured_timeout()

int pe_get_configured_timeout ( resource_t rsc,
const char *  action,
pe_working_set_t data_set 
)

Definition at line 823 of file utils.c.

◆ pe_get_failcount()

int pe_get_failcount ( node_t node,
resource_t rsc,
time_t *  last_failure,
uint32_t  flags,
xmlNode *  xml_op,
pe_working_set_t data_set 
)

Definition at line 251 of file failcounts.c.

◆ pe_metadata()

void pe_metadata ( void  )

Definition at line 166 of file common.c.

◆ pe_node_attribute_calculated()

const char* pe_node_attribute_calculated ( const pe_node_t node,
const char *  name,
const resource_t rsc 
)

Definition at line 423 of file common.c.

◆ pe_node_attribute_raw()

const char* pe_node_attribute_raw ( pe_node_t node,
const char *  name 
)

Definition at line 462 of file common.c.

◆ print_node()

void print_node ( const char *  pre_text,
node_t node,
gboolean  details 
)

Definition at line 1251 of file utils.c.

◆ print_resource()

void print_resource ( int  log_level,
const char *  pre_text,
resource_t rsc,
gboolean  details 
)

Definition at line 1295 of file utils.c.

◆ print_rscs_brief()

void print_rscs_brief ( GListPtr  rsc_list,
const char *  pre_text,
long  options,
void *  print_data,
gboolean  print_all 
)

Definition at line 927 of file native.c.

◆ remote_id_conflict()

bool remote_id_conflict ( const char *  remote_name,
pe_working_set_t data 
)

Definition at line 392 of file unpack.c.

◆ resource_location()

void resource_location ( resource_t rsc,
node_t node,
int  score,
const char *  tag,
pe_working_set_t data_set 
)

Definition at line 1535 of file utils.c.

◆ rsc_action_digest_cmp()

op_digest_cache_t* rsc_action_digest_cmp ( resource_t rsc,
xmlNode *  xml_op,
node_t node,
pe_working_set_t data_set 
)

Definition at line 2001 of file utils.c.

◆ set_bit_recursive()

void set_bit_recursive ( resource_t rsc,
unsigned long long  flag 
)

Definition at line 2127 of file utils.c.

◆ sort_node_uname()

gint sort_node_uname ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 215 of file utils.c.

◆ sort_op_by_callid()

gint sort_op_by_callid ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 1579 of file utils.c.

◆ sort_rsc_index()

gint sort_rsc_index ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 385 of file utils.c.

◆ sort_rsc_priority()

gint sort_rsc_priority ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 412 of file utils.c.

◆ ticket_new()

ticket_t* ticket_new ( const char *  ticket_id,
pe_working_set_t data_set 
)

Definition at line 1826 of file utils.c.

◆ trigger_unfencing()

void trigger_unfencing ( resource_t rsc,
node_t node,
const char *  reason,
action_t dependency,
pe_working_set_t data_set 
)

Definition at line 2242 of file utils.c.

◆ verify_pe_options()

void verify_pe_options ( GHashTable *  options)

Definition at line 175 of file common.c.

demoted_key
#define demoted_key(rsc)
Definition: internal.h:236
start_key
#define start_key(rsc)
Definition: internal.h:211
delete_key
#define delete_key(rsc)
Definition: internal.h:195
CRMD_ACTION_DEMOTED
#define CRMD_ACTION_DEMOTED
Definition: crm.h:156
CRMD_ACTION_PROMOTED
#define CRMD_ACTION_PROMOTED
Definition: crm.h:154
CRMD_ACTION_STARTED
#define CRMD_ACTION_STARTED
Definition: crm.h:148
CRMD_ACTION_DELETE
#define CRMD_ACTION_DELETE
Definition: crm.h:140
CRMD_ACTION_STOPPED
#define CRMD_ACTION_STOPPED
Definition: crm.h:151
custom_action
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:439
demote_key
#define demote_key(rsc)
Definition: internal.h:231
stopped_key
#define stopped_key(rsc)
Definition: internal.h:200
CRMD_ACTION_START
#define CRMD_ACTION_START
Definition: crm.h:147
CRMD_ACTION_STOP
#define CRMD_ACTION_STOP
Definition: crm.h:150
promote_key
#define promote_key(rsc)
Definition: internal.h:221
started_key
#define started_key(rsc)
Definition: internal.h:216
promoted_key
#define promoted_key(rsc)
Definition: internal.h:226
CRMD_ACTION_DEMOTE
#define CRMD_ACTION_DEMOTE
Definition: crm.h:155
stop_key
#define stop_key(rsc)
Definition: internal.h:205
CRMD_ACTION_PROMOTE
#define CRMD_ACTION_PROMOTE
Definition: crm.h:153