pacemaker  2.1.8-3980678f03
Scalable High-Availability cluster resource manager
Data Fields
pe_node_shared_s Struct Reference

#include <include/crm/common/nodes.h>

Collaboration diagram for pe_node_shared_s:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Deprecated:
Do not use (public access will be removed in a future release)

Definition at line 71 of file nodes.h.

Field Documentation

◆ allocated_rsc

GList* pe_node_shared_s::allocated_rsc

Definition at line 141 of file nodes.h.

◆ attrs

GHashTable* pe_node_shared_s::attrs

Definition at line 142 of file nodes.h.

◆ data_set

pcmk_scheduler_t* pe_node_shared_s::data_set

Definition at line 153 of file nodes.h.

◆ digest_cache

GHashTable* pe_node_shared_s::digest_cache

Definition at line 144 of file nodes.h.

◆ expected_up

gboolean pe_node_shared_s::expected_up

Definition at line 99 of file nodes.h.

◆ id

const char* pe_node_shared_s::id

Definition at line 72 of file nodes.h.

◆ is_dc

gboolean pe_node_shared_s::is_dc

Definition at line 100 of file nodes.h.

◆ maintenance

gboolean pe_node_shared_s::maintenance
Deprecated:
Call pcmk_node_is_in_maintenance() instead

Definition at line 104 of file nodes.h.

◆ num_resources

int pe_node_shared_s::num_resources

Definition at line 132 of file nodes.h.

◆ online

gboolean pe_node_shared_s::online
Deprecated:
Call pcmk_node_is_online() instead

Definition at line 80 of file nodes.h.

◆ pending

gboolean pe_node_shared_s::pending
Deprecated:
Call pcmk_node_is_pending() instead

Definition at line 87 of file nodes.h.

◆ priority

int pe_node_shared_s::priority

Definition at line 151 of file nodes.h.

◆ remote_maintenance

gboolean pe_node_shared_s::remote_maintenance

Definition at line 124 of file nodes.h.

◆ remote_requires_reset

gboolean pe_node_shared_s::remote_requires_reset

Definition at line 112 of file nodes.h.

◆ remote_rsc

pcmk_resource_t* pe_node_shared_s::remote_rsc

Definition at line 135 of file nodes.h.

◆ remote_was_fenced

gboolean pe_node_shared_s::remote_was_fenced

Definition at line 118 of file nodes.h.

◆ rsc_discovery_enabled

gboolean pe_node_shared_s::rsc_discovery_enabled

Definition at line 106 of file nodes.h.

◆ running_rsc

GList* pe_node_shared_s::running_rsc

Definition at line 139 of file nodes.h.

◆ shutdown

gboolean pe_node_shared_s::shutdown
Deprecated:
Call pcmk_node_is_shutting_down() instead

Definition at line 97 of file nodes.h.

◆ standby

gboolean pe_node_shared_s::standby

Definition at line 82 of file nodes.h.

◆ standby_onfail

gboolean pe_node_shared_s::standby_onfail

Definition at line 83 of file nodes.h.

◆ type

enum node_type pe_node_shared_s::type

Definition at line 74 of file nodes.h.

◆ uname

const char* pe_node_shared_s::uname

Definition at line 73 of file nodes.h.

◆ unclean

gboolean pe_node_shared_s::unclean
Deprecated:
Call !pcmk_node_is_clean() instead

Definition at line 91 of file nodes.h.

◆ unpacked

gboolean pe_node_shared_s::unpacked

Definition at line 126 of file nodes.h.

◆ unseen

gboolean pe_node_shared_s::unseen

Definition at line 93 of file nodes.h.

◆ utilization

GHashTable* pe_node_shared_s::utilization

Definition at line 143 of file nodes.h.


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