![]() |
pacemaker
2.0.3-4b1f869f0f
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 | VARIANT_GROUP 1 |
| #define VARIANT_GROUP 1 |
Definition at line 14 of file pcmk_sched_group.c.
| enum pe_action_flags group_action_flags | ( | action_t * | action, |
| node_t * | node | ||
| ) |
Definition at line 372 of file pcmk_sched_group.c.
| void group_append_meta | ( | resource_t * | rsc, |
| xmlNode * | xml | ||
| ) |
Definition at line 515 of file pcmk_sched_group.c.
| node_t* group_color | ( | resource_t * | rsc, |
| node_t * | prefer, | ||
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 18 of file pcmk_sched_group.c.
| void group_create_actions | ( | resource_t * | rsc, |
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 79 of file pcmk_sched_group.c.
| void group_expand | ( | resource_t * | rsc, |
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 468 of file pcmk_sched_group.c.
| void group_internal_constraints | ( | resource_t * | rsc, |
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 162 of file pcmk_sched_group.c.
| GHashTable* group_merge_weights | ( | resource_t * | rsc, |
| const char * | rhs, | ||
| GHashTable * | nodes, | ||
| const char * | attr, | ||
| float | factor, | ||
| enum pe_weights | flags | ||
| ) |
Definition at line 483 of file pcmk_sched_group.c.
| void group_rsc_colocation_lh | ( | pe_resource_t * | rsc_lh, |
| pe_resource_t * | rsc_rh, | ||
| rsc_colocation_t * | constraint, | ||
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 282 of file pcmk_sched_group.c.
| void group_rsc_colocation_rh | ( | pe_resource_t * | rsc_lh, |
| pe_resource_t * | rsc_rh, | ||
| rsc_colocation_t * | constraint, | ||
| pe_working_set_t * | data_set | ||
| ) |
Definition at line 324 of file pcmk_sched_group.c.
| void group_rsc_location | ( | pe_resource_t * | rsc, |
| pe__location_t * | constraint | ||
| ) |
Definition at line 439 of file pcmk_sched_group.c.
| enum pe_graph_flags group_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 413 of file pcmk_sched_group.c.
| void group_update_pseudo_status | ( | resource_t * | parent, |
| resource_t * | child | ||
| ) |
Definition at line 127 of file pcmk_sched_group.c.
1.8.17