I'm trying to pave the way for migrating Proxmox 7 to 8. One warning thrown by pve7to8 is about an installed dkms module - which is version 4.18.0 of the mellanox drivers, as previously, my ConnectX-4 was not working reliably. I googled and found that this module will probably cause issues during the update, as it won't work with the 6 kernel: https://forum.proxmox.com/threads/update-von-7-auf-8-fehlgeschlagen.129327/
Question is: Does anyone have experience running a ConnectX-4 under pve 8 without additional drivers? Is is stable also under high load and with long uotimes? If so, any best practice for when/how to remove the extra module?
Thanks.
Question is: Does anyone have experience running a ConnectX-4 under pve 8 without additional drivers? Is is stable also under high load and with long uotimes? If so, any best practice for when/how to remove the extra module?
Code:
c1:00.0 Ethernet controller: Mellanox Technologies MT27710 Family [ConnectX-4 Lx]
Subsystem: Mellanox Technologies MCX4421A-ACQN ConnectX-4 Lx EN OCP,2x25G
Flags: bus master, fast devsel, latency 0, IRQ 591, IOMMU group 12
Memory at 1801c000000 (64-bit, prefetchable) [size=32M]
Expansion ROM at c0100000 [disabled] [size=1M]
Capabilities: [60] Express Endpoint, MSI 00
Capabilities: [48] Vital Product Data
Capabilities: [9c] MSI-X: Enable+ Count=64 Masked-
Capabilities: [c0] Vendor Specific Information: Len=18 <?>
Capabilities: [40] Power Management version 3
Capabilities: [100] Advanced Error Reporting
Capabilities: [150] Alternative Routing-ID Interpretation (ARI)
Capabilities: [180] Single Root I/O Virtualization (SR-IOV)
Capabilities: [1c0] Secondary PCI Express
Capabilities: [230] Access Control Services
Kernel driver in use: mlx5_core
Kernel modules: mlx5_core
Code:
dkms status
kernel-mft-dkms, 4.18.0, 5.10.0-19-amd64, x86_64: installed
kernel-mft-dkms, 4.18.0, 5.15.116-1-pve, x86_64: installed
kernel-mft-dkms, 4.18.0, 5.15.126-1-pve, x86_64: installed
kernel-mft-dkms, 4.18.0, 5.15.131-2-pve, x86_64: installed
Thanks.