Skip to content

Commit

Permalink
Add missing RAID Status
Browse files Browse the repository at this point in the history
Not specified in DCIM Library, but is defined in
DCIM_PhysicalDiskView.mof

Change-Id: If604904aeffaa1fd4199ddb089d7cf5e1636e635
  • Loading branch information
anish committed Nov 17, 2016
1 parent 477eb01 commit e6310a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dracclient/resources/raid.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'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 = {
Expand Down

0 comments on commit e6310a6

Please sign in to comment.