Skip to content
Permalink
Browse files
Add missing RAID Status
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.
@@ -43,7 +43,8 @@
'5': 'blocked',
'6': 'failed',
'7': 'degraded',
'8': 'non-RAID'
'8': 'non-RAID',
'9': 'missing'
}

VIRTUAL_DISK_PENDING_OPERATIONS = {

0 comments on commit e6310a6

Please sign in to comment.