pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <crm/common/action_relation_internal.h>
#include <crm/common/clone_internal.h>
#include <crm/common/digests_internal.h>
#include <crm/common/failcounts_internal.h>
#include <crm/common/group_internal.h>
#include <crm/common/roles_internal.h>
Go to the source code of this file.
Enumerations | |
enum | pcmk__sched_warnings { pcmk__wo_blind = (1 << 0), pcmk__wo_restart_type = (1 << 1), pcmk__wo_role_after = (1 << 2), pcmk__wo_poweroff = (1 << 3), pcmk__wo_require_all = (1 << 4), pcmk__wo_order_score = (1 << 5), pcmk__wo_neg_threshold = (1 << 6), pcmk__wo_remove_after = (1 << 7), pcmk__wo_ping_node = (1 << 8), pcmk__wo_order_inst = (1 << 9), pcmk__wo_coloc_inst = (1 << 10), pcmk__wo_group_order = (1 << 11), pcmk__wo_group_coloc = (1 << 12), pcmk__wo_upstart = (1 << 13), pcmk__wo_nagios = (1 << 14), pcmk__wo_set_ordering = (1 << 15) } |
enum | pcmk__check_parameters { pcmk__check_last_failure, pcmk__check_active } |
Variables | |
uint32_t | pcmk__warnings |
Enumerator | |
---|---|
pcmk__check_last_failure | |
pcmk__check_active |
Definition at line 48 of file scheduler_internal.h.
enum pcmk__sched_warnings |
Definition at line 29 of file scheduler_internal.h.
uint32_t pcmk__warnings |
Definition at line 14 of file scheduler.c.