pacemaker  2.1.5-b7adf64e51
Scalable High-Availability cluster resource manager
Macros
msg_xml_compat.h File Reference

Deprecated Pacemaker XML constants API. More...

#include <crm/common/agents.h>
Include dependency graph for msg_xml_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XML_RSC_ATTR_PROVIDES   PCMK_STONITH_PROVIDES
 
#define XML_CIB_TAG_MASTER   PCMK_XE_PROMOTABLE_LEGACY
 
#define PCMK_XE_PROMOTED_MAX_LEGACY   PCMK_XA_PROMOTED_MAX_LEGACY
 
#define XML_RSC_ATTR_MASTER_MAX   PCMK_XA_PROMOTED_MAX_LEGACY
 
#define PCMK_XE_PROMOTED_NODE_MAX_LEGACY   PCMK_XA_PROMOTED_NODE_MAX_LEGACY
 
#define XML_RSC_ATTR_MASTER_NODEMAX   PCMK_XA_PROMOTED_NODE_MAX_LEGACY
 
#define XML_ATTR_RA_VERSION   "ra-version"
 
#define XML_TAG_RSC_VER_ATTRS   "rsc_versioned_attrs"
 
#define XML_TAG_OP_VER_ATTRS   "op_versioned_attrs"
 
#define XML_TAG_OP_VER_META   "op_versioned_meta"
 

Detailed Description

Deprecated Pacemaker XML constants API.

Deprecated:
Do not include this header directly. The XML constants in this header, and the header itself, will be removed in a future release.

Definition in file msg_xml_compat.h.

Macro Definition Documentation

◆ PCMK_XE_PROMOTED_MAX_LEGACY

#define PCMK_XE_PROMOTED_MAX_LEGACY   PCMK_XA_PROMOTED_MAX_LEGACY
Deprecated:
Use PCMK_XA_PROMOTED_MAX_LEGACY instead

Definition at line 35 of file msg_xml_compat.h.

◆ PCMK_XE_PROMOTED_NODE_MAX_LEGACY

#define PCMK_XE_PROMOTED_NODE_MAX_LEGACY   PCMK_XA_PROMOTED_NODE_MAX_LEGACY
Deprecated:
Use PCMK_XA_PROMOTED_NODE_MAX_LEGACY instead

Definition at line 41 of file msg_xml_compat.h.

◆ XML_ATTR_RA_VERSION

#define XML_ATTR_RA_VERSION   "ra-version"
Deprecated:
Do not use (will be removed in a future release)

Definition at line 47 of file msg_xml_compat.h.

◆ XML_CIB_TAG_MASTER

#define XML_CIB_TAG_MASTER   PCMK_XE_PROMOTABLE_LEGACY
Deprecated:
Use PCMK_XE_PROMOTABLE_LEGACY instead

Definition at line 32 of file msg_xml_compat.h.

◆ XML_RSC_ATTR_MASTER_MAX

#define XML_RSC_ATTR_MASTER_MAX   PCMK_XA_PROMOTED_MAX_LEGACY
Deprecated:
Use PCMK_XA_PROMOTED_MAX_LEGACY instead

Definition at line 38 of file msg_xml_compat.h.

◆ XML_RSC_ATTR_MASTER_NODEMAX

#define XML_RSC_ATTR_MASTER_NODEMAX   PCMK_XA_PROMOTED_NODE_MAX_LEGACY
Deprecated:
Use PCMK_XA_PROMOTED_NODE_MAX_LEGACY instead

Definition at line 44 of file msg_xml_compat.h.

◆ XML_RSC_ATTR_PROVIDES

#define XML_RSC_ATTR_PROVIDES   PCMK_STONITH_PROVIDES
Deprecated:
Use PCMK_STONITH_PROVIDES instead

Definition at line 29 of file msg_xml_compat.h.

◆ XML_TAG_OP_VER_ATTRS

#define XML_TAG_OP_VER_ATTRS   "op_versioned_attrs"
Deprecated:
Do not use (will be removed in a future release)

Definition at line 53 of file msg_xml_compat.h.

◆ XML_TAG_OP_VER_META

#define XML_TAG_OP_VER_META   "op_versioned_meta"
Deprecated:
Do not use (will be removed in a future release)

Definition at line 56 of file msg_xml_compat.h.

◆ XML_TAG_RSC_VER_ATTRS

#define XML_TAG_RSC_VER_ATTRS   "rsc_versioned_attrs"
Deprecated:
Do not use (will be removed in a future release)

Definition at line 50 of file msg_xml_compat.h.