Bug 1007375

Summary: rhev-h build issue - Host does not comply with the cluster emulated machines. The Hosts emulated machines are rhel6.4.0 ....
Product: Red Hat Enterprise Virtualization Manager Reporter: Martin Pavlik <mpavlik>
Component: rhev-hypervisorAssignee: Mike Burns <mburns>
Status: CLOSED NEXTRELEASE QA Contact: Pavel Stehlik <pstehlik>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: fdeutsch, gklein, iheim, knesenko, mburns, yeylon
Target Milestone: ---Keywords: TestBlocker, TestOnly
Target Release: 3.3.0   
Hardware: x86_64   
OS: Linux   
Whiteboard: node
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-09 07:36:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Pavlik 2013-09-12 11:09:47 UTC
Description of problem:
After adding host to RHEVM, host becomes non-operational with following message in GUI

Host dell-07 does not comply with the cluster Sanity_CL emulated machines. The Hosts emulated machines are rhel6.4.0,pc,rhel6.3.0,rhel6.2.0,rhel6.1.0,rhel6.0.0,rhel5.5.0,rhel5.4.4,rhel5.4.0 and the cluster is rhel6.5.0}

The reason for this seems to be old qemu-kvm-rhev package in RHEV-H which does not report support for RHEL 6.5

root@dell-r210ii-07 ~]# cat /etc/redhat-release 
Red Hat Enterprise Virtualization Hypervisor release 6.5 (20130910.2.el6)

[root@dell-r210ii-07 ~]# rpm -qa qemu-kvm-rhev
qemu-kvm-rhev-0.12.1.2-2.355.el6_4.7.x86_64

[root@dell-r210ii-07 ~]# /usr/libexec/qemu-kvm -M ?
Supported machines are:
pc         RHEL 6.4.0 PC (alias of rhel6.4.0)
rhel6.4.0  RHEL 6.4.0 PC (default)
rhel6.3.0  RHEL 6.3.0 PC
rhel6.2.0  RHEL 6.2.0 PC
rhel6.1.0  RHEL 6.1.0 PC
rhel6.0.0  RHEL 6.0.0 PC
rhel5.5.0  RHEL 5.5.0 PC
rhel5.4.4  RHEL 5.4.4 PC
rhel5.4.0  RHEL 5.4.0 PC


While this is what is reported on RHEL 6.5 node

[root@dell-r210ii-05 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.5 Beta (Santiago)

[root@dell-r210ii-05 ~]# rpm -qa qemu-kvm-rhev
qemu-kvm-rhev-0.12.1.2-2.401.el6.x86_64

[root@dell-r210ii-05 ~]# /usr/libexec/qemu-kvm -M ?
Supported machines are:
pc         RHEL 6.5.0 PC (alias of rhel6.5.0)
rhel6.5.0  RHEL 6.5.0 PC (default)
rhel6.4.0  RHEL 6.4.0 PC
rhel6.3.0  RHEL 6.3.0 PC
rhel6.2.0  RHEL 6.2.0 PC
rhel6.1.0  RHEL 6.1.0 PC
rhel6.0.0  RHEL 6.0.0 PC
rhel5.5.0  RHEL 5.5.0 PC
rhel5.4.4  RHEL 5.4.4 PC
rhel5.4.0  RHEL 5.4.0 PC



How reproducible:
always

Steps to Reproduce:
1. install RHEV Hypervisor - 6.5 - 20130910.2.el6
2. add hypervisor via GUI to rhevm (is14), 3.3 cluster
3.

Actual results:
After adding host to RHEVM, host becomes non-operational with following message in GUI

Expected results:
host is added and UP

Additional info: