![]() |
pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <stdbool.h>#include <qb/qbdefs.h>#include <crm/common/xml.h>#include <pacemaker-internal.h>#include "libpacemaker_private.h"
Go to the source code of this file.
| uint32_t pcmk__group_action_flags | ( | pcmk_action_t * | action, |
| const pcmk_node_t * | node | ||
| ) |
Definition at line 533 of file pcmk_sched_group.c.
| void pcmk__group_add_colocated_node_scores | ( | pcmk_resource_t * | source_rsc, |
| const pcmk_resource_t * | target_rsc, | ||
| const char * | log_id, | ||
| GHashTable ** | nodes, | ||
| const pcmk__colocation_t * | colocation, | ||
| float | factor, | ||
| uint32_t | flags | ||
| ) |
Definition at line 899 of file pcmk_sched_group.c.
| void pcmk__group_add_utilization | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList * | all_rscs, | ||
| GHashTable * | utilization | ||
| ) |
Definition at line 952 of file pcmk_sched_group.c.
| int pcmk__group_apply_coloc_score | ( | pcmk_resource_t * | dependent, |
| const pcmk_resource_t * | primary, | ||
| const pcmk__colocation_t * | colocation, | ||
| bool | for_dependent | ||
| ) |
Definition at line 504 of file pcmk_sched_group.c.
| void pcmk__group_apply_location | ( | pcmk_resource_t * | rsc, |
| pcmk__location_t * | location | ||
| ) |
Definition at line 656 of file pcmk_sched_group.c.
| pcmk_node_t* pcmk__group_assign | ( | pcmk_resource_t * | rsc, |
| const pcmk_node_t * | prefer, | ||
| bool | stop_if_fail | ||
| ) |
Definition at line 40 of file pcmk_sched_group.c.
| GList* pcmk__group_colocated_resources | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList * | colocated_rscs | ||
| ) |
Definition at line 705 of file pcmk_sched_group.c.
| void pcmk__group_create_actions | ( | pcmk_resource_t * | rsc | ) |
Definition at line 118 of file pcmk_sched_group.c.
| void pcmk__group_internal_constraints | ( | pcmk_resource_t * | rsc | ) |
Definition at line 310 of file pcmk_sched_group.c.
| void pcmk__group_shutdown_lock | ( | pcmk_resource_t * | rsc | ) |
Definition at line 994 of file pcmk_sched_group.c.
| uint32_t pcmk__group_update_ordered_actions | ( | pcmk_action_t * | first, |
| pcmk_action_t * | then, | ||
| const pcmk_node_t * | node, | ||
| uint32_t | flags, | ||
| uint32_t | filter, | ||
| uint32_t | type, | ||
| pcmk_scheduler_t * | scheduler | ||
| ) |
Definition at line 616 of file pcmk_sched_group.c.
| void pcmk__group_with_colocations | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList ** | list | ||
| ) |
Definition at line 793 of file pcmk_sched_group.c.
| void pcmk__with_group_colocations | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList ** | list | ||
| ) |
Definition at line 745 of file pcmk_sched_group.c.
1.8.14