pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Functions
pcmk_sched_probes.c File Reference
#include <crm_internal.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/pengine/status.h>
#include <pacemaker-internal.h>
#include "libpacemaker_private.h"
Include dependency graph for pcmk_sched_probes.c:

Go to the source code of this file.

Functions

bool pcmk__probe_resource_list (GList *rscs, pcmk_node_t *node)
 
bool pcmk__probe_rsc_on_node (pcmk_resource_t *rsc, pcmk_node_t *node)
 
void pcmk__order_probes (pcmk_scheduler_t *scheduler)
 
void pcmk__schedule_probes (pcmk_scheduler_t *scheduler)
 

Function Documentation

◆ pcmk__order_probes()

void pcmk__order_probes ( pcmk_scheduler_t scheduler)

Definition at line 842 of file pcmk_sched_probes.c.

◆ pcmk__probe_resource_list()

bool pcmk__probe_resource_list ( GList *  rscs,
pcmk_node_t node 
)

Definition at line 53 of file pcmk_sched_probes.c.

◆ pcmk__probe_rsc_on_node()

bool pcmk__probe_rsc_on_node ( pcmk_resource_t rsc,
pcmk_node_t node 
)

Definition at line 157 of file pcmk_sched_probes.c.

◆ pcmk__schedule_probes()

void pcmk__schedule_probes ( pcmk_scheduler_t scheduler)

Definition at line 861 of file pcmk_sched_probes.c.