HomeClusterLabs Projects

Low: use CRM_NODE_MEMBER, not CRM_NODE_ACTIVE

Description

Low: use CRM_NODE_MEMBER, not CRM_NODE_ACTIVE

ACTIVE is defined to be MEMBER anyways:
include/crm/cluster.h:#define CRM_NODE_ACTIVE CRM_NODE_MEMBER

Don't confuse the reader of the code
by implying it was something different.

Details

Event Timeline