S
senricosa
Guest
Hello Proxmox-Community,
I have been using proxmox for a while, upgrade to proxmox 1.6 caused a serious issue an an HP DL360 G6 Server
Following Error message in syslog:
The Problem is IRQ combination of cciss and bnx2 module bnx2 using MSI:
Thus cciss was not working properly.
Solution: Using 2.6.24-12-pve and it works well, because IRQ Prob is gone:
It was working with 2.6.32-1 (without openvz)
Erich
I have been using proxmox for a while, upgrade to proxmox 1.6 caused a serious issue an an HP DL360 G6 Server
Following Error message in syslog:
Code:
Sep 4 12:35:03 pve0 kernel: Uhhuh. NMI received for unknown reason a0 on CPU 0.
Sep 4 12:35:03 pve0 kernel: You have some hardware problem, likely on the PCI bus.
Sep 4 12:35:03 pve0 kernel: Dazed and confused, but trying to continue
Sep 4 12:35:03 pve0 kernel: DRHD: handling fault status reg 2
Sep 4 12:35:03 pve0 kernel: DMAR:[DMA Read] Request device [03:00.0] fault addr ffe1d000
Sep 4 12:35:03 pve0 kernel: DMAR:[fault reason 06] PTE Read access is not set
The Problem is IRQ combination of cciss and bnx2 module bnx2 using MSI:
Code:
Sep 4 11:17:07 pve0 kernel: cciss 0000:03:00.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
Sep 4 11:17:07 pve0 kernel: cciss 0000:03:00.0: irq 59 for MSI/MSI-X
Sep 4 11:17:07 pve0 kernel: cciss 0000:03:00.0: irq 60 for MSI/MSI-X
Sep 4 11:17:07 pve0 kernel: cciss 0000:03:00.0: irq 61 for MSI/MSI-X
Sep 4 11:17:07 pve0 kernel: cciss 0000:03:00.0: irq 62 for MSI/MSI-X
Sep 4 11:17:07 pve0 kernel: IRQ 61/cciss0: IRQF_DISABLED is not guaranteed on shared IRQs
Sep 4 11:17:07 pve0 kernel: cciss0: <0x323a> at PCI 0000:03:00.0 IRQ 61 using DAC
Sep 4 11:17:07 pve0 kernel: cciss/c0d0: p1 p2
Sep 4 11:17:07 pve0 kernel: EXT3 FS on cciss/c0d0p1, internal journal
Solution: Using 2.6.24-12-pve and it works well, because IRQ Prob is gone:
Code:
Sep 4 14:59:27 pve0 kernel: cciss0: <0x323a> at PCI 0000:03:00.0 IRQ 2291 using DAC
It was working with 2.6.32-1 (without openvz)
Erich