CLUSTER_CSV_VOLUME_FAULT_STATE enumeration (clusapi.h)
Defines the various fault states for a cluster shared volume (CSV).
Syntax
typedef enum _CLUSTER_CSV_VOLUME_FAULT_STATE {
VolumeStateNoFaults = 0x00000000,
VolumeStateNoDirectIO = 0x00000001,
VolumeStateNoAccess = 0x00000002,
VolumeStateInMaintenance = 0x00000004,
VolumeStateDismounted = 0x00000008
} CLUSTER_CSV_VOLUME_FAULT_STATE, *PCLUSTER_CSV_VOLUME_FAULT_STATE;
Constants
VolumeStateNoFaults Value: 0x00000000 The CSV has no faults. |
VolumeStateNoDirectIO Value: 0x00000001 Direct I/O is disabled for the CSV. |
VolumeStateNoAccess Value: 0x00000002 The CSV can not be accessed. |
VolumeStateInMaintenance Value: 0x00000004 The CSV is in maintenance mode. |
VolumeStateDismounted Value: 0x00000008 The CSV is dismounted. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter |
Header | clusapi.h |