mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 11:30:23 +00:00
Recognize drive in rebuilding state
The rebuilding state was not recognized, add that state.
This commit is contained in:
parent
4b6899d4af
commit
28bb143880
@ -1493,6 +1493,7 @@ class Disk(ConfluentMessage):
|
||||
'jbod',
|
||||
'unconfigured',
|
||||
'hotspare',
|
||||
'rebuilding',
|
||||
'online',
|
||||
])
|
||||
state_aliases = {
|
||||
|
Loading…
Reference in New Issue
Block a user