|
pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <sys/param.h>#include <sys/types.h>#include <stdbool.h>#include <regex.h>#include <glib.h>#include <crm/crm.h>#include <crm/cib.h>#include <crm/common/xml.h>#include <crm/common/xml_internal.h>#include <crm/common/iso8601.h>#include <crm/pengine/status.h>#include <crm/pengine/internal.h>#include <crm/pengine/rules.h>#include <pacemaker-internal.h>#include "libpacemaker_private.h"
Go to the source code of this file.
Functions | |
| void | pcmk__unpack_constraints (pcmk_scheduler_t *scheduler) |
| pcmk_resource_t * | pcmk__find_constraint_resource (GList *rsc_list, const char *id) |
| bool | pcmk__valid_resource_or_tag (const pcmk_scheduler_t *scheduler, const char *id, pcmk_resource_t **rsc, pcmk_tag_t **tag) |
| xmlNode * | pcmk__expand_tags_in_sets (xmlNode *xml_obj, const pcmk_scheduler_t *scheduler) |
| bool | pcmk__tag_to_set (xmlNode *xml_obj, xmlNode **rsc_set, const char *attr, bool convert_rsc, const pcmk_scheduler_t *scheduler) |
| void | pcmk__create_internal_constraints (pcmk_scheduler_t *scheduler) |
| void pcmk__create_internal_constraints | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 426 of file pcmk_sched_constraints.c.
| xmlNode* pcmk__expand_tags_in_sets | ( | xmlNode * | xml_obj, |
| const pcmk_scheduler_t * | scheduler | ||
| ) |
Definition at line 222 of file pcmk_sched_constraints.c.
| pcmk_resource_t* pcmk__find_constraint_resource | ( | GList * | rsc_list, |
| const char * | id | ||
| ) |
Definition at line 110 of file pcmk_sched_constraints.c.
| bool pcmk__tag_to_set | ( | xmlNode * | xml_obj, |
| xmlNode ** | rsc_set, | ||
| const char * | attr, | ||
| bool | convert_rsc, | ||
| const pcmk_scheduler_t * | scheduler | ||
| ) |
Definition at line 345 of file pcmk_sched_constraints.c.
| void pcmk__unpack_constraints | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 60 of file pcmk_sched_constraints.c.
| bool pcmk__valid_resource_or_tag | ( | const pcmk_scheduler_t * | scheduler, |
| const char * | id, | ||
| pcmk_resource_t ** | rsc, | ||
| pcmk_tag_t ** | tag | ||
| ) |
Definition at line 188 of file pcmk_sched_constraints.c.
1.8.14