Hi Guys, thank you all
madscientist159 wrote: "try "sudo virt-host-validate"" and I got an almost all PASS, except a few FAILs (below) which I do not know how to fix
- LXC: Checking for cgroup 'cpu' controller support : FAIL (Enable 'cpu' in kernel Kconfig file or mount/enable cgroup controller in your system)
- LXC: Checking for cgroup 'cpuset' controller support : FAIL (Enable 'cpuset' in kernel Kconfig file or mount/enable cgroup controller in your system)
- LXC: Checking for cgroup 'freezer' controller support : FAIL (Enable 'freezer' in kernel Kconfig file or mount/enable cgroup controller in your system)
- LXC: Checking for cgroup 'blkio' controller support : FAIL (Enable 'blkio' in kernel Kconfig file or mount/enable cgroup controller in your system)
ClassicHasClass wrote: "/dev/kvm is present on Fedora." ; I found it
shawnanastasio wrote: "lsmod |grep kvm" which produces the following response:
kvm_hv 235985 0
kvm 357010 1 kvm_hv
So, it seems hardware virtualization is enabled. I created a Fedora 32 VM through virt-manager with 2 vCPUs and installed stress. When I stress the 2 vCPUs I see on the host System Monitor that 2 of my 16 threads are at 100% (thread 9 and some other thread, which keeps jumping among the other 15..). So, if I got it right, this VM is really having 2 vCPU fully allocated to it. If it did not have hardware virtualization enable would I still be able to allocate 2 threads?
Regards