pacemaker  2.0.5-ba59be712
Scalable High-Availability cluster resource manager
Macros | Enumerations | Functions
pcmki_sched_utils.h File Reference
#include <stdbool.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/lrmd.h>
#include <crm/cib.h>
#include <crm/pengine/pe_types.h>
#include <crm/pengine/internal.h>
#include <pcmki/pcmki_scheduler.h>
Include dependency graph for pcmki_sched_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOAD_STOPPED   "load_stopped"
 

Enumerations

enum  filter_colocation_res { influence_nothing = 0, influence_rsc_location, influence_rsc_priority }
 

Functions

rsc_colocation_tinvert_constraint (rsc_colocation_t *constraint)
 
pe__location_tcopy_constraint (pe__location_t *constraint)
 
pe__location_trsc2node_new (const char *id, pe_resource_t *rsc, int weight, const char *discovery_mode, pe_node_t *node, pe_working_set_t *data_set)
 
gboolean rsc_colocation_new (const char *id, const char *node_attr, int score, pe_resource_t *rsc_lh, pe_resource_t *rsc_rh, const char *state_lh, const char *state_rh, pe_working_set_t *data_set)
 
gboolean rsc_ticket_new (const char *id, pe_resource_t *rsc_lh, pe_ticket_t *ticket, const char *state_lh, const char *loss_policy, pe_working_set_t *data_set)
 
GHashTable * pcmk__copy_node_table (GHashTable *nodes)
 
GList * pcmk__copy_node_list (const GList *list, bool reset)
 
GList * sort_nodes_by_weight (GList *nodes, pe_node_t *active_node, pe_working_set_t *data_set)
 
gboolean can_run_resources (const pe_node_t *node)
 
gboolean native_assign_node (pe_resource_t *rsc, GListPtr candidates, pe_node_t *chosen, gboolean force)
 
void native_deallocate (pe_resource_t *rsc)
 
void log_action (unsigned int log_level, const char *pre_text, pe_action_t *action, gboolean details)
 
gboolean can_run_any (GHashTable *nodes)
 
pe_resource_tfind_compatible_child (pe_resource_t *local_child, pe_resource_t *rsc, enum rsc_role_e filter, gboolean current, pe_working_set_t *data_set)
 
pe_resource_tfind_compatible_child_by_node (pe_resource_t *local_child, pe_node_t *local_node, pe_resource_t *rsc, enum rsc_role_e filter, gboolean current)
 
gboolean is_child_compatible (pe_resource_t *child_rsc, pe_node_t *local_node, enum rsc_role_e filter, gboolean current)
 
bool assign_node (pe_resource_t *rsc, pe_node_t *node, gboolean force)
 
enum pe_action_flags summary_action_flags (pe_action_t *action, GListPtr children, pe_node_t *node)
 
enum action_tasks clone_child_action (pe_action_t *action)
 
int copies_per_node (pe_resource_t *rsc)
 
enum filter_colocation_res filter_colocation_constraint (pe_resource_t *rsc_lh, pe_resource_t *rsc_rh, rsc_colocation_t *constraint, gboolean preview)
 
int compare_capacity (const pe_node_t *node1, const pe_node_t *node2)
 
void calculate_utilization (GHashTable *current_utilization, GHashTable *utilization, gboolean plus)
 
void process_utilization (pe_resource_t *rsc, pe_node_t **prefer, pe_working_set_t *data_set)
 
pe_action_tcreate_pseudo_resource_op (pe_resource_t *rsc, const char *task, bool optional, bool runnable, pe_working_set_t *data_set)
 
pe_action_tpe_cancel_op (pe_resource_t *rsc, const char *name, guint interval_ms, pe_node_t *node, pe_working_set_t *data_set)
 
pe_action_tsched_shutdown_op (pe_node_t *node, pe_working_set_t *data_set)
 
xmlNode * pcmk__create_history_xml (xmlNode *parent, lrmd_event_data_t *event, const char *caller_version, int target_rc, const char *node, const char *origin, int level)
 
void modify_configuration (pe_working_set_t *data_set, cib_t *cib, const char *quorum, const char *watchdog, GListPtr node_up, GListPtr node_down, GListPtr node_fail, GListPtr op_inject, GListPtr ticket_grant, GListPtr ticket_revoke, GListPtr ticket_standby, GListPtr ticket_activate)
 
int run_simulation (pe_working_set_t *data_set, cib_t *cib, GListPtr op_fail_list, bool quiet)
 

Macro Definition Documentation

◆ LOAD_STOPPED

#define LOAD_STOPPED   "load_stopped"

Definition at line 92 of file pcmki_sched_utils.h.

Enumeration Type Documentation

◆ filter_colocation_res

Enumerator
influence_nothing 
influence_rsc_location 
influence_rsc_priority 

Definition at line 66 of file pcmki_sched_utils.h.

Function Documentation

◆ assign_node()

bool assign_node ( pe_resource_t rsc,
pe_node_t node,
gboolean  force 
)

Definition at line 969 of file pcmk_sched_clone.c.

◆ calculate_utilization()

void calculate_utilization ( GHashTable *  current_utilization,
GHashTable *  utilization,
gboolean  plus 
)

Definition at line 113 of file pcmk_sched_utilization.c.

◆ can_run_any()

gboolean can_run_any ( GHashTable *  nodes)

Definition at line 451 of file pcmk_sched_utils.c.

◆ can_run_resources()

gboolean can_run_resources ( const pe_node_t node)

Definition at line 65 of file pcmk_sched_utils.c.

◆ clone_child_action()

enum action_tasks clone_child_action ( pe_action_t action)

Definition at line 1168 of file pcmk_sched_clone.c.

◆ compare_capacity()

int compare_capacity ( const pe_node_t node1,
const pe_node_t node2 
)

Definition at line 72 of file pcmk_sched_utilization.c.

◆ copies_per_node()

int copies_per_node ( pe_resource_t rsc)

Definition at line 438 of file pcmk_sched_bundle.c.

◆ copy_constraint()

pe__location_t* copy_constraint ( pe__location_t constraint)

◆ create_pseudo_resource_op()

pe_action_t* create_pseudo_resource_op ( pe_resource_t rsc,
const char *  task,
bool  optional,
bool  runnable,
pe_working_set_t data_set 
)

Definition at line 471 of file pcmk_sched_utils.c.

◆ filter_colocation_constraint()

enum filter_colocation_res filter_colocation_constraint ( pe_resource_t rsc_lh,
pe_resource_t rsc_rh,
rsc_colocation_t constraint,
gboolean  preview 
)

Definition at line 1735 of file pcmk_sched_native.c.

◆ find_compatible_child()

pe_resource_t* find_compatible_child ( pe_resource_t local_child,
pe_resource_t rsc,
enum rsc_role_e  filter,
gboolean  current,
pe_working_set_t data_set 
)

Definition at line 1023 of file pcmk_sched_clone.c.

◆ find_compatible_child_by_node()

pe_resource_t* find_compatible_child_by_node ( pe_resource_t local_child,
pe_node_t local_node,
pe_resource_t rsc,
enum rsc_role_e  filter,
gboolean  current 
)

Definition at line 583 of file pcmk_sched_bundle.c.

◆ invert_constraint()

rsc_colocation_t* invert_constraint ( rsc_colocation_t constraint)

◆ is_child_compatible()

gboolean is_child_compatible ( pe_resource_t child_rsc,
pe_node_t local_node,
enum rsc_role_e  filter,
gboolean  current 
)

Definition at line 993 of file pcmk_sched_clone.c.

◆ log_action()

void log_action ( unsigned int  log_level,
const char *  pre_text,
pe_action_t action,
gboolean  details 
)

Definition at line 353 of file pcmk_sched_utils.c.

◆ modify_configuration()

void modify_configuration ( pe_working_set_t data_set,
cib_t cib,
const char *  quorum,
const char *  watchdog,
GListPtr  node_up,
GListPtr  node_down,
GListPtr  node_fail,
GListPtr  op_inject,
GListPtr  ticket_grant,
GListPtr  ticket_revoke,
GListPtr  ticket_standby,
GListPtr  ticket_activate 
)

Definition at line 404 of file pcmk_sched_transition.c.

◆ native_assign_node()

gboolean native_assign_node ( pe_resource_t rsc,
GListPtr  candidates,
pe_node_t chosen,
gboolean  force 
)

Definition at line 271 of file pcmk_sched_utils.c.

◆ native_deallocate()

void native_deallocate ( pe_resource_t rsc)

Definition at line 253 of file pcmk_sched_utils.c.

◆ pcmk__copy_node_list()

GList* pcmk__copy_node_list ( const GList *  list,
bool  reset 
)

Definition at line 126 of file pcmk_sched_utils.c.

◆ pcmk__copy_node_table()

GHashTable* pcmk__copy_node_table ( GHashTable *  nodes)

Definition at line 96 of file pcmk_sched_utils.c.

◆ pcmk__create_history_xml()

xmlNode* pcmk__create_history_xml ( xmlNode *  parent,
lrmd_event_data_t event,
const char *  caller_version,
int  target_rc,
const char *  node,
const char *  origin,
int  level 
)

Definition at line 605 of file pcmk_sched_utils.c.

◆ pe_cancel_op()

pe_action_t* pe_cancel_op ( pe_resource_t rsc,
const char *  name,
guint  interval_ms,
pe_node_t node,
pe_working_set_t data_set 
)

Definition at line 496 of file pcmk_sched_utils.c.

◆ process_utilization()

void process_utilization ( pe_resource_t rsc,
pe_node_t **  prefer,
pe_working_set_t data_set 
)

Definition at line 331 of file pcmk_sched_utilization.c.

◆ rsc2node_new()

pe__location_t* rsc2node_new ( const char *  id,
pe_resource_t rsc,
int  weight,
const char *  discovery_mode,
pe_node_t node,
pe_working_set_t data_set 
)

Definition at line 17 of file pcmk_sched_utils.c.

◆ rsc_colocation_new()

gboolean rsc_colocation_new ( const char *  id,
const char *  node_attr,
int  score,
pe_resource_t rsc_lh,
pe_resource_t rsc_rh,
const char *  state_lh,
const char *  state_rh,
pe_working_set_t data_set 
)

Definition at line 1345 of file pcmk_sched_constraints.c.

◆ rsc_ticket_new()

gboolean rsc_ticket_new ( const char *  id,
pe_resource_t rsc_lh,
pe_ticket_t ticket,
const char *  state_lh,
const char *  loss_policy,
pe_working_set_t data_set 
)

Definition at line 2718 of file pcmk_sched_constraints.c.

◆ run_simulation()

int run_simulation ( pe_working_set_t data_set,
cib_t cib,
GListPtr  op_fail_list,
bool  quiet 
)

Definition at line 808 of file pcmk_sched_transition.c.

◆ sched_shutdown_op()

pe_action_t* sched_shutdown_op ( pe_node_t node,
pe_working_set_t data_set 
)

Definition at line 531 of file pcmk_sched_utils.c.

◆ sort_nodes_by_weight()

GList* sort_nodes_by_weight ( GList *  nodes,
pe_node_t active_node,
pe_working_set_t data_set 
)

Definition at line 244 of file pcmk_sched_utils.c.

◆ summary_action_flags()

enum pe_action_flags summary_action_flags ( pe_action_t action,
GListPtr  children,
pe_node_t node 
)

Definition at line 1212 of file pcmk_sched_clone.c.