Skip to content

Commit

Permalink
update disabled reasons enum
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Dec 20, 2024
1 parent a8a891c commit 1c5ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/failover_/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DisabledReasonsEnum(StrEnum):
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."
Expand Down

0 comments on commit 1c5ac41

Please sign in to comment.