pacemaker  2.1.1-52dc28db4
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 (pe_action_t *first, pe_action_t *then, enum pe_ordering type)
 
gboolean update_action (pe_action_t *then, pe_working_set_t *data_set)
 
gboolean shutdown_constraints (pe_node_t *node, pe_action_t *shutdown_op, pe_working_set_t *data_set)
 
void pcmk__order_vs_fence (pe_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 957 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 1853 of file pcmk_sched_graph.c.

◆ pcmk__order_vs_fence()

void pcmk__order_vs_fence ( pe_action_t stonith_op,
pe_working_set_t data_set 
)

Definition at line 778 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 1768 of file pcmk_sched_graph.c.

◆ rsc_update_action()

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

◆ shutdown_constraints()

gboolean shutdown_constraints ( pe_node_t node,
pe_action_t shutdown_op,
pe_working_set_t data_set 
)

Definition at line 723 of file pcmk_sched_graph.c.

◆ update_action()

gboolean update_action ( pe_action_t then,
pe_working_set_t data_set 
)

Definition at line 527 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 484 of file pcmk_sched_graph.c.