pacemaker
2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
|
#include <glib.h>
#include <crm/common/xml.h>
#include <crm/pengine/status.h>
#include <crm/pengine/complex.h>
#include <crm/common/xml_internal.h>
#include <crm/pengine/internal.h>
#include <pcmki/pcmki_scheduler.h>
Go to the source code of this file.
enum pe_action_flags clone_action_flags | ( | pe_action_t * | action, |
const pe_node_t * | node | ||
) |
Definition at line 912 of file pcmk_sched_clone.c.
void clone_append_meta | ( | pe_resource_t * | rsc, |
xmlNode * | xml | ||
) |
Definition at line 1098 of file pcmk_sched_clone.c.
void clone_create_actions | ( | pe_resource_t * | rsc | ) |
Definition at line 485 of file pcmk_sched_clone.c.
bool clone_create_probe | ( | pe_resource_t * | rsc, |
pe_node_t * | node | ||
) |
Definition at line 1063 of file pcmk_sched_clone.c.
void clone_create_pseudo_actions | ( | pe_resource_t * | rsc, |
GList * | children, | ||
notify_data_t ** | start_notify, | ||
notify_data_t ** | stop_notify | ||
) |
Definition at line 502 of file pcmk_sched_clone.c.
void clone_expand | ( | pe_resource_t * | rsc | ) |
Definition at line 940 of file pcmk_sched_clone.c.
void clone_internal_constraints | ( | pe_resource_t * | rsc | ) |
Definition at line 568 of file pcmk_sched_clone.c.
void clone_rsc_location | ( | pe_resource_t * | rsc, |
pe__location_t * | constraint | ||
) |
Definition at line 918 of file pcmk_sched_clone.c.
enum pe_action_flags pcmk__bundle_action_flags | ( | pe_action_t * | action, |
const pe_node_t * | node | ||
) |
Definition at line 545 of file pcmk_sched_bundle.c.
void pcmk__bundle_add_utilization | ( | const pe_resource_t * | rsc, |
const pe_resource_t * | orig_rsc, | ||
GList * | all_rscs, | ||
GHashTable * | utilization | ||
) |
Definition at line 1124 of file pcmk_sched_bundle.c.
pe_node_t* pcmk__bundle_allocate | ( | pe_resource_t * | rsc, |
const pe_node_t * | prefer | ||
) |
Definition at line 74 of file pcmk_sched_bundle.c.
void pcmk__bundle_create_actions | ( | pe_resource_t * | rsc | ) |
Definition at line 174 of file pcmk_sched_bundle.c.
bool pcmk__bundle_create_probe | ( | pe_resource_t * | rsc, |
pe_node_t * | node | ||
) |
Definition at line 1010 of file pcmk_sched_bundle.c.
void pcmk__bundle_expand | ( | pe_resource_t * | rsc | ) |
Definition at line 928 of file pcmk_sched_bundle.c.
void pcmk__bundle_internal_constraints | ( | pe_resource_t * | rsc | ) |
Definition at line 222 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_location | ( | pe_resource_t * | rsc, |
pe__location_t * | constraint | ||
) |
Definition at line 891 of file pcmk_sched_bundle.c.
void pcmk__bundle_shutdown_lock | ( | pe_resource_t * | rsc | ) |
Definition at line 1153 of file pcmk_sched_bundle.c.
void pcmk__clone_add_utilization | ( | const pe_resource_t * | rsc, |
const pe_resource_t * | orig_rsc, | ||
GList * | all_rscs, | ||
GHashTable * | utilization | ||
) |
Definition at line 1148 of file pcmk_sched_clone.c.
pe_node_t* pcmk__clone_allocate | ( | pe_resource_t * | rsc, |
const pe_node_t * | prefer | ||
) |
Definition at line 292 of file pcmk_sched_clone.c.
void pcmk__clone_shutdown_lock | ( | pe_resource_t * | rsc | ) |
Definition at line 1192 of file pcmk_sched_clone.c.
void pcmk__log_transition_summary | ( | const char * | filename | ) |
Definition at line 930 of file pcmk_graph_producer.c.
uint32_t pcmk__multi_update_actions | ( | pe_action_t * | first, |
pe_action_t * | then, | ||
const pe_node_t * | node, | ||
uint32_t | flags, | ||
uint32_t | filter, | ||
uint32_t | type, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 830 of file pcmk_sched_bundle.c.