Centos 7.6 (minimal install ISO)
UEFI boot
yum -y update
reboot
[root@ovirt01] yum install cockpit-ovirt-dashboard
Error: Package: 1:openvswitch-2.10.1-1.el7.x86_64 (ovirt-4.3-centos-ovirt43)
Requires: librte_mbuf.so.3()(64bit)
Available: dpdk-17.11-13.el7.x86_64 (extras)
librte_mbuf.so.3()(64bit)
Available: dpdk-17.11-15.el7.x86_64 (extras)
librte_mbuf.so.3()(64bit)
Installed:dpdk-18.11-2.el7_6.x86_64 (@extras)
~librte_mbuf.so.4()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@ovirt01]
Note: The above message appears for librte_mbuf/mempool/pmd and several others.
It seems openvswitch specifically need DPDK v17 and not v18.
Please clarify.
thanks,