-
Notifications
You must be signed in to change notification settings - Fork 70
Start qemu failed in CC 3.0.0 (works fine in CC 2.2.4) #637
Comments
Is this the same system that Note that that log shows you are using Also, it would be extremely useful if you could fill out the template you should have seen. Specifically, if you can run the |
@jodh-intel it is the same machine with the I've changed the configuration file to
|
@jovizhangwei i got the same error
cc-runtime cc-check output
here is my
|
Hi @jovizhangwei - the problem is likely to be that your kernel doesn't have vhost capabilities. However, due to the way |
Hi @jovizhangwei - can you try running the following and then seeing if you can start a container?
|
@Ace-Tang - could you also try the above please? |
Why I can ran CC 2.2.4? without vhost. |
@jovizhangwei With 2.2.4 we were not enabling vhost by default. With 3.0 we assume vhost is available. I just opened a virtcontainers issue for that: containers/virtcontainers#385 and will get a fix for that in the next few days. |
@jovizhangwei FWIW, vhost-net provides significant networking performance improvements with KVM. Is there any reason why it is not enabled with your kernel ? |
Hi @jovizhangwei - Is this problem now resolved for you? |
govmm has ExecuteBlockdevAdd() function and ExecuteBlockdevDel() function doesn't compatible with qemu 2.8,because blockdev-add and x-blockdev-del usages are different between qemu 2.7 and qemu 2.8 shortlog: ce070d1 govmm: modify govmm to be compatible with qemu 2.8 0286ff9 qemu/qmp: support hotplug a nic whose qdisc is mq 8515ae4 qmp: Remind users that you must first call ExecuteQMPCapabilities() 21504d3 qemu/qmp: Add netdev_add with chardev support ed34f61 Add some negative test cases for qmp.go 17cacc7 Add negative test cases for qemu.go fixes: clearcontainers#637 Signed-off-by: flyflypeng <[email protected]>
Below error logs indicated there have some issue in qemu command line. Interesting my machine can ran CC 2.2.4 successfully.
Is there anyone can give me some tips? Thanks.
The text was updated successfully, but these errors were encountered: