pacemaker  2.0.3-4b1f869f0f
Scalable High-Availability cluster resource manager
Functions
pcmk_sched_graph.c File Reference
#include <crm_internal.h>
#include <sys/param.h>
#include <crm/crm.h>
#include <crm/cib.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <glib.h>
#include <pacemaker-internal.h>
Include dependency graph for pcmk_sched_graph.c:

Go to the source code of this file.

Functions

void update_colo_start_chain (pe_action_t *action, pe_working_set_t *data_set)
 
gboolean rsc_update_action (action_t *first, action_t *then, enum pe_ordering type)
 
gboolean update_action (pe_action_t *then, pe_working_set_t *data_set)
 
gboolean shutdown_constraints (node_t *node, action_t *shutdown_op, pe_working_set_t *data_set)
 
gboolean stonith_constraints (node_t *node, action_t *stonith_op, pe_working_set_t *data_set)
 
void add_maintenance_update (pe_working_set_t *data_set)
 
bool pcmk__ordering_is_invalid (pe_action_t *action, pe_action_wrapper_t *input)
 
void graph_element_from_action (pe_action_t *action, pe_working_set_t *data_set)
 

Function Documentation

◆ add_maintenance_update()

void add_maintenance_update ( pe_working_set_t data_set)

Definition at line 924 of file pcmk_sched_graph.c.

◆ graph_element_from_action()

void graph_element_from_action ( pe_action_t action,
pe_working_set_t data_set 
)

Definition at line 1754 of file pcmk_sched_graph.c.

◆ pcmk__ordering_is_invalid()

bool pcmk__ordering_is_invalid ( pe_action_t action,
pe_action_wrapper_t input 
)

Definition at line 1669 of file pcmk_sched_graph.c.

◆ rsc_update_action()

gboolean rsc_update_action ( action_t first,
action_t then,
enum pe_ordering  type 
)

◆ shutdown_constraints()

gboolean shutdown_constraints ( node_t node,
action_t shutdown_op,
pe_working_set_t data_set 
)

Definition at line 706 of file pcmk_sched_graph.c.

◆ stonith_constraints()

gboolean stonith_constraints ( node_t node,
action_t stonith_op,
pe_working_set_t data_set 
)

Definition at line 762 of file pcmk_sched_graph.c.

◆ update_action()

gboolean update_action ( pe_action_t then,
pe_working_set_t data_set 
)

Definition at line 512 of file pcmk_sched_graph.c.

◆ update_colo_start_chain()

void update_colo_start_chain ( pe_action_t action,
pe_working_set_t data_set 
)

Definition at line 472 of file pcmk_sched_graph.c.