It might be that the host is not reporting the host capabilities correctly. You can see all host's supported CPUs in the host detail screen, just roll over the info icon next to the CPU Type.
You can check if the data are in the database like this: select cpu_flags from vds where vds_name = 'your-host-name'; And you can check what the host reports by running the following command on the host (search for cpuFlags key): sudo vdsm-client Host getCapabilities Make sure the capabilities contain all required flags - vmx, model_Haswell-noTSX and nx. Regards, Lucia On Mon, Aug 2, 2021 at 4:00 PM jimod4--- via Users <[email protected]> wrote: > If I run lscpu it shows the vmx and nx flags are there. Virtualization is > enabled in bios. I have vms running on the kvm host > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/SIYJ6X3DSZSMPZSW3C2AG6NPIWBVMJXC/ >
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/D7Z36D5YDFUQKZXXQQFU7APIRZH6HRCN/

