Hi,
I have noticed up to 10% packet loss for Ubuntu 12.04 LTS guests with virtio network adapter
Ubuntu 10.04 guest doesn't seem affected
It seems there is a known bug :
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997978
is anyone else experiencing this issue ?
Are there any solutions / workarounds ?
Here are some technical details
I am using a bonding interface :
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 4
bond_lacp_rate 1
bond_xmit_hash_policy 1
auto bond0.2
iface bond0.2 inet manual
vlan-raw-device bond0
auto vmbr1
iface vmbr1 inet manual
bridge_ports bond0.2
bridge_stp off
bridge_fd 0
Thanks
Steven
I have noticed up to 10% packet loss for Ubuntu 12.04 LTS guests with virtio network adapter
Ubuntu 10.04 guest doesn't seem affected
It seems there is a known bug :
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997978
is anyone else experiencing this issue ?
Are there any solutions / workarounds ?
Here are some technical details
I am using a bonding interface :
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond_miimon 100
bond_mode 4
bond_lacp_rate 1
bond_xmit_hash_policy 1
auto bond0.2
iface bond0.2 inet manual
vlan-raw-device bond0
auto vmbr1
iface vmbr1 inet manual
bridge_ports bond0.2
bridge_stp off
bridge_fd 0
Thanks
Steven