kubeovn / kube-ovn

A Bridge between SDN and Cloud Native (Project under CNCF)
https://kubeovn.github.io/docs/stable/en/
Apache License 2.0
1.96k stars 448 forks source link

dpdk的测试虚机无法进入 #1889

Closed htz2507 closed 10 months ago

htz2507 commented 2 years ago

Expected Behavior

能够进入虚机

Actual Behavior

不能进入虚机

Steps to Reproduce the Problem

  1. 按时教程https://kubeovn.github.io/docs/v1.10.x/advance/dpdk/ , 完成了dpdk环境搭建

  2. 执行到最后一步本配置虚机登陆名密码 virsh set-user-password vm root 12345

  3. image

Additional Info

oilbeater commented 2 years ago

@luoyunhe 有时间帮忙看下这个问题

luoyunhe commented 2 years ago

@htz2507 可以通过virsh list查看虚拟机是否正常启动,如果没有正常启动,可以通过virsh start vm来查看启动异常的原因,我们在fedora上遇到过由于cgroup v2导致的虚拟机启动异常

htz2507 commented 2 years ago
luoyunhe commented 2 years ago

看起来虚拟机已经正常启动了。 是否是还未启动完成就执行了 set-user-password。 通过virsh dumpxml vm |grep agent -C 10 是否包含<target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>

htz2507 commented 2 years ago
luoyunhe commented 2 years ago

最近比较忙,没有及时回复,kube-ovn部分应该没有多大问题,也许你应该可以通过阅读https://libvirt.org 的帮助文档,或者到https://github.com/libvirt/libvirt寻求帮助。

github-actions[bot] commented 11 months ago

Issues go stale after 60d of inactivity. Please comment or re-open the issue if you are still interested in getting this issue fixed.