2.2.7 REGIONSTATUS

The REGIONSTATUS enumeration defines values for a region's status.

 typedef  enum _REGIONSTATUS
 {
   REGIONSTATUS_UNKNOWN,
   REGIONSTATUS_OK,
   REGIONSTATUS_FAILED,
   REGIONSTATUS_FAILING,
   REGIONSTATUS_REGENERATING,
   REGIONSTATUS_NEEDSRESYNC 
 } REGIONSTATUS;

REGIONSTATUS_UNKNOWN:  Region's status is unknown.

REGIONSTATUS_OK:  Region is intact.

REGIONSTATUS_FAILED:  Region failed.

REGIONSTATUS_FAILING:  Region is in the process of failing.

REGIONSTATUS_REGENERATING:  Region is regenerating data from the fault-tolerant check information.

REGIONSTATUS_NEEDSRESYNC:  Region needs resynchronization.