From e6310a69d3826f995f667756ae1674acf2be07b1 Mon Sep 17 00:00:00 2001 From: Anish Bhatt Date: Thu, 17 Nov 2016 00:41:41 -0800 Subject: [PATCH] Add missing RAID Status Not specified in DCIM Library, but is defined in DCIM_PhysicalDiskView.mof Change-Id: If604904aeffaa1fd4199ddb089d7cf5e1636e635 --- dracclient/resources/raid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dracclient/resources/raid.py b/dracclient/resources/raid.py index c667723..d16501e 100644 --- a/dracclient/resources/raid.py +++ b/dracclient/resources/raid.py @@ -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 = {