<div dir="ltr">I&#39;ve tried to run &#39;basic-suite-master&#39; with [1], but I&#39;m getting the following error:<div><br></div><div>_ID: VDS_CPU_LOWER_THAN_CLUSTER(515), Host lago-basic-suite-master-host-1 moved to Non-Operational state as host does not meet the cluster&#39;s minimum CPU level. Missing CPU features : model_Haswell-noTSX-IBRS</div><div><br></div><div><b><u>When running virsh on the host I see the following CPU:</u></b></div><div><br></div><div>&lt;model&gt;Haswell-noTSX-IBRS&lt;/model&gt;</div><div><br></div><div><b><u>The CPU definition in the dom xml of the host:</u></b></div><div><br></div><div><div>&lt;cpu mode=&#39;host-passthrough&#39; check=&#39;none&#39;&gt;</div><div>    &lt;topology sockets=&#39;2&#39; cores=&#39;1&#39; threads=&#39;1&#39;/&gt;</div><div>  &lt;/cpu&gt;</div><div><br></div><div><br></div><div><u style="font-weight:bold">When running virsh on the VM (ovirt host) I see the following CPU:</u><br></div><div><u style="font-weight:bold"><br></u></div><div>&lt;model&gt;Haswell-noTSX&lt;/model&gt;<br></div><div><br></div><div>Which doesn&#39;t match the CPU of the host.</div><div><br></div><div>thoughts?</div><div><br></div><div><br></div><div>[1] <a href="https://github.com/lago-project/lago-ost-plugin/pull/31">https://github.com/lago-project/lago-ost-plugin/pull/31</a></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 14, 2018 at 11:46 PM, Nadav Goldin <span dir="ltr">&lt;<a href="mailto:ngoldin@virtual-gate.net" target="_blank">ngoldin@virtual-gate.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Trying to put together what I remember:<br>
1. We had a QEMU bug where it was stated clearly that<br>
nested-virtualization is only supported when using &#39;host-passthrough&#39;<br>
(don&#39;t know if that had changed since).<br>
2. As consequence of (1) - Lago uses by default host-passthrough.<br>
3. When running O-S-T, we needed a deterministic way to decide which<br>
cluster level to use, taking into account that VDMS&#39;s CPU, can be,<br>
theoretically, anything.<br>
4. That is why you see &#39;Skylake&#39; and &#39;IvyBridge&#39; there  -  to match<br>
possible users of OST.<br>
5. Lago already uses &#39;virsh capabilities&#39; to report the L1 VM&#39;s CPU,<br>
lago-ost-plugin uses that report as the input key to the mapping file.<br>
<br>
As far as I remember, we settled for this method after several<br>
on-going reports of users unable to run OST on their laptops due to<br>
CPU issues.<br>
<br>
<br>
<br>
On Fri, Jan 12, 2018 at 6:49 PM, Michal Skrivanek<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:michal.skrivanek@redhat.com">michal.skrivanek@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On 12 Jan 2018, at 17:32, Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jan 12, 2018 at 1:05 PM, Michal Skrivanek<br>
&gt; &lt;<a href="mailto:michal.skrivanek@redhat.com">michal.skrivanek@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On 12 Jan 2018, at 08:32, Tomas Jelinek &lt;<a href="mailto:tjelinek@redhat.com">tjelinek@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Jan 12, 2018 at 8:18 AM, Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Fri, Jan 12, 2018 at 9:06 AM, Yaniv Kaul &lt;<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; See[1] - do we need to update Lago / Lago OST plugin?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Something like <a href="https://github.com/lago-project/lago-ost-plugin/pull/31" rel="noreferrer" target="_blank">https://github.com/lago-<wbr>project/lago-ost-plugin/pull/<wbr>31</a><br>
&gt;&gt;&gt; perhaps (not tested, don&#39;t have the HW).<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; yes, seems like that should do the trick.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; sure, though, that list is also difficult to maintain<br>
&gt;&gt; e.g. IvyBridge is not an oVirt supported model, there’s no “Skylake” model<br>
&gt;&gt;<br>
&gt;&gt; Nadav, what’s the exact purpose of that list, and can it be eliminated<br>
&gt;&gt; somehow?<br>
&gt;<br>
&gt;<br>
&gt; It&#39;s to match, as possible, between the host CPU (which is passed to L1) so<br>
&gt; it&#39;ll match oVirt’s.<br>
&gt;<br>
&gt;<br>
&gt; getting it from &quot;virsh capabilities&quot; on the host would match it a bit<br>
&gt; better. It would be enough to just make the L1 host report (via fake caps<br>
&gt; hook if needed) the same model_X in getVdsCapabilities as the L0<br>
&gt;<br>
&gt; It&#39;s not that difficult to maintain. We add new CPUs once-twice a year…?<br>
&gt;<br>
&gt;<br>
&gt; yes, not often<br>
&gt;<br>
&gt; Y.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; michal<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Y.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Error Message<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Unsupported CPU model: Haswell-noTSX-IBRS. Supported models:<br>
&gt;&gt;&gt;&gt; IvyBridge,Westmere,Skylake,<wbr>Penryn,Haswell,Broadwell,<wbr>Nehalem,Skylake-Client,<wbr>Broadwell-noTSX,Conroe,<wbr>SandyBridge,Haswell-noTSX<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Stacktrace<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Traceback (most recent call last):<br>
&gt;&gt;&gt;&gt;   File &quot;/usr/lib64/python2.7/<wbr>unittest/case.py&quot;, line 369, in run<br>
&gt;&gt;&gt;&gt;     testMethod()<br>
&gt;&gt;&gt;&gt;   File &quot;/usr/lib/python2.7/site-<wbr>packages/nose/case.py&quot;, line 197, in<br>
&gt;&gt;&gt;&gt; runTest<br>
&gt;&gt;&gt;&gt;     self.test(*self.arg)<br>
&gt;&gt;&gt;&gt;   File &quot;/usr/lib/python2.7/site-<wbr>packages/ovirtlago/testlib.py&quot;<wbr>, line<br>
&gt;&gt;&gt;&gt; 129, in wrapped_test<br>
&gt;&gt;&gt;&gt;     test()<br>
&gt;&gt;&gt;&gt;   File &quot;/usr/lib/python2.7/site-<wbr>packages/ovirtlago/testlib.py&quot;<wbr>, line 59,<br>
&gt;&gt;&gt;&gt; in wrapper<br>
&gt;&gt;&gt;&gt;     return func(get_test_prefix(), *args, **kwargs)<br>
&gt;&gt;&gt;&gt;   File<br>
&gt;&gt;&gt;&gt; &quot;/home/jenkins/workspace/<wbr>ovirt-system-tests_master_<wbr>check-patch-el7-x86_64/ovirt-<wbr>system-tests/basic-suite-<wbr>master/test-scenarios/002_<wbr>bootstrap.py&quot;,<br>
&gt;&gt;&gt;&gt; line 277, in add_cluster<br>
&gt;&gt;&gt;&gt;     add_cluster_4(prefix)<br>
&gt;&gt;&gt;&gt;   File<br>
&gt;&gt;&gt;&gt; &quot;/home/jenkins/workspace/<wbr>ovirt-system-tests_master_<wbr>check-patch-el7-x86_64/ovirt-<wbr>system-tests/basic-suite-<wbr>master/test-scenarios/002_<wbr>bootstrap.py&quot;,<br>
&gt;&gt;&gt;&gt; line 305, in add_cluster_4<br>
&gt;&gt;&gt;&gt;     cpu_family = prefix.virt_env.get_ovirt_cpu_<wbr>family()<br>
&gt;&gt;&gt;&gt;   File &quot;/usr/lib/python2.7/site-<wbr>packages/ovirtlago/virt.py&quot;, line 151,<br>
&gt;&gt;&gt;&gt; in get_ovirt_cpu_family<br>
&gt;&gt;&gt;&gt;     &#39;,&#39;.join(cpu_map[host.cpu_<wbr>vendor].iterkeys())<br>
&gt;&gt;&gt;&gt; RuntimeError: Unsupported CPU model: Haswell-noTSX-IBRS. Supported<br>
&gt;&gt;&gt;&gt; models:<br>
&gt;&gt;&gt;&gt; IvyBridge,Westmere,Skylake,<wbr>Penryn,Haswell,Broadwell,<wbr>Nehalem,Skylake-Client,<wbr>Broadwell-noTSX,Conroe,<wbr>SandyBridge,Haswell-noTSX<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Y.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; [1]<br>
&gt;&gt;&gt;&gt; <a href="http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/3498/testReport/junit/(root)/002_bootstrap/add_cluster/" rel="noreferrer" target="_blank">http://jenkins.ovirt.org/job/<wbr>ovirt-system-tests_master_<wbr>check-patch-el7-x86_64/3498/<wbr>testReport/junit/(root)/002_<wbr>bootstrap/add_cluster/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt;&gt; Devel mailing list<br>
&gt;&gt;&gt; <a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
&gt;&gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ______________________________<wbr>_________________<br>
&gt;&gt; Devel mailing list<br>
&gt;&gt; <a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
&gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; Devel mailing list<br>
&gt; <a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a><br>
______________________________<wbr>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/devel</a></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font face="overpass, sans-serif" color="#000000" size="2"><span style="text-transform:uppercase"><b>GAL bEN HAIM</b></span></font><div><span style="color:rgb(0,0,0);font-family:overpass,sans-serif;text-transform:uppercase"><font size="2">RHV DEVOPS</font></span><br></div></div></div>
</div>