2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-03-28 21:23:28 +00:00

Support unconfigured good without space

Some platforms try to combine the words
This commit is contained in:
Jarrod Johnson
2026-03-19 18:05:38 -04:00
parent f78b301143
commit df73c14475

View File

@@ -1728,6 +1728,7 @@ class Disk(ConfluentMessage):
state_aliases = {
'unconfigured bad': 'fault',
'unconfigured good': 'unconfigured',
'unconfiguredgood': 'unconfigured',
'global hot spare': 'hotspare',
'dedicated hot spare': 'hotspare',
}