2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00

Add new state offline to confluent storage states

This commit is contained in:
Jarrod Johnson 2022-06-28 12:15:54 -04:00
parent a54a9a5d09
commit f65ff1268a

View File

@ -1600,6 +1600,7 @@ class Disk(ConfluentMessage):
'hotspare',
'rebuilding',
'online',
'offline',
])
state_aliases = {
'unconfigured bad': 'fault',