Bug 1551862
Summary: | OpenShift package health check shouldn't fail while a higher docker version checked then requested | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gan Huang <ghuang> | |
Component: | Installer | Assignee: | Luke Meyer <lmeyer> | |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 3.7.0 | CC: | aos-bugs, asimonel, boris.ruppert, byount, enagai, erich, jokerman, jrosenta, mmccomas, mmckinst, rhowe, tkimura, wmeng | |
Target Milestone: | --- | |||
Target Release: | 3.7.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
The package_version check looks at the available version of docker that would be installed without the yum excluders.
Consequence:
This check fails for releases 3.6 and 3.7 (which don't support docker-1.13) if docker-1.13 is even available to install, even if the excluders would prevent it.
Fix:
Stop checking for docker version at all and simply rely on excluders functioning as intended.
Result:
No more false positives about this.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1551872 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-09 14:18:51 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: | 1551872 |
Description
Gan Huang
2018-03-06 03:01:41 UTC
The obvious workaround while 3.6 and 3.7 are waiting for this fix is to disable the check with something like this in the inventory: openshift_disable_check=package_version The installer should install the correct version anyway. However if you are installing docker prior to running an install, ensure that you have installed docker-1.12 and not docker-1.13 for these versions. It turns out that the excluder *doesn't* currently exclude docker 1.13. That excluder update has been built for some time and should be released soon, but it will likely not help much. Refer to https://access.redhat.com/solutions/3376031 for how to proceed. This bug may actually be to our benefit if it leads to users landing on that kbase. This fix was shipped in openshift-ansible-3.7.42-1 *** Bug 1562098 has been marked as a duplicate of this bug. *** *** Bug 1562099 has been marked as a duplicate of this bug. *** |