-
Notifications
You must be signed in to change notification settings - Fork 63
cannot find vsock device #347
Comments
vsock device probing is adaptive and its failure does not affect hyperstart starting up. The issue here is missing serial port. @gogolxdong can you please describe a bit how you got the error? Namingly,
|
Using default qemu hypervisor with hyperd ,whole console logs is the result of running hyperstart. |
@gogolxdong are you running without kvm support? We used to see a similar issue on travis and it was related to guest clock drifting. |
With kvm support. I found another issue which result in hyperctl ERROR: Error from daemon's response: hyperstart closed once specified cpu exceed 8 cores and performance test via wrk -t12 -c400 -d30s http://192.168.123.2 didn't improve linearly as cpu cores increased from 4 to 8 and memory from 8192 to 10240 as expected. |
@gogolxdong Current max cpu is 8 and it is hard coded in both hyperstart and runv right now. |
Is it necessary to set CONFIG_NR_CPUS=8 ,will it be unlimited and how ? |
also Performance depends on many things not just cpu and memory. More CPU can mean more lock contentions and cache line bouncing for your test program. |
cannot find vsock device
scan /sys/class/virtio-ports/ failed: No such file or directory
cannot find ctl channel
fail to setup hyper serial channel
The text was updated successfully, but these errors were encountered: