Closed weixiao-huang closed 2 years ago
It seems a bug in cloud hypervisor and I open https://github.com/cloud-hypervisor/cloud-hypervisor/issues/4579 in cloud hypervisor
That's a known issue of Cloud Hypervisor. 3.10.0 is too old. And since Cloud Hypervisor is using io_uring, to get proper VM IO performance, a host kernel newer than 5.6 is recommended.
@weixiao-huang Yes, cloud-hypervisor can not start VMs in Centos7. Currently Virtink uses cloud-hypervisor v26.0, and some KVM extensions are needed in this version, the minimum Linux kernel version required is V4.11.
Added doc about minimal and recommended host kernel versions. Closing this issue.
We have a k8s cluster built in two nodes
both use centos7 but have different kernel version
3.10.0-1160.45.1.el7.x86_64
and5.4.15-1.el7.elrepo.x86_64
. And I found that only in5.4.15-1.el7.elrepo.x86_64
the VM can start, the other has the pod error belowSo whether it seems cloud-hypervisor does not support
3.10.0-1160.45.1.el7.x86_64
host kernel version?