I have a Chasis MFSYS25V2 with two MFS5520VI Compute Module. Each module have two Xeon CPU E5645 at 2.40GHz with 32GB of RAM (4x8GB) and with Dual Gigabit Ethernet I/O Expansion Mezzanine Card
With the kernel 2.6.32-11 I have problems with flapping network.
The problem with the network is only in the bond1 interface that have VLAN configuration. bond0 always work.
01:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
01:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
I tried to upgrade but no luck:
apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Here is my version:
pveversion -v
pve-manager: 2.1-1 (pve-manager/2.1/f9b0f63a)
running kernel: 2.6.32-11-pve
proxmox-ve-2.6.32: 2.0-66
pve-kernel-2.6.32-11-pve: 2.6.32-66
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.3-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.8-3
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.7-2
pve-cluster: 1.0-26
qemu-server: 2.0-39
pve-firmware: 1.0-15
libpve-common-perl: 1.0-27
libpve-access-control: 1.0-21
libpve-storage-perl: 2.0-18
vncterm: 1.0-2
vzctl: 3.0.30-2pve5
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 1.0-9
ksm-control-daemon: 1.1-1
A user reported that downgrading to the 3.3.6 release solved his problems. Maybe it works for you too. Have a look here, post #22
Hello
Today I made a fresh install of Proxmox 2.0 on a Intel Modular Server, and when I upgraded the kernel to version 2.6.32-12 the network has stopped working.
I restarted with the 2.6.32-11 kernel and the network has become operational. I think it's a bug.
Someone with an IMS could confirm this?
Hi,
I experience a similar effect of up to 72% package loss on a direct link between two proxmox nodes with kernel 2.6.32-12-pve after upgrading today (previous kernel was 2.6.32-11-pve). The two machines are directly linked via bonded (rr) 10 Gb ethernet cards, two Intel Corporation 82599EB 10 Gigabit TN Network Connection per machine. The cards use the ixgbe driver.
After reading this thread I tried unloading the ixgbe module and force-loading the ixgbe.ko from kernel 2.6.32-11-pve on both machines and after ifup-ing the corresponding bond interfaces, there were no more package losses.
This may be related to what was observed with the ixbge in this thread https://bugzilla.redhat.com/show_bug.cgi?id=696337 (for a RedHat based system).
My question is: Will there be a new proxmox 2.6.32-xx-pve kernel package which fixes this issue by patching this driver, ie importing an upstream version or backporting it to what was used in 2.6.32-11-pve? I know that I can manually force it to load the older ixgbe.ko which is still on the system, but even symlinks to the old version of ixbge.ko from /lib/modules/2.6.32-12-pve/kernel/drivers/net/ixgbe to /lib/modules/2.6.32-11-pve/kernel/drivers/net/ixgbe won't help since the module won't be inserted unless forced by modprobe -f. Any advise on how to handle this in an automatic manner?
Thanks for your help.