pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Macros
roles_internal.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PCMK__ROLE_UNKNOWN   "Unknown"
 
#define PCMK__ROLE_STOPPED   "Stopped"
 
#define PCMK__ROLE_STARTED   "Started"
 
#define PCMK__ROLE_UNPROMOTED   "Unpromoted"
 
#define PCMK__ROLE_PROMOTED   "Promoted"
 
#define PCMK__ROLE_UNPROMOTED_LEGACY   "Slave"
 
#define PCMK__ROLE_PROMOTED_LEGACY   "Master"
 

Macro Definition Documentation

◆ PCMK__ROLE_PROMOTED

#define PCMK__ROLE_PROMOTED   "Promoted"

Definition at line 22 of file roles_internal.h.

◆ PCMK__ROLE_PROMOTED_LEGACY

#define PCMK__ROLE_PROMOTED_LEGACY   "Master"

Definition at line 24 of file roles_internal.h.

◆ PCMK__ROLE_STARTED

#define PCMK__ROLE_STARTED   "Started"

Definition at line 20 of file roles_internal.h.

◆ PCMK__ROLE_STOPPED

#define PCMK__ROLE_STOPPED   "Stopped"

Definition at line 19 of file roles_internal.h.

◆ PCMK__ROLE_UNKNOWN

#define PCMK__ROLE_UNKNOWN   "Unknown"

Definition at line 18 of file roles_internal.h.

◆ PCMK__ROLE_UNPROMOTED

#define PCMK__ROLE_UNPROMOTED   "Unpromoted"

Definition at line 21 of file roles_internal.h.

◆ PCMK__ROLE_UNPROMOTED_LEGACY

#define PCMK__ROLE_UNPROMOTED_LEGACY   "Slave"

Definition at line 23 of file roles_internal.h.