Failed dependencies Ovirt 4.3 on clean install Centos 7.6

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,

Unfortunately there was an ovs packaging problem in CentOS. It might work if you install this https://cbs.centos.org/koji/buildinfo?buildID=25150 but I haven't tried it yet. """ * Thu Feb 14 2019 Alfredo Moralejo <amoralej@redhat.com> - 2.10.1-3 - Disabled dpdk support until a new release with support for dpdk-18.11 is created. """ Best wishes, Greg On Thu, Feb 14, 2019 at 4:19 PM Erick Perez <eperez@quadrianweb.com> wrote:
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, _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/R5J3UVFCBZ36TI...
-- GREG SHEREMETA SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX Red Hat NA <https://www.redhat.com/> gshereme@redhat.com IRC: gshereme <https://red.ht/sig>

In case user wants to go ahead and install cockpit and the dashboard, user need to 1- do not do yum update on a fresh 7.6 Centos 2- install: dpdk-17.11-15.el7.x86_64.rpm # yum install dpdk-17.11-15.el7 3- install cockpit and dashboard # yum install cockpit cockpit-ovirt-dashboard -y 4- permanently exclude in yum.conf dpdk package until fix is available modify /etc/yum.conf and add a line that says: exclude=dpdk-* 5- use yum update as usual Alternate method: if user does not want to modify yum.conf then: # yum install dpdk-17.11-15.el7 # yum install cockpit cockpit-ovirt-dashboard -y # yum -x dpdk-* update # the -x parameter will exclude dpdk-* packages Install will then suceed.

Please note that the build Greg suggested has been promoted to release and will land on CentOS mirrors today. Thanks, Il giorno ven 15 feb 2019 alle ore 02:41 Erick Perez <eperez@quadrianweb.com> ha scritto:
In case user wants to go ahead and install cockpit and the dashboard, user need to
1- do not do yum update on a fresh 7.6 Centos 2- install: dpdk-17.11-15.el7.x86_64.rpm # yum install dpdk-17.11-15.el7 3- install cockpit and dashboard # yum install cockpit cockpit-ovirt-dashboard -y 4- permanently exclude in yum.conf dpdk package until fix is available modify /etc/yum.conf and add a line that says: exclude=dpdk-* 5- use yum update as usual
Alternate method: if user does not want to modify yum.conf then: # yum install dpdk-17.11-15.el7 # yum install cockpit cockpit-ovirt-dashboard -y # yum -x dpdk-* update # the -x parameter will exclude dpdk-* packages
Install will then suceed. _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/IFKC6KTOR4BZFO...
-- SANDRO BONAZZOLA MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV Red Hat EMEA <https://www.redhat.com/> sbonazzo@redhat.com <https://red.ht/sig>
participants (3)
-
Erick Perez
-
Greg Sheremeta
-
Sandro Bonazzola