You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
In a few host machines, when vhost_vsock isn't built-in, but could be loadable, value SupportVoscks from kata-env still outputs false.
We add modprobe -i vhost_vsock in func SupportsVsocks to try to avoid above scenario.
Expected result
[Host]
Kernel = "5.0.7"
Architecture = "arm64"
VMContainerCapable = true
SupportVSocks = true
[Host.Distro]
Name = "Ubuntu"
Version = "18.04"
[Host.CPU]
Vendor = "3rd Party Limited"
Model = "v8"
Actual result
[Host]
Kernel = "5.0.7"
Architecture = "arm64"
VMContainerCapable = true
SupportVSocks = false
[Host.Distro]
Name = "Ubuntu"
Version = "18.04"
[Host.CPU]
Vendor = "3rd Party Limited"
Model = "v8"