Bug 1579153
| Summary: | Fail to upgrade docker container ocp on atomic hosts at TASK [openshift_node : Install or Update node system container] | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | liujia <jiajliu> |
| Component: | Cluster Version Operator | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mmccomas, vrutkovs, wmeng |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-30 19:15:42 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: | |||
Fixed in https://github.com/openshift/openshift-ansible/pull/8273 - see https://github.com/openshift/openshift-ansible/commit/5155ab9bb8bc0bec530cf52b0fbd00c6f1684be2 specifically Fix is available in openshift-ansible-3.10.0-0.48.0 Verified on openshift-ansible-3.10.0-0.50.0.git.0.bd68ade.el7.noarch 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-2018:1816 |
Description of problem: Fail to upgrade ocp on atomic hosts at TASK [openshift_node : Install or Update node system container]. TASK [openshift_node : Install or Update node system container] **************** task path: /usr/share/ansible/openshift-ansible/roles/openshift_node/tasks/node_system_container.yml:28 Thursday 17 May 2018 03:21:46 +0000 (0:01:59.843) 0:12:04.535 ********** fatal: [x]: FAILED! => {"changed": false, "failed": true, "msg": "The file /etc/systemd/system/atomic-openshift-node.service already exists.\n", "rc": 1} Version-Release number of the following components: ansible-2.4.4.0-1.el7ae.noarch openshift-ansible-3.10.0-0.47.0.git.0.c018c8f.el7.noarch How reproducible: always Steps to Reproduce: 1. Upgrade against docker container ocp on atomic hosts from v3.9 to v3.10 2. 3. Actual results: Upgrade failed. Expected results: Upgrade succeed. Additional info: Please attach logs from ansible-playbook with the -vvv flag