Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Vhost modules aren't loaded #8717

Closed
justxuewei opened this issue Dec 22, 2023 · 0 comments · Fixed by #8718
Closed

tests: Vhost modules aren't loaded #8717

justxuewei opened this issue Dec 22, 2023 · 0 comments · Fixed by #8718

Comments

@justxuewei
Copy link
Member

Nydus tests complain that vhost* modules weren't loaded.

 Dec 22 02:14:42.617 INFO check CPU: x86_64
 Dec 22 02:14:42.617 INFO check kernel modules for: x86_64
 Dec 22 02:14:42.622 INFO kvm Ok
 Dec 22 02:14:42.626 INFO kvm_intel Ok
 Dec 22 02:14:42.630 WARN The kernel module `vhost` exist but is not already loaded. Try reloading it using 'modprobe vhost'
 Dec 22 02:14:42.633 WARN The kernel module `vhost_net` exist but is not already loaded. Try reloading it using 'modprobe vhost_net'
 Dec 22 02:14:42.635 WARN The kernel module `vhost_vsock` exist but is not already loaded. Try reloading it using 'modprobe vhost_vsock'

The default network backend of runtime-rs with Dragonball is vhost-net after #8609 merged. Loading the modules explicitly is required.

justxuewei added a commit to justxuewei/kata-containers that referenced this issue Dec 22, 2023
The default network backend of runtime-rs with Dragonball is vhost-net
after kata-containers#8609 merged. The tests might be failed if vhost modules are not
loaded.

Fixes: kata-containers#8717

Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
@katacontainersbot katacontainersbot moved this from To do to In progress in Issue backlog Dec 22, 2023
justxuewei added a commit to justxuewei/kata-containers that referenced this issue Dec 22, 2023
The default network backend of runtime-rs with Dragonball is vhost-net
after kata-containers#8609 merged. The tests might be failed if vhost modules are not
loaded.

Fixes: kata-containers#8717

Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Issue backlog
  
In progress
Development

Successfully merging a pull request may close this issue.

1 participant