<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 1, 2016 at 3:32 PM, Winfried de Heiden <span dir="ltr">&lt;<a href="mailto:wdh@dds.nl" target="_blank">wdh@dds.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi all and happy new year!<br>
<br>
I&#39;m running oVirt 3.6 on EL7.<br>
<br>
In order to test nested-kvm I installed vdsm-hook-nestedvt on the hypervisor and put &quot;fake_kvm_support = true&quot; in /etc/vdsm/vdsm.conf.</blockquote><div><br></div> <br><br>fake_kvm_support is just for developing purposes and it&#39;s not needed as it prevent guests to run.<br><br>Please check to understand if nested support is enabled on your host:<br>/sys/module/kvm_intel/parameters/nested<br><br></div><div class="gmail_quote">if not<br>   echo &quot;options kvm-intel nested=1&quot; &gt; /etc/modprobe.d/kvm-intel.conf<br>and reload the module<br><br>Than install vdsm-hook-nestedvt on your hosts.<br>If you want also to use the network on your L2 guest please install and configure also macspoof vdsm hook on your physical hosts otherwise all the traffic to/from your L2 guests will be dropped.<br><a href="https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof">https://github.com/oVirt/vdsm/tree/master/vdsm_hooks/macspoof</a></div><div class="gmail_quote"><div><pre style="overflow:auto;margin-top:0px;margin-bottom:0px;font-stretch:normal"><font color="#333333" face="Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:15px;white-space:pre-wrap"><br></span></font></pre></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
However, afterwards the hypervisor host cannot connect to the ovirt Manager, on ovirt Manager the engine.log will tell:<br>
<br>
2016-01-01 15:21:42,105 WARN [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (DefaultQuartzScheduler_Worker-76) [71d1638c] Correlation ID: 29daf92c, Call Stack: null, Custom Event ID: -1, Message: Host bigvirt moved to Non-Operational state as host does not meet the cluster&#39;s minimum CPU level. Missing CPU features : model_Opteron_G3<br>
<br>
After removing the option all works well again, but I&#39;ḿ lacking the nested kvm option :( Is nested kvm only supported on a limited cpu&#39;s??<br>
<br>
Winny<br>
<br>
Information from /proc/cpuinfo:<br>
<br>
processor       : 0<br>
vendor_id       : AuthenticAMD<br>
cpu family      : 16<br>
model           : 10<br>
model name      : AMD Phenom(tm) II X6 1055T Processor<br>
stepping        : 0<br>
microcode       : 0x10000bf<br>
cpu MHz         : 2800.000<br>
cache size      : 512 KB<br>
physical id     : 0<br>
siblings        : 6<br>
core id         : 0<br>
cpu cores       : 6<br>
apicid          : 0<br>
initial apicid  : 0<br>
fpu             : yes<br>
fpu_exception   : yes<br>
cpuid level     : 6<br>
wp              : yes<br>
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt cpb hw_pstate npt lbrv svm_lock nrip_save pausefilter<br>
bogomips        : 5625.54<br>
TLB size        : 1024 4K pages<br>
clflush size    : 64<br>
cache_alignment : 64<br>
address sizes   : 48 bits physical, 48 bits virtual<br>
power management: ts ttp tm stc 100mhzsteps hwpstate cpb<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</blockquote></div><br></div></div>