From 28bb143880a08968bfed622a3f428aa1db2488bf Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 4 Nov 2019 14:16:02 -0500 Subject: [PATCH] Recognize drive in rebuilding state The rebuilding state was not recognized, add that state. --- confluent_server/confluent/messages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent/messages.py b/confluent_server/confluent/messages.py index 7ec95606..07dc432f 100644 --- a/confluent_server/confluent/messages.py +++ b/confluent_server/confluent/messages.py @@ -1493,6 +1493,7 @@ class Disk(ConfluentMessage): 'jbod', 'unconfigured', 'hotspare', + 'rebuilding', 'online', ]) state_aliases = {