CPU support Xeon E5345

Is it possible to install oVirt 4.3/4.4 on ProLiant BL460c G1 with Intel Xeon E5345 processor@2.33GHz ? In case of a setup failure, [ERROR] is fatal:[localhost]: FAILED!=>{"Changed":false,"message":"The host was inoperable, deployment errors: code 156:Host host1.test.com disabled because the host CPU type in this case is not supported by the cluster compatibility version or is not supported at all, code 9000: Failed to check the power management configuration for the host host1.test.com ., correct accordingly and re-deploy."

I believe oVirt draws the line at Nehalem, which contained important improvements to VM performance like extended page tables. Your Core 2 based Xeon is below that line and you'd have to change the code to make it work. Ultimately oVirt is just using KVM, so if KVM works, oVirt can be made to work, too, and KVM still supports much older CPUs. I've faced similar issues when launching oVirt on Atoms, which are also considered below that line, when in fact they support all Nehalem features. The problem was that oVirt sets the basic CPU above the line, when it creates the self-hosted virtualized management engine, which then fails to start because the CPU is below the line. By that time the initial setup VM has already done its work, so it's a bit of a nasty surprise and difficult to detect... I got around the issiue by using a more modern CPU for the initial setup of my 3 node HCI clusters and then downgraded the CPU baseline afterwards. But in theory you could just find the code that sets the CPU type and change it, there is a good chance it's hidden away in some Ansible or Python script. Of course switching systems mid-flight comes with all kinds of other issues, but when you're bent on bending the basic requirements the developers have used for their code, you need to do the extra work.

Thank you for such a detailed answer. Also, reading this forum, I found options with changing the Ansible code. But without clear instructions and any results. The option of installing oVirt on a supported processor and then installing an unsupported one is interesting, but time-consuming. If you have any experience, knowledge about what and where in the code needs to be corrected - I would be very grateful to you :)
participants (2)
-
Mikhail Po
-
Thomas Hoberg