1
I have a VM A
running the latest archlinux with QEMU, KVM and a Virtio network
card. It is a buildbot and it needs to drop the result on another machine B
on the
local network.
The VM is started with this command:
qemu-system-x86_64 -net nic,model=virtio -net bridge,br=bridge0 -hda /some/place/disk.qcow2 -m 512 -enable-kvm
It is painstakingly slow, 9MB take 1h30 to complete, and it is mangled.
Any other traffic goes at the normal speed of the local network. Any other ssh traffic from A
to another machine that is not B
is normal. Traffic between all machines but A
is normal.
Help? I don't understand this behaviour.
Well, I did find the
virtio
solution on this very page. What's more, this problem occurs only with one host. So it seems to be VM independent. – MP0 – 2014-09-10T15:43:27.317