pacemaker  1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 

Detailed Description

Definition at line 137 of file status.h.

Field Documentation

GListPtr node_shared_s::allocated_rsc

Definition at line 154 of file status.h.

GHashTable* node_shared_s::attrs

Definition at line 158 of file status.h.

GHashTable* node_shared_s::digest_cache

cache of calculated rsc digests for this node.

Definition at line 164 of file status.h.

gboolean node_shared_s::expected_up

Definition at line 149 of file status.h.

const char* node_shared_s::id

Definition at line 138 of file status.h.

gboolean node_shared_s::is_dc

Definition at line 150 of file status.h.

gboolean node_shared_s::maintenance

Definition at line 166 of file status.h.

int node_shared_s::num_resources

Definition at line 152 of file status.h.

gboolean node_shared_s::online

Definition at line 142 of file status.h.

gboolean node_shared_s::pending

Definition at line 145 of file status.h.

gboolean node_shared_s::remote_maintenance

Definition at line 170 of file status.h.

gboolean node_shared_s::remote_requires_reset

Definition at line 168 of file status.h.

resource_t* node_shared_s::remote_rsc

Definition at line 156 of file status.h.

gboolean node_shared_s::remote_was_fenced

Definition at line 169 of file status.h.

gboolean node_shared_s::rsc_discovery_enabled

Definition at line 167 of file status.h.

GListPtr node_shared_s::running_rsc

Definition at line 153 of file status.h.

gboolean node_shared_s::shutdown

Definition at line 148 of file status.h.

gboolean node_shared_s::standby

Definition at line 143 of file status.h.

gboolean node_shared_s::standby_onfail

Definition at line 144 of file status.h.

enum node_type node_shared_s::type

Definition at line 159 of file status.h.

const char* node_shared_s::uname

Definition at line 139 of file status.h.

gboolean node_shared_s::unclean

Definition at line 146 of file status.h.

gboolean node_shared_s::unpacked

Definition at line 171 of file status.h.

gboolean node_shared_s::unseen

Definition at line 147 of file status.h.

GHashTable* node_shared_s::utilization

Definition at line 161 of file status.h.


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