2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-09 17:43:09 +00:00

Support more states

This commit is contained in:
Jarrod Johnson
2026-05-21 10:02:53 -04:00
parent 0fe60175f3
commit 9fe9e8672a
+2
View File
@@ -1733,7 +1733,9 @@ class Disk(ConfluentMessage):
'(foreign) unconfigured good': 'foreign',
'unconfiguredgood': 'unconfigured',
'global hot spare': 'hotspare',
'globalhotspare': 'hotspare',
'dedicated hot spare': 'hotspare',
'dedicatedhotspare': 'hotspare',
}
def _normalize_state(self, instate):