pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdbool.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 17 of file pcmk_sched_bundle.c.
int copies_per_node | ( | pe_resource_t * | rsc | ) |
Definition at line 442 of file pcmk_sched_bundle.c.
void distribute_children | ( | pe_resource_t * | rsc, |
GList * | children, | ||
GList * | nodes, | ||
int | max, | ||
int | per_host_max, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 573 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 593 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 563 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 103 of file pcmk_sched_bundle.c.
void pcmk__bundle_append_meta | ( | pe_resource_t * | rsc, |
xmlNode * | xml | ||
) |
Definition at line 1073 of file pcmk_sched_bundle.c.
void pcmk__bundle_create_actions | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 206 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 979 of file pcmk_sched_bundle.c.
void pcmk__bundle_expand | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 906 of file pcmk_sched_bundle.c.
void pcmk__bundle_internal_constraints | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 255 of file pcmk_sched_bundle.c.
void pcmk__bundle_log_actions | ( | pe_resource_t * | rsc, |
pe_working_set_t * | data_set | ||
) |
Definition at line 1078 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_colocation_lh | ( | pe_resource_t * | rsc, |
pe_resource_t * | rsc_rh, | ||
pcmk__colocation_t * | constraint, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 431 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_colocation_rh | ( | pe_resource_t * | rsc_lh, |
pe_resource_t * | rsc, | ||
pcmk__colocation_t * | constraint, | ||
pe_working_set_t * | data_set | ||
) |
Definition at line 484 of file pcmk_sched_bundle.c.
void pcmk__bundle_rsc_location | ( | pe_resource_t * | rsc, |
pe__location_t * | constraint | ||
) |
Definition at line 876 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 823 of file pcmk_sched_bundle.c.
gint sort_clone_instance | ( | gconstpointer | a, |
gconstpointer | b, | ||
gpointer | data_set | ||
) |
Definition at line 251 of file pcmk_sched_clone.c.