Enum DiskDriveOperationalStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the operational status of a disk drive.
public enum DiskDriveOperationalStatus
Fields
AbnormalLatency = 53286The status is abnormal latency.
Aborted = 14Similar to Stopped, except that the disk stopped abruptly and may require configuration or maintenance.
Completed = 17The disk has completed an operation. This status value should be combined with OK, Error, or Degraded, depending on the outcome of the operation.
Degraded = 3The disk is responding to commands, but is not running in an optimal operating state.
DeviceHardwareError = 53272The status is device hardware error.
Dormant = 15The disk is reachable, but it is inactive.
Error = 6An error has occurred.
Failed = 53268In Windows-based storage subsystems, this indicates that the object is in a failed state.
FailedMedia = 53252The media has failed.
IOError = 53255The status is IO error.
InMaintenanceMode = 53270The status is in maintenance mode.
InService = 11The disk is being configured, maintained, cleaned, or otherwise administered.
LostCommunication = 13The storage provider has knowledge of the disk and has contacted it successfully in the past, but the disk is currently unreachable.
NoContact = 12The storage provider has knowledge of the disk, but has never been able to establish communication with it.
NoMedia = 53266In Windows-based storage subsystems, this indicates that the object has no media present.
NonRecoverableError = 7A non-recoverable error has occurred.
NotReady = 53265In Windows-based storage subsystems, this indicates that the object is not ready.
NotUsable = 53273The status is not usable.
OK = 2The disk is responding to commands and is in a normal operating state.
Offline = 53267In Windows-based storage subsystems, this indicates that the object is offline.
Online = 53264In Windows-based storage subsystems, this indicates that the object is online.
Other = 1A vendor-specific has been specified.
PowerMode = 18The status is power mode.
PredictiveFailure = 5The disk is functioning, but a failure is likely to occur in the near future.
Relocating = 19The status is relocating.
RemovingFromPool = 53269The status is removing from pool.
Split = 53253The status is split.
StaleMetadata = 53254The status is stale metadata.
Starting = 8The disk is in the process of starting.
StartingMaintenanceMode = 53276The status is starting maintenance mode.
Stopped = 10The disk was stopped or shut down in a clean and orderly fashion.
Stopping = 9The disk is in the process of stopping.
StoppingMaintenanceMode = 53277The status is stopping maintenance mode.
Stressed = 4The disk is functioning, but needs attention. For example, the disk might be overloaded or overheated.
SupportingEntityError = 16This status value does not necessarily indicate trouble with the disk, but it does indicate that another device or connection that the disk depends on may need attention.
ThresholdExceeded = 53285The status is threshold exceeded.
TransientError = 53274The status is transient error.
Unknown = 0The status is unknown.
UnrecognizedMetadata = 53256The status is unrecognized metadata.
UpdatingFirmware = 53271The status is updating firmware.