![]() |
pacemaker
2.0.5-ba59be712
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/msg_xml.h>
#include <pacemaker-internal.h>
#include <lib/pengine/variant.h>
Go to the source code of this file.
Macros | |
#define | PE__VARIANT_BUNDLE 1 |
#define PE__VARIANT_BUNDLE 1 |
Definition at line 15 of file pcmk_sched_bundle.c.
int copies_per_node | ( | pe_resource_t * | rsc | ) |
Definition at line 438 of file pcmk_sched_bundle.c.
void distribute_children | ( | pe_resource_t * | rsc, |
GListPtr | children, | ||
GListPtr | nodes, | ||
int | max, | ||
int | per_host_max, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 531 of file pcmk_sched_clone.c.
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.
enum pe_action_flags pcmk__bundle_action_flags | ( | pe_action_t * | action, |
pe_node_t * | node | ||
) |
Definition at line 553 of file pcmk_sched_bundle.c.
pe_node_t* pcmk__bundle_allocate | ( | pe_resource_t * | rsc, |
pe_node_t * | prefer, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 101 of file pcmk_sched_bundle.c.
void pcmk__bundle_append_meta | ( | pe_resource_t * | rsc, |
xmlNode * | xml | ||
) |
Definition at line 1053 of file pcmk_sched_bundle.c.
void pcmk__bundle_create_actions | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 203 of file pcmk_sched_bundle.c.
gboolean pcmk__bundle_create_probe | ( | pe_resource_t * | rsc, |
pe_node_t * | node, | ||
pe_action_t * | complete, | ||
gboolean | force, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 959 of file pcmk_sched_bundle.c.
void pcmk__bundle_expand | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 896 of file pcmk_sched_bundle.c.
void pcmk__bundle_internal_constraints | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 252 of file pcmk_sched_bundle.c.
void pcmk__bundle_log_actions | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set, | ||
gboolean | terminal | ||
) |
Definition at line 1058 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_colocation_lh | ( | pe_resource_t * | rsc, |
pe_resource_t * | rsc_rh, | ||
rsc_colocation_t * | constraint, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 427 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_colocation_rh | ( | pe_resource_t * | rsc_lh, |
pe_resource_t * | rsc, | ||
rsc_colocation_t * | constraint, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 471 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_location | ( | pe_resource_t * | rsc, |
pe__location_t * | constraint | ||
) |
Definition at line 866 of file pcmk_sched_bundle.c.
enum pe_graph_flags pcmk__multi_update_actions | ( | pe_action_t * | first, |
pe_action_t * | then, | ||
pe_node_t * | node, | ||
enum pe_action_flags | flags, | ||
enum pe_action_flags | filter, | ||
enum pe_ordering | type, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 813 of file pcmk_sched_bundle.c.
gint sort_clone_instance | ( | gconstpointer | a, |
gconstpointer | b, | ||
gpointer | data_set | ||
) |
Definition at line 78 of file pcmk_sched_clone.c.