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.
Used by the AutoFailbackType group common property to specify whether the group should be failed back to the node identified as its preferred owner when that node comes back online following a failover.
Syntax
typedef enum CLUSTER_GROUP_AUTOFAILBACK_TYPE {
ClusterGroupPreventFailback = 0,
ClusterGroupAllowFailback,
ClusterGroupFailbackTypeCount
} CGAFT;
Constants
ClusterGroupPreventFailbackValue: 0 Prevents failback. |
ClusterGroupAllowFailbackAllows failback (requires a preferred owners list for the group). |
ClusterGroupFailbackTypeCountDefines a maximum group property value. It is not supported by the AutoFailbackType group property. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Header | clusapi.h |