
Hi We have a large number of HP servers where we use Ovirt and we are having problems upgrading the nodes to Ovirt 4.4.10 More specifically the servers have the Emulex OneConnect 10Gb NICs and what we did in previous Ovirt node installations was to download the driver rpm (e.g. kmod-be2net-12.0.0.0-8.el8_5.elrepo.x86_64.rpm) and then install it using "rpm -ivh ... " and carrying out "modprobe be2net" For 4.18.0-365 we could not find a separate rpm but it looks like this was included in kernel-modules-4.18.0-365.el8.x86_64.rpm (https://centos.pkgs.org/8-stream/centos-baseos-x86_64/kernel-modules-4.18.0-...) which is already installed. "modprobe be2net" produces no errors but the network interfaces do not show up in "ip -a" even after reboot. Are we missing something here, or is our infrastructure unusable with 4.4.10? Things were working for 4.4.9. Thanks!