Skip to content

Commit

Permalink
webadmin: add missing non operational messages
Browse files Browse the repository at this point in the history
Some NonOperationalReason enum entries have not
been translated to human readable message and localized.
This patch adds them to LocalizedEnums java and property file.
  • Loading branch information
ljelinkova committed Oct 26, 2022
1 parent 8563f3a commit 50682d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ public interface LocalizedEnums extends ConstantsWithLookup {

String NonOperationalReason___KUBEVIRT_NOT_SCHEDULABLE();

String NonOperationalReason___LIBVIRT_SECRETS_REGISTRATION_FAILURE();

String NonOperationalReason___HE_HOST_IN_NON_HE_CLUSTER();

String NonOperationalReason___FIPS_INCOMPATIBLE_WITH_CLUSTER();

String UsbPolicy___ENABLED_NATIVE();

String UsbPolicy___DISABLED();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,9 @@ NonOperationalReason___UNTRUSTED=Host is untrusted.
NonOperationalReason___VDS_CANNOT_CONNECT_TO_GLUSTERFS=Host cannot connect to Glusterfs. Verify that glusterfs-cli package is installed on the host.
NonOperationalReason___VERSION_INCOMPATIBLE_WITH_CLUSTER=Host's Compatibility Version doesn't match the Cluster's Compatibility Version.
NonOperationalReason___VM_NETWORK_IS_BRIDGELESS=One of the host's networks is configured as a non-VM network while its Logical Network definition specifies it is a VM network. Sync network.
NonOperationalReason___LIBVIRT_SECRETS_REGISTRATION_FAILURE=Libvirt secrets registration failed.
NonOperationalReason___HE_HOST_IN_NON_HE_CLUSTER=Hosted Engine host is in a different cluster than the Hosted Engine.
NonOperationalReason___FIPS_INCOMPATIBLE_WITH_CLUSTER=Host's FIPS mode is not compatible with Cluster FIPS Mode settings.
NumaTuneMode___INTERLEAVE=Interleave
NumaTuneMode___PREFERRED=Preferred
NumaTuneMode___STRICT=Strict
Expand Down

0 comments on commit 50682d7

Please sign in to comment.