From 716681d4f6d437629791b2e3b443fc1eb899ee4f Mon Sep 17 00:00:00 2001 From: Caleb Date: Sat, 21 Dec 2024 07:55:49 -0500 Subject: [PATCH] update veriabe for NO_VOLUME --- .../middlewared/plugins/failover_/disabled_reasons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/middlewared/middlewared/plugins/failover_/disabled_reasons.py b/src/middlewared/middlewared/plugins/failover_/disabled_reasons.py index 15be5860c01db..c9f113f7521e1 100644 --- a/src/middlewared/middlewared/plugins/failover_/disabled_reasons.py +++ b/src/middlewared/middlewared/plugins/failover_/disabled_reasons.py @@ -19,7 +19,7 @@ class DisabledReasonsEnum(str, Enum): NO_LICENSE = 'Other node has no license.' NO_FAILOVER = 'Administratively Disabled.' NO_PONG = 'Unable to contact remote node via the heartbeat interface.' - NO_VOLUME = 'No zpools have been configured.' + NO_VOLUME = 'No zpools have been configured or the existing zpool couldn\'t be imported.' NO_VIP = 'No interfaces have been configured with a Virtual IP.' NO_SYSTEM_READY = 'Other node has not finished booting.' NO_FENCED = 'Fenced is not running.'