Table of Contents

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 = 53286

The status is abnormal latency.

Aborted = 14

Similar to Stopped, except that the disk stopped abruptly and may require configuration or maintenance.

Completed = 17

The disk has completed an operation. This status value should be combined with OK, Error, or Degraded, depending on the outcome of the operation.

Degraded = 3

The disk is responding to commands, but is not running in an optimal operating state.

DeviceHardwareError = 53272

The status is device hardware error.

Dormant = 15

The disk is reachable, but it is inactive.

Error = 6

An error has occurred.

Failed = 53268

In Windows-based storage subsystems, this indicates that the object is in a failed state.

FailedMedia = 53252

The media has failed.

IOError = 53255

The status is IO error.

InMaintenanceMode = 53270

The status is in maintenance mode.

InService = 11

The disk is being configured, maintained, cleaned, or otherwise administered.

LostCommunication = 13

The storage provider has knowledge of the disk and has contacted it successfully in the past, but the disk is currently unreachable.

NoContact = 12

The storage provider has knowledge of the disk, but has never been able to establish communication with it.

NoMedia = 53266

In Windows-based storage subsystems, this indicates that the object has no media present.

NonRecoverableError = 7

A non-recoverable error has occurred.

NotReady = 53265

In Windows-based storage subsystems, this indicates that the object is not ready.

NotUsable = 53273

The status is not usable.

OK = 2

The disk is responding to commands and is in a normal operating state.

Offline = 53267

In Windows-based storage subsystems, this indicates that the object is offline.

Online = 53264

In Windows-based storage subsystems, this indicates that the object is online.

Other = 1

A vendor-specific has been specified.

PowerMode = 18

The status is power mode.

PredictiveFailure = 5

The disk is functioning, but a failure is likely to occur in the near future.

Relocating = 19

The status is relocating.

RemovingFromPool = 53269

The status is removing from pool.

Split = 53253

The status is split.

StaleMetadata = 53254

The status is stale metadata.

Starting = 8

The disk is in the process of starting.

StartingMaintenanceMode = 53276

The status is starting maintenance mode.

Stopped = 10

The disk was stopped or shut down in a clean and orderly fashion.

Stopping = 9

The disk is in the process of stopping.

StoppingMaintenanceMode = 53277

The status is stopping maintenance mode.

Stressed = 4

The disk is functioning, but needs attention. For example, the disk might be overloaded or overheated.

SupportingEntityError = 16

This 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 = 53285

The status is threshold exceeded.

TransientError = 53274

The status is transient error.

Unknown = 0

The status is unknown.

UnrecognizedMetadata = 53256

The status is unrecognized metadata.

UpdatingFirmware = 53271

The status is updating firmware.