Add missing RAID Status
Not specified in DCIM Library, but is defined in DCIM_PhysicalDiskView.mof Change-Id: If604904aeffaa1fd4199ddb089d7cf5e1636e635
This commit is contained in:
@@ -43,7 +43,8 @@ DISK_RAID_STATUS = {
|
|||||||
'5': 'blocked',
|
'5': 'blocked',
|
||||||
'6': 'failed',
|
'6': 'failed',
|
||||||
'7': 'degraded',
|
'7': 'degraded',
|
||||||
'8': 'non-RAID'
|
'8': 'non-RAID',
|
||||||
|
'9': 'missing'
|
||||||
}
|
}
|
||||||
|
|
||||||
VIRTUAL_DISK_PENDING_OPERATIONS = {
|
VIRTUAL_DISK_PENDING_OPERATIONS = {
|
||||||
|
Reference in New Issue
Block a user