pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

void add_maintenance_update ( pe_working_set_t data_set)

Definition at line 952 of file pcmk_sched_graph.c.

void graph_element_from_action ( pe_action_t action,
pe_working_set_t data_set 
)

Definition at line 1848 of file pcmk_sched_graph.c.

void pcmk__order_vs_fence ( pe_action_t stonith_op,
pe_working_set_t data_set 
)

Definition at line 773 of file pcmk_sched_graph.c.

bool pcmk__ordering_is_invalid ( pe_action_t action,
pe_action_wrapper_t input 
)

Definition at line 1763 of file pcmk_sched_graph.c.

gboolean rsc_update_action ( pe_action_t first,
pe_action_t then,
enum pe_ordering  type 
)
gboolean shutdown_constraints ( pe_node_t node,
pe_action_t shutdown_op,
pe_working_set_t data_set 
)

Definition at line 718 of file pcmk_sched_graph.c.

gboolean update_action ( pe_action_t then,
pe_working_set_t data_set 
)

Definition at line 522 of file pcmk_sched_graph.c.

void update_colo_start_chain ( pe_action_t action,
pe_working_set_t data_set 
)

Definition at line 479 of file pcmk_sched_graph.c.