![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <stdbool.h>#include <crm/common/xml.h>#include <pacemaker-internal.h>#include "libpacemaker_private.h"
Go to the source code of this file.
Macros | |
| #define | XPATH_REMOTE "//nvpair[@name='" PCMK_REMOTE_RA_ADDR "']" |
| #define XPATH_REMOTE "//nvpair[@name='" PCMK_REMOTE_RA_ADDR "']" |
Definition at line 791 of file pcmk_sched_bundle.c.
| uint32_t pcmk__bundle_action_flags | ( | pcmk_action_t * | action, |
| const pcmk_node_t * | node | ||
| ) |
Definition at line 706 of file pcmk_sched_bundle.c.
| void pcmk__bundle_add_actions_to_graph | ( | pcmk_resource_t * | rsc | ) |
Definition at line 865 of file pcmk_sched_bundle.c.
| void pcmk__bundle_add_utilization | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList * | all_rscs, | ||
| GHashTable * | utilization | ||
| ) |
Definition at line 1049 of file pcmk_sched_bundle.c.
| int pcmk__bundle_apply_coloc_score | ( | pcmk_resource_t * | dependent, |
| const pcmk_resource_t * | primary, | ||
| const pcmk__colocation_t * | colocation, | ||
| bool | for_dependent | ||
| ) |
Definition at line 535 of file pcmk_sched_bundle.c.
| void pcmk__bundle_apply_location | ( | pcmk_resource_t * | rsc, |
| pcmk__location_t * | location | ||
| ) |
Definition at line 769 of file pcmk_sched_bundle.c.
| pcmk_node_t* pcmk__bundle_assign | ( | pcmk_resource_t * | rsc, |
| const pcmk_node_t * | prefer, | ||
| bool | stop_if_fail | ||
| ) |
Definition at line 114 of file pcmk_sched_bundle.c.
| void pcmk__bundle_create_actions | ( | pcmk_resource_t * | rsc | ) |
Definition at line 193 of file pcmk_sched_bundle.c.
| bool pcmk__bundle_create_probe | ( | pcmk_resource_t * | rsc, |
| pcmk_node_t * | node | ||
| ) |
Definition at line 1000 of file pcmk_sched_bundle.c.
| void pcmk__bundle_internal_constraints | ( | pcmk_resource_t * | rsc | ) |
Definition at line 302 of file pcmk_sched_bundle.c.
| void pcmk__bundle_shutdown_lock | ( | pcmk_resource_t * | rsc | ) |
Definition at line 1074 of file pcmk_sched_bundle.c.
| void pcmk__bundle_with_colocations | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList ** | list | ||
| ) |
Definition at line 651 of file pcmk_sched_bundle.c.
| void pcmk__output_bundle_actions | ( | pcmk_resource_t * | rsc | ) |
Definition at line 1041 of file pcmk_sched_bundle.c.
| void pcmk__with_bundle_colocations | ( | const pcmk_resource_t * | rsc, |
| const pcmk_resource_t * | orig_rsc, | ||
| GList ** | list | ||
| ) |
Definition at line 604 of file pcmk_sched_bundle.c.
1.8.14