Merge "Add missing RAID Status"

This commit is contained in:
Jenkins 2016-11-18 20:55:34 +00:00 committed by Gerrit Code Review
commit aa25303e3d
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {