Bug 1425583
| Summary: | Install should fail for unsupported docker version on atomic host | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Vikas Laad <vlaad> |
| Component: | Installer | Assignee: | Steve Milner <smilner> |
| Status: | CLOSED ERRATA | QA Contact: | Vikas Laad <vlaad> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.5.0 | CC: | aos-bugs, dma, jokerman, mifiedle, mmccomas, pmorie, pweil, vlaad, wmeng |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
On older atomic host instances there can be an out of date version of docker which is not supported.
Consequence:
Install would finish but pods would be unusable.
Fix:
Check for old unsupported version of docker when using atomic host. If an old version is found, halt the install and notify the user.
Result:
The install stops and the user is notified of what needs to happen.
|
Story Points: | --- |
| Clone Of: | 1424629 | Environment: | |
| Last Closed: | 2017-04-25 17:42:18 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: | 1424629 | ||
| Bug Blocks: | |||
|
Description
Vikas Laad
2017-02-21 19:08:14 UTC
Vikas, Can you provide the version (or git revision) of openshift-ansible you used, as well as any relevant configuration settings? I used latest openshift ansible the day I created this bug, also what specific configuration are you looking for? I will try to find the inv file and provide you. "Latest version" as in git head? Really anything. I just want to make sure I follow the path you hit. Work being done in https://github.com/openshift/openshift-ansible/pull/3475 PR merged. Looks like our Jenkins was still running the old code, here is the latest output.
TASK [openshift_facts : assert] ************************************************
Friday 03 March 2017 15:10:13 +0000 (0:00:01.953) 0:00:11.570 **********
fatal: [ec2-54-144-35-228.compute-1.amazonaws.com]: FAILED! => {
"assertion": "l_atomic_docker_version.stdout | replace('\"', '') | version_compare('1.12','>=')",
"changed": false,
"evaluated_to": false,
"failed": true
}
MSG:
Installation on Atomic Host requires Docker 1.12 or later. Please upgrade and restart the Atomic Host.
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-2017:1140 |