pacemaker
2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdbool.h>
#include <crm/msg_xml.h>
#include <pacemaker-internal.h>
#include "libpacemaker_private.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 19 of file pcmk_sched_bundle.c.
int copies_per_node | ( | pe_resource_t * | rsc | ) |
Definition at line 400 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 179 of file pcmk_sched_clone.c.
pe_resource_t* find_compatible_child_by_node | ( | const pe_resource_t * | local_child, |
const pe_node_t * | local_node, | ||
const pe_resource_t * | rsc, | ||
enum rsc_role_e | filter, | ||
gboolean | current | ||
) |
Definition at line 575 of file pcmk_sched_bundle.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_apply_coloc_score | ( | pe_resource_t * | dependent, |
const pe_resource_t * | primary, | ||
const pcmk__colocation_t * | colocation, | ||
bool | for_dependent | ||
) |
Definition at line 455 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.
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.
void pcmk__output_bundle_actions | ( | pe_resource_t * | rsc | ) |
Definition at line 1095 of file pcmk_sched_bundle.c.