pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
pe_health.c File Reference
Include dependency graph for pe_health.c:

Go to the source code of this file.

Functions

void pe__unpack_node_health_scores (pcmk_scheduler_t *scheduler)
 
int pe__sum_node_health_scores (const pcmk_node_t *node, int base_health)
 
int pe__node_health (pcmk_node_t *node)
 

Function Documentation

◆ pe__node_health()

int pe__node_health ( pcmk_node_t * node)

Definition at line 130 of file pe_health.c.

◆ pe__sum_node_health_scores()

int pe__sum_node_health_scores ( const pcmk_node_t * node,
int base_health )

Definition at line 110 of file pe_health.c.

◆ pe__unpack_node_health_scores()

void pe__unpack_node_health_scores ( pcmk_scheduler_t * scheduler)

Definition at line 24 of file pe_health.c.