| 
    pacemaker
    2.1.2-ada5c3b36
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <crm_internal.h>#include <glib.h>#include <crm/crm.h>#include <crm/pengine/status.h>#include <pacemaker-internal.h>#include "libpacemaker_private.h"
Go to the source code of this file.
Functions | |
| void | pcmk__order_vs_fence (pe_action_t *stonith_op, pe_working_set_t *data_set) | 
| void | pcmk__order_vs_unfence (pe_resource_t *rsc, pe_node_t *node, pe_action_t *action, enum pe_ordering order, pe_working_set_t *data_set) | 
| void | pcmk__fence_guest (pe_node_t *node, pe_working_set_t *data_set) | 
| bool | pcmk__node_unfenced (pe_node_t *node) | 
| bool | pcmk__is_unfence_device (const pe_resource_t *rsc, const pe_working_set_t *data_set) | 
| void pcmk__fence_guest | ( | pe_node_t * | node, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 369 of file pcmk_sched_fencing.c.
| bool pcmk__is_unfence_device | ( | const pe_resource_t * | rsc, | 
| const pe_working_set_t * | data_set | ||
| ) | 
Definition at line 481 of file pcmk_sched_fencing.c.
| bool pcmk__node_unfenced | ( | pe_node_t * | node | ) | 
Definition at line 463 of file pcmk_sched_fencing.c.
| void pcmk__order_vs_fence | ( | pe_action_t * | stonith_op, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 310 of file pcmk_sched_fencing.c.
| void pcmk__order_vs_unfence | ( | pe_resource_t * | rsc, | 
| pe_node_t * | node, | ||
| pe_action_t * | action, | ||
| enum pe_ordering | order, | ||
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 329 of file pcmk_sched_fencing.c.
 1.8.14