| Summary: | Can't upgrade atomic-openshift to specified version | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
| Component: | Cluster Version Operator | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.1.0 | CC: | aos-bugs, bleanhar, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | atomic-openshift-utils-3.0.39-1.git.0.226c87d.el7aos.noarch | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-29 12:57:43 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: | |
|
Description
Anping Li
2016-02-03 01:50:10 UTC
The upgrade failed at different task with BZ1302276. atomic-openshift-utils-3.0.38-1 wasn't fix this issue. And now I see that you are referring to the upgrade failing... not a fresh install. This really seems like a RPM is missing from our channel or something like that. I'll investigate now. Ok, I think I see what is happening after reproducing the problem to see the full logs. This definitely has to do with 3.0->3.1 packaging rename. You can see this clearly with the following steps: * install 3.0 * enable the 3.1 channel * yum install atomic-openshift-3.1.0.4 What yum does is notice that atomic-openshift obsoletes the openshift package. Since other 3.0 packages are installed that require that package (eg, openshift-master) it then looks for their replacements. However, it's not smart enough to find a 3.1.0.4 compatible version and instead is looking for the latest version of those dependencies (now 3.1.1.6) which is not compatible. At the end of the day we just need to get the correct packages installed so we can probably update the playbook to better handle this edge case. Verified and pass with atomic-openshift-utils-3.0.40 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-2016:0311 |