pacemaker  1.1.24-3850484742
Scalable High-Availability cluster resource manager
Data Fields
node_shared_s Struct Reference

#include <status.h>

Collaboration diagram for node_shared_s:
Collaboration graph
[legend]

Data Fields

const char * id
 
const char * uname
 
gboolean online
 
gboolean standby
 
gboolean standby_onfail
 
gboolean pending
 
gboolean unclean
 
gboolean unseen
 
gboolean shutdown
 
gboolean expected_up
 
gboolean is_dc
 
int num_resources
 
GListPtr running_rsc
 
GListPtr allocated_rsc
 
resource_tremote_rsc
 
GHashTable * attrs
 
enum node_type type
 
GHashTable * utilization
 
GHashTable * digest_cache
 
gboolean maintenance
 
gboolean rsc_discovery_enabled
 
gboolean remote_requires_reset
 
gboolean remote_was_fenced
 
gboolean remote_maintenance
 
gboolean unpacked
 
int priority
 

Detailed Description

Definition at line 171 of file status.h.

Field Documentation

◆ allocated_rsc

GListPtr node_shared_s::allocated_rsc

Definition at line 188 of file status.h.

◆ attrs

GHashTable* node_shared_s::attrs

Definition at line 192 of file status.h.

◆ digest_cache

GHashTable* node_shared_s::digest_cache

cache of calculated rsc digests for this node.

Definition at line 198 of file status.h.

◆ expected_up

gboolean node_shared_s::expected_up

Definition at line 183 of file status.h.

◆ id

const char* node_shared_s::id

Definition at line 172 of file status.h.

◆ is_dc

gboolean node_shared_s::is_dc

Definition at line 184 of file status.h.

◆ maintenance

gboolean node_shared_s::maintenance

Definition at line 200 of file status.h.

◆ num_resources

int node_shared_s::num_resources

Definition at line 186 of file status.h.

◆ online

gboolean node_shared_s::online

Definition at line 176 of file status.h.

◆ pending

gboolean node_shared_s::pending

Definition at line 179 of file status.h.

◆ priority

int node_shared_s::priority

Definition at line 206 of file status.h.

◆ remote_maintenance

gboolean node_shared_s::remote_maintenance

Definition at line 204 of file status.h.

◆ remote_requires_reset

gboolean node_shared_s::remote_requires_reset

Definition at line 202 of file status.h.

◆ remote_rsc

resource_t* node_shared_s::remote_rsc

Definition at line 190 of file status.h.

◆ remote_was_fenced

gboolean node_shared_s::remote_was_fenced

Definition at line 203 of file status.h.

◆ rsc_discovery_enabled

gboolean node_shared_s::rsc_discovery_enabled

Definition at line 201 of file status.h.

◆ running_rsc

GListPtr node_shared_s::running_rsc

Definition at line 187 of file status.h.

◆ shutdown

gboolean node_shared_s::shutdown

Definition at line 182 of file status.h.

◆ standby

gboolean node_shared_s::standby

Definition at line 177 of file status.h.

◆ standby_onfail

gboolean node_shared_s::standby_onfail

Definition at line 178 of file status.h.

◆ type

enum node_type node_shared_s::type

Definition at line 193 of file status.h.

◆ uname

const char* node_shared_s::uname

Definition at line 173 of file status.h.

◆ unclean

gboolean node_shared_s::unclean

Definition at line 180 of file status.h.

◆ unpacked

gboolean node_shared_s::unpacked

Definition at line 205 of file status.h.

◆ unseen

gboolean node_shared_s::unseen

Definition at line 181 of file status.h.

◆ utilization

GHashTable* node_shared_s::utilization

Definition at line 195 of file status.h.


The documentation for this struct was generated from the following file: