mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-08 08:38:33 +00:00
Recognize more storage states
This commit is contained in:
@@ -1724,10 +1724,13 @@ class Disk(ConfluentMessage):
|
||||
'rebuilding',
|
||||
'online',
|
||||
'offline',
|
||||
'failed',
|
||||
'foreign',
|
||||
])
|
||||
state_aliases = {
|
||||
'unconfigured bad': 'fault',
|
||||
'unconfigured good': 'unconfigured',
|
||||
'(foreign) unconfigured good': 'foreign',
|
||||
'unconfiguredgood': 'unconfigured',
|
||||
'global hot spare': 'hotspare',
|
||||
'dedicated hot spare': 'hotspare',
|
||||
|
||||
Reference in New Issue
Block a user