Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the notifications that are generated for the upgrade of a cluster node.
Syntax
typedef enum CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 {
CLUSTER_CHANGE_UPGRADE_NODE_PREPARE = 0x1,
CLUSTER_CHANGE_UPGRADE_NODE_COMMIT = 0x2,
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMIT = 0x4,
CLUSTER_CHANGE_UPGRADE_ALL
} ;
Constants
CLUSTER_CHANGE_UPGRADE_NODE_PREPAREValue: 0x1 Indicates that the upgrade is being prepared. |
CLUSTER_CHANGE_UPGRADE_NODE_COMMITValue: 0x2 Indicates that the upgrade is in progress. |
CLUSTER_CHANGE_UPGRADE_NODE_POSTCOMMITValue: 0x4 Indicates that the upgrade is finished. |
CLUSTER_CHANGE_UPGRADE_ALLIndicates all CLUSTER_CHANGE_NODE_UPGRADE_PHASE_V2 notifications. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2016 |
| Header | msclus.h |