<div dir="ltr"><div>Our system tests are using nested virtualization. [1]<br></div>Here the relevant part :<br><br>Make sure that virtualization extension is enabled on the CPU, otherwise, you might need to enable it in the BIOS. Generally, if virtualization extension is disabled, dmesg log would contain a line similar to:<br><br>    kvm: disabled by BIOS<br><br>Verify nested virtualization is enabled<br><br>    $ cat /sys/module/kvm_intel/parameters/nested<br><br> This command should print `Y` if nested virtualization is enabled, otherwise,<br> enable it the following way:<br><br> Edit `/etc/modprobe.d/kvm-intel.conf` and add the following line:<br><br>    options kvm-intel nested=y<br><br>[1] <a href="http://ovirt-system-tests.readthedocs.io/en/latest/docs/general/installation.html">http://ovirt-system-tests.readthedocs.io/en/latest/docs/general/installation.html</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 4, 2017 at 3:46 PM, Luca &#39;remix_tj&#39; Lorenzetto <span dir="ltr">&lt;<a href="mailto:lorenzetto.luca@gmail.com" target="_blank">lorenzetto.luca@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
we&#39;re installing a small ovirt cluster for hosting some test<br>
environments at work. We&#39;re interested in testing VM running<br>
hypervisors (i.e ovirt itself or a small openstack deployment).<br>
<br>
Is there any documentation showing how to enable nested virtualization in ovirt?<br>
<br>
 I&#39;ve seen that while adding an host to the cluster there is the<br>
opportunity to flag &quot;Nested Virtualization&quot; option, but i didn&#39;t<br>
understand if other packages and configs are required.<br>
<br>
Our environment is running latest ovirt 4.1 installed with ovirt-node-ng.<br>
<br>
Luca<br>
<br>
--<br>
&quot;E&#39; assurdo impiegare gli uomini di intelligenza eccellente per fare<br>
calcoli che potrebbero essere affidati a chiunque se si usassero delle<br>
macchine&quot;<br>
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)<br>
<br>
&quot;Internet è la più grande biblioteca del mondo.<br>
Ma il problema è che i libri sono tutti sparsi sul pavimento&quot;<br>
John Allen Paulos, Matematico (1945-vivente)<br>
<br>
Luca &#39;remix_tj&#39; Lorenzetto, <a href="http://www.remixtj.net" rel="noreferrer" target="_blank">http://www.remixtj.net</a> , &lt;<a href="mailto:lorenzetto.luca@gmail.com">lorenzetto.luca@gmail.com</a>&gt;<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
</blockquote></div><br></div>