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