E_RAIDDriveStatus

TYPE E_RAIDDriveStatus :
(
eRAID_DRIVE_STATUS_OK         := 0,
eRAID_DRIVE_STATUS_REBUILDING := 1,
eRAID_DRIVE_STATUS_FAILED     := 2,
eRAID_DRIVE_STATUS_DEGRADED   := 3
);
END_TYPE

0 = eRAID_DRIVE_STATUS_OK, indicates the physical drive is operational.

1 = eRAID_DRIVE_STATUS_DEGRADED, indicates the physical drive has posted a SMART notification to the controller.

2 = eRAID _DRIVE_STATUS_REBUILDING, indicates the physical drive is the target drive of a RAID set rebuild. Once the rebuild completes successfully, the status will change to eRAID_DRIVE_STATUS_OK. If the rebuilding process fails, the status will be updated appropriately.

3 = eRAID_DRIVE_STATUS_FAILED, indicates the physical drive has posted unrecoverable errors to the controller or has triggered a vendor specific action to remove the physical drive from the RAID set. There is no guarantee on the operational behavior of the drive and data loss has occurred or is imminent.