Bug 1795376
Summary: | docker cannot be updated to 108 on rhos13 as a container fails to start with "pivot_root invalid argument" error. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Sofer Athlan-Guyot <sathlang> |
Component: | docker | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 7.8 | CC: | ajia, akaris, amurdaca, bcafarel, bdobreli, bshephar, djuran, dornelas, jnovy, lsm5, rrasouli, tsweeney |
Target Milestone: | rc | Keywords: | Extras |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | docker-1.13.1-156.gitcccb291.el7_8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-01 00:26:47 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: | 1797119 | ||
Bug Blocks: | 1186913, 1744505 |
Description
Sofer Athlan-Guyot
2020-01-27 19:33:55 UTC
Hum, I've noticed this morning that with the latest repo (puddle) I've got the 1.13.1-155.gitcccb291.el7_8, I will test with that. I've notice that the 108 build disappeared from the history in that build, is there any specific reason ? Lokesh do you know the status of Docker 108? *** Bug 1793455 has been marked as a duplicate of this bug. *** *** Bug 1793634 has been marked as a duplicate of this bug. *** Hi, sorry wrong communication here from my colleague, the job https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/upgrades/view/update/job/DFG-upgrades-updates-13-from-ga-HA-ipv4/106/ which is yellow is with rhel-7.7, and docker: docker.x86_64 2:1.13.1-109.gitcccb291.el7_7 @rhelosp-rhel-7.7-extras The job that was setup with rhel7.8 failed but on an other error. Currently debugging that issue and checking if we can call this verified. Hi Jindrich, oki, recap: - my colleague validated this bz based on a job[1] that is rhel7.7 (anything you'll see there isn't related to that bz), so I unvalidated it - So I created a job I change the job[1] to update to rhel7.8 in there[2] - automation is blocked by[3] - So I finished the update run in [2] "manually" > Sofer, we need some evidence how comment #15 is docker related. The validate state was wrong as the job didn't use the right version of docker (< to the FIV, and not rhel7.8). While setting up the job for rhel7.8 I hit another issue (bz1810119) which is totally not docker related but blocks CI as this happen before the container get updated. > I don't understand what your CI job does and see just python backtrace. The job does a full update of OSP16, it's a functional one. In any case, after setting up a special job and finishing it manually I can move this to validated: 1. update of controller and compute was successful stack@undercloud-0 ~]$ tail overcloud_update_run-Controller.sh.log PLAY RECAP ********************************************************************* controller-0 : ok=301 changed=143 unreachable=0 failed=0 controller-1 : ok=294 changed=141 unreachable=0 failed=0 controller-2 : ok=294 changed=141 unreachable=0 failed=0 Thursday 05 March 2020 08:22:35 -0500 (0:00:00.060) 2:16:13.877 ******** =============================================================================== Updated nodes - Controller Success [stack@undercloud-0 ~]$ tail overcloud_update_run-Compute.sh.log PLAY RECAP ********************************************************************* compute-0 : ok=178 changed=71 unreachable=0 failed=0 compute-1 : ok=178 changed=71 unreachable=0 failed=0 Thursday 05 March 2020 06:44:40 -0500 (0:00:00.133) 0:21:43.374 ******** =============================================================================== Updated nodes - Compute Success 2. we have a right version of docker (it's > than FIV) [root@controller-0 ~]# rpm -qa | grep ^docker docker-1.13.1-161.git64e9980.el7_8.x86_64 3. neutron_dhcp has been properly updated from tag 2018-06-21.2 to 2019-12-12.1rhel7.8 (that's the one that was choking before) [root@controller-0 ~]# docker ps | grep neutron_dhcp 49ffa2838103 192.168.24.1:8787/rhosp13/openstack-neutron-dhcp-agent:2019-12-12.1rhel7.8 "dumb-init --singl..." 2 hours ago Up 2 hours (healthy) neutron_dhcp Thanks, [1] https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/upgrades/view/update/job/DFG-upgrades-updates-13-from-ga-HA-ipv4/ [2] http://staging-jenkins2-qe-playground.usersys.redhat.com/job/DFG-upgrades-updates-13-from-ga-HA-ipv4/ [3] https://bugzilla.redhat.com/show_bug.cgi?id=1810119 *** Bug 1796666 has been marked as a duplicate of this bug. *** 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/RHSA-2020:1234 |