Bug 1304729 - Hovering above an exclamation mark next to vm icon does not produce the expected message
Summary: Hovering above an exclamation mark next to vm icon does not produce the expec...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Frontend.WebAdmin
Version: 3.6.3
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ovirt-3.6.5
: 3.6.5
Assignee: Greg Sheremeta
QA Contact: Pavel Novotny
URL:
Whiteboard:
: 1304730 1305539 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-04 13:26 UTC by sefi litmanovich
Modified: 2019-11-14 07:24 UTC (History)
16 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-21 14:41:01 UTC
oVirt Team: UX
Embargoed:
tjelinek: ovirt-3.6.z?
rule-engine: planning_ack?
oourfali: devel_ack+
pstehlik: testing_ack+


Attachments (Terms of Use)
VM info tooltip - exclamation mark (40.94 KB, image/png)
2016-04-05 17:02 UTC, Pavel Novotny
no flags Details


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 54841 0 master MERGED userportal, webadmin: fix vm status tooltip w/ alerts 2016-03-18 15:11:47 UTC
oVirt gerrit 54943 0 ovirt-engine-3.6 MERGED userportal, webadmin: fix vm status tooltip w/ alerts 2016-03-21 21:13:46 UTC

Description sefi litmanovich 2016-02-04 13:26:17 UTC
Description of problem:

Upon some problematic state or configuration of a vm, an exclamation mark appears next to a VM symbol in webadmin-> Virtual Machines tab, and hovering above it should present the user with the relevant message.
e.g. If there's a difference between the Timezone configuration of the vm in the system and the actual timezone of the vm, than the following message should appears when hovering mouse above the exclamation mark:
"Actual timezone in the guest differs from the configuration".
Right now no message appear with the exclamation mark, this was tried with different causes for this behaviour (1 - the above example, 2- difference between VM's actual OS and the OS configured in rhevm).

Version-Release number of selected component (if applicable):
rhevm-3.6.3-0.1.el6.noarch

How reproducible:
always

Steps to Reproduce:
1. Create a vm and install some RHEL OS on it.
2. Set the VM os in rhevm to some windows version and restart the vm.
3. An exclamation mark appears next to the vm icon - hover the mouse above it.

Actual results:
Nothing happens, no message is seen.

Expected results:
The following message should appears in this case:
"Actual operating system type differs from the configuration"

Comment 1 sefi litmanovich 2016-02-04 15:29:19 UTC
*** Bug 1304730 has been marked as a duplicate of this bug. ***

Comment 2 Tomas Jelinek 2016-02-11 11:40:54 UTC
It seems this regression has been caused by:

https://gerrit.ovirt.org/#/c/48566/2/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/table/cell/VmStatusCell.java

Assigning to UX for investigation why has this change been introduced

Comment 3 Red Hat Bugzilla Rules Engine 2016-02-11 11:40:55 UTC
Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone.

Comment 4 Greg Sheremeta 2016-02-12 01:45:24 UTC
My bad, it looked like dead code to me. I'll fix.

Comment 5 Greg Sheremeta 2016-03-16 17:43:40 UTC
*** Bug 1305539 has been marked as a duplicate of this bug. ***

Comment 13 Pavel Novotny 2016-04-05 17:01:23 UTC
Verified in rhevm-webadmin-portal-3.6.5-0.1.el6.noarch

Verification steps:
1. Have a running VM with RHEL7 OS installed (guest agent too) and time zone set to GMT+2.
2. Shut down the VM and change OS type to Windows 7 x64 and Time Zone to GMT.
3. Start the VM again.

Results: exclamaion mark appears next to VM status icon, hovering over it shows a tooltip:
"""
Up

Actual timezone in the guest differs...

Actual operating system type differs...
"""

See attached screenshot for details.

The amount of text isn't honestly optimal for the small tooltip, but for now I guess it's better than no information at all.

Comment 14 Pavel Novotny 2016-04-05 17:02:38 UTC
Created attachment 1143897 [details]
VM info tooltip - exclamation mark


Note You need to log in before you can comment on or make changes to this bug.