Ravi Nori has uploaded a new change for review. Change subject: webadmin: Attempt to add a 3.2 host into 3.3 env fails but the host cannot be removed ......................................................................
webadmin: Attempt to add a 3.2 host into 3.3 env fails but the host cannot be removed When a 3.2 host is added to 3.3 env the server returns NonOperationalReason___CLUSTER_VERSION_INCOMPATIBLE_WITH_CLUSTER message. Since this message is not available in the frontend there is an exception thrown when a user clicks on the row for the host. So the row is not selected resulting in the action buttons not being activated. This patch adds a new message to LocalizedEnums Change-Id: I407154df67d51f28117f7aaf51f8030e39934678 Bug-Url: https://bugzilla.redhat.com/1004675 Signed-off-by: Ravi Nori <rn...@redhat.com> --- M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/19301/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties b/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties index 2b5265a..c5d3d6d 100644 --- a/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties +++ b/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties @@ -5,6 +5,7 @@ NonOperationalReason___NETWORK_UNREACHABLE=One of the Logical Networks defined for this Cluster is Unreachable by the Host. 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___VERSION_INCOMPATIBLE_WITH_CLUSTER=Host's Compatibility Version doesn't match the Cluster's Compatibility Version. +NonOperationalReason___CLUSTER_VERSION_INCOMPATIBLE_WITH_CLUSTER=Host's Cluster Compatibility Version doesn't match the Cluster's Compatibility Version. NonOperationalReason___KVM_NOT_RUNNING=KVM is not running on the Host. NonOperationalReason___TIMEOUT_RECOVERING_FROM_CRASH=Timeout connecting to Host. NonOperationalReason___GLUSTER_COMMAND_FAILED=Gluster command failed on server. -- To view, visit http://gerrit.ovirt.org/19301 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I407154df67d51f28117f7aaf51f8030e39934678 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <rn...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches