2.2.2.8.1.2 VDS_PACK_FLAG

The VDS_PACK_FLAG enumeration defines the set of valid flags for a disk pack object.

 typedef enum _VDS_PACK_FLAG
 {
   VDS_PKF_FOREIGN = 0x00000001,
   VDS_PKF_NOQUORUM = 0x00000002,
   VDS_PKF_POLICY = 0x00000004,
   VDS_PKF_CORRUPTED = 0x00000008,
   VDS_PKF_ONLINE_ERROR = 0x00000010
 } VDS_PACK_FLAG;

VDS_PKF_FOREIGN:  If set, an external disk pack is eligible for online status.

VDS_PKF_NOQUORUM:  If set, a dynamic disk pack lacks the required disk quorum.

VDS_PKF_POLICY:  If set, management policy forbids the disk pack from gaining online status.

VDS_PKF_CORRUPTED:  If set, a disk pack contains a disk that has a corrupted LDM database.

VDS_PKF_ONLINE_ERROR:  If set, a disk pack with sufficient disk quorum failed to achieve online status due to an error.