![]() |
pacemaker
3.0.0-d8340737c4
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 550 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 940 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 995 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 521 of file pcmk_sched_group.c.
| void pcmk__group_apply_location | ( | pcmk_resource_t * | rsc, |
| pcmk__location_t * | location | ||
| ) |
Definition at line 683 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 734 of file pcmk_sched_group.c.
| void pcmk__group_create_actions | ( | pcmk_resource_t * | rsc | ) |
Definition at line 123 of file pcmk_sched_group.c.
| void pcmk__group_internal_constraints | ( | pcmk_resource_t * | rsc | ) |
Definition at line 323 of file pcmk_sched_group.c.
| void pcmk__group_shutdown_lock | ( | pcmk_resource_t * | rsc | ) |
Definition at line 1040 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 639 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 829 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 775 of file pcmk_sched_group.c.
1.8.14