Bug 1700736
| Summary: | Unable to upgrade from OVS 2.10 to OVS 2.11 via yum update using rhosp-openvswitch wrapper | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Daniel Alvarez Sanchez <dalvarez> | ||||
| Component: | rhosp-openvswitch | Assignee: | Lon Hohberger <lhh> | ||||
| Status: | CLOSED ERRATA | QA Contact: | RHOS Maint <rhos-maint> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 15.0 (Stein) | CC: | amoralej, apevec, bcafarel, ekuris, lbezdick, lhh, lmartins, mburns, njohnston, nusiddiq, twilson | ||||
| Target Milestone: | --- | Keywords: | Triaged, ZStream | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | rhosp-openvswitch-2.11-0.6.el8ost | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1734413 (view as bug list) | Environment: | |||||
| Last Closed: | 2020-03-05 12:02:11 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1734413 | ||||||
| Attachments: |
|
||||||
|
Description
Daniel Alvarez Sanchez
2019-04-17 09:45:18 UTC
That seems to create invalid obsoletes:
$ rpm -qp --obsoletes ~/Downloads/rhosp-openvswitch-2.11-0.4.el8ost.noarch.rpm
2.10}"
openvswitch{
instead of
openvswitch < %{version}
openvswitch2.10 < ${version}
Created attachment 1594297 [details]
Other fix (uses lua)
Test: $ for f in $(/bin/ls -1); do echo ::: $f ::: ; rpm -qp --obsoletes $f; done ::: python3-rhosp-openvswitch-2.11-0.4.el8ost.noarch.rpm ::: python-openvswitch < 2.11 python-openvswitch2.10 < 2.11 python-openvswitch2.9 < 2.11 python2-openvswitch < 2.11 python2-openvswitch2.10 < 2.11 python2-openvswitch2.9 < 2.11 python3-openvswitch < 2.11 python3-openvswitch2.10 < 2.11 python3-openvswitch2.9 < 2.11 ::: rhosp-openvswitch-2.11-0.4.el8ost.noarch.rpm ::: openvswitch < 2.11 openvswitch2.10 < 2.11 openvswitch2.9 < 2.11 ::: rhosp-openvswitch-devel-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-devel < 2.11 openvswitch-devel2.10 < 2.11 openvswitch-devel2.9 < 2.11 ::: rhosp-openvswitch-ovn-central-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-ovn-central < 2.11 openvswitch-ovn-central2.10 < 2.11 openvswitch-ovn-central2.9 < 2.11 ::: rhosp-openvswitch-ovn-common-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-ovn-common < 2.11 openvswitch-ovn-common2.10 < 2.11 openvswitch-ovn-common2.9 < 2.11 ::: rhosp-openvswitch-ovn-docker-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-ovn-docker < 2.11 openvswitch-ovn-docker2.10 < 2.11 openvswitch-ovn-docker2.9 < 2.11 ::: rhosp-openvswitch-ovn-host-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-ovn-host < 2.11 openvswitch-ovn-host2.10 < 2.11 openvswitch-ovn-host2.9 < 2.11 ::: rhosp-openvswitch-ovn-vtep-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-ovn-vtep < 2.11 openvswitch-ovn-vtep2.10 < 2.11 openvswitch-ovn-vtep2.9 < 2.11 ::: rhosp-openvswitch-test-2.11-0.4.el8ost.noarch.rpm ::: openvswitch-test < 2.11 openvswitch-test2.10 < 2.11 openvswitch-test2.9 < 2.11 I can drop 2.9; that's not specifically required since 2.9 was never released in Fast DataPath as "openvswitch2.9-2.9.0" Re-setting Target Milestone z1 to --- to begin the 15z1 Maintenance Release. fix verified on puddle: from:core_puddle: RHOS_TRUNK-15.0-RHEL-8-20190926.n.0 to:core_puddle: RHOS_TRUNK-15.0-RHEL-8-20191115.n.0 https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-update-15_director-rhel-virthost-3cont_2comp_2net-ipv4-geneve-composable/35/ If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to '-'. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0710 |