Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1056586

Summary: Clarify CPU labels on frontend
Product: [Retired] oVirt Reporter: Frantisek Kobzik <fkobzik>
Component: ovirt-engine-webadminAssignee: Frantisek Kobzik <fkobzik>
Status: CLOSED CURRENTRELEASE QA Contact: Artyom <alukiano>
Severity: low Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: alukiano, ecohen, fkobzik, gklein, hkim, iheim, mavital, mgoldboi, michal.skrivanek, pnovotny, rbalakri, Rhev-m-bugs, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: virt
Fixed In Version: ovirt-3.5.0-alpha1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1012984 Environment:
Last Closed: 2014-10-17 12:34:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Virt RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1012984    
Bug Blocks:    

Description Frantisek Kobzik 2014-01-22 14:23:07 UTC
+++ This bug was initially created as a clone of Bug #1012984 +++

Description of problem:
The values of host CPU Name and CPU Type on the General sub-tab are obviously switched.
See attached screenshot.

Version-Release number of selected component (if applicable):
rhevm-3.3.0-0.23.master.el6ev.noarch (is16)

How reproducible:
100%

Steps to Reproduce:
1. Assuming we have host with CPU 'Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz', which belongs to the 'Intel Penryn Family'...
2. In the Hosts main tab, select the host, go to General sub-tab and check the values of CPU Name and CPU Type. 
3.

Actual results:
CPU Name: Intel Penryn Family
CPU Type: Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz

Expected results:
Exactly the opposite, i.e.,
CPU Name: Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz
CPU Type: Intel Penryn Family

Additional info:

This seems to be related only to Webadmin, REST API reports the CPU name correctly:
{{{
<cpu>
  <topology sockets="1" cores="4" threads="1"/>
  <name>Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz</name>
  ...
}}}

Comment 1 Itamar Heim 2014-01-26 08:10:37 UTC
Setting target release to current version for consideration and review. please
do not push non-RFE bugs to an undefined target release to make sure bugs are
reviewed for relevancy, fix, closure, etc.

Comment 2 Sandro Bonazzola 2014-02-07 11:19:56 UTC
Fixes should be in ovirt-3.4.0-beta2. Assignee please check.

Comment 3 Artyom 2014-02-17 17:19:25 UTC
Checked ovirt-engine-3.4.0-0.7.beta2.el6.noarch
Still the same situation as above.

Comment 4 Piotr Kliczewski 2014-02-20 08:24:21 UTC
*** Bug 1028867 has been marked as a duplicate of this bug. ***

Comment 5 Frantisek Kobzik 2014-02-24 12:21:09 UTC
@Artyom: it's true. It's missing 3.4 backport.
@Michal: should I handle backport or is 3.5 ok? This fix is not really crucial...

Comment 6 Artyom 2014-06-18 12:20:21 UTC
Verified on ovirt-engine-3.5.0-0.0.master.20140605145557.git3ddd2de.el6.noarch

Comment 7 Sandro Bonazzola 2014-10-17 12:34:25 UTC
oVirt 3.5 has been released and should include the fix for this issue.