Hello everyone,
i have an issue which is driving me nuts right know and does not encounter on other hardware.
machine with issue:
- HPe Microserver Gen10 (Part-Number: 873830-421)
- Additional Network-Cards plugged in via PCIe:
-- Intel Corporation 82571EB
-- Mellanox Technologies MT26448
-- 4 x 3TB WD Red
machine without issue:
- Costum Build X399 Computer with:
-- Gigabyte Aorus X399
-- Threadripper 1950X
-- AMD RX 580
-- 4 x 6TB WD Red
Now to the actual issue:
If i configure a PCIe device (in my case the 82571EB for my PfSense VM) and i try to start the VM
the disks of the pool of the VM's hard-disk (data) just get their cashes flushed and shut down.
The machine crashes and is unresponsive until a hard reset.
If a PCI or PCIe device isn't configured everything is just as normal as with any other machine i run with proxmox. I've blacklisted the e1000e driver and checked if the module was loaded for the card, which it wasn't.
I triple checked, that i configured the network card and not, accidentally, the SATA controller.
I also allowed unsafe interrupts (As i did on my other AMD machines and behause dmesg told me i needed it)
I've attached configs as well as a screenshot from the console that shows the log from the point of starting the VM.
What i've also done was to switch from a BTRFS pool to a ZFS pool just to be sure that it has nothing
to do with the filesystem.
lspci | grep -i ethernet
cat /etc/pve/qemu-server/100.conf
zpool status
Screenshot from crash:
I really don't know what to do at this point.
If anyone knows how to fix this it would be greatly appreciated!
Thanks in advance
kedala
i have an issue which is driving me nuts right know and does not encounter on other hardware.
machine with issue:
- HPe Microserver Gen10 (Part-Number: 873830-421)
- Additional Network-Cards plugged in via PCIe:
-- Intel Corporation 82571EB
-- Mellanox Technologies MT26448
-- 4 x 3TB WD Red
machine without issue:
- Costum Build X399 Computer with:
-- Gigabyte Aorus X399
-- Threadripper 1950X
-- AMD RX 580
-- 4 x 6TB WD Red
Now to the actual issue:
If i configure a PCIe device (in my case the 82571EB for my PfSense VM) and i try to start the VM
the disks of the pool of the VM's hard-disk (data) just get their cashes flushed and shut down.
The machine crashes and is unresponsive until a hard reset.
If a PCI or PCIe device isn't configured everything is just as normal as with any other machine i run with proxmox. I've blacklisted the e1000e driver and checked if the module was loaded for the card, which it wasn't.
I triple checked, that i configured the network card and not, accidentally, the SATA controller.
I also allowed unsafe interrupts (As i did on my other AMD machines and behause dmesg told me i needed it)
I've attached configs as well as a screenshot from the console that shows the log from the point of starting the VM.
What i've also done was to switch from a BTRFS pool to a ZFS pool just to be sure that it has nothing
to do with the filesystem.
lspci | grep -i ethernet
Code:
04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
06:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM5720 Gigabit Ethernet PCIe
06:00.1 Ethernet controller: Broadcom Limited NetXtreme BCM5720 Gigabit Ethernet PCIe
07:00.0 Ethernet controller: Mellanox Technologies MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] (rev b0)
cat /etc/pve/qemu-server/100.conf
Code:
boot: dcn
bootdisk: scsi0
cores: 1
ide2: local:iso/pfSense-CE-2.4.4-RELEASE-amd64.iso,media=cdrom
machine: q35
hostpci0: 04:00.0,pcie=1
memory: 1024
name: PfSense
net0: virtio=AA:6B:02:82:CC:A1,bridge=vmbr0
numa: 0
ostype: l26
scsi0: data:vm-100-disk-0,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=ad8cbeac-e32c-4de9-82a9-2dad0482d1a9
sockets: 1
zpool status
Code:
pool: Storage
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
Storage ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
Screenshot from crash:
I really don't know what to do at this point.
If anyone knows how to fix this it would be greatly appreciated!
Thanks in advance
kedala
Last edited: