
On Thu, Aug 22, 2019 at 4:53 PM Gianluca Cecchi <gianluca.cecchi@gmail.com> wrote:
On Tue, Aug 20, 2019 at 12:01 PM Miguel Duarte de Mora Barroso <mdbarroso@redhat.com> wrote:
On Mon, Aug 19, 2019 at 12:47 PM Staniforth, Paul <P.Staniforth@leedsbeckett.ac.uk> wrote:
Thanks Miguel, I'm using openvswitch-ovn-common-2.11.0-4.el7.x86_64
I hoped this would be gone in version 2.11, but, seems like the openvswitch build hasn't been updated for quite some time (2019-03-20).
Unfortunately I cannot provide an ETA on a newer OVS build.
I've just updated my ovirt engine server from 4.3.4 to 4.3.5 (ovirt-engine-4.3.5.5-1.el7.noarch) and then also "yum update" and reboot. Actually I get those messages as soon as I login to the system, not only running commands:
from my laptop $ ssh ovmgr1 Last login: Thu Aug 22 16:45:09 2019 from 10.4.23.18 net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5) PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory PMD: net_mlx4: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx4) [g.cecchi@ovmgr1 ~]$
Any way to fix?
You can get rid of those by installing the dependency libibverbs. Other than that, none that I'm aware.
Thanks, Gianluca