DescriptionFrantisek 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>
...
}}}
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.