ovs commands report missing libibverbs (centos8 only)
Bug #1882863 reported by
wu.chunyang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Low
|
wu.chunyang | ||
Train |
Fix Committed
|
Low
|
Mark Goddard | ||
Ussuri |
Fix Released
|
Low
|
Radosław Piliszek | ||
Victoria |
Fix Released
|
Low
|
wu.chunyang |
Bug Description
use ovs-vsctl command add an interface to br-int, it will report an error:
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)
it is because kolla_centos_distro missing libibverbs packages
Changed in kolla: | |
assignee: | nobody → wu.chunyang (wuchunyang) |
summary: |
- ovs commands report missing libibverbs + ovs commands report missing libibverbs (centos8 only) |
Changed in kolla: | |
assignee: | wu.chunyang (wuchunyang) → Radosław Piliszek (yoctozepto) |
status: | Triaged → In Progress |
Changed in kolla: | |
assignee: | Radosław Piliszek (yoctozepto) → wu.chunyang (wuchunyang) |
To post a comment you must log in.
Do note this is not strictly an error. These deps are not required if not using infiniband.