Bug 1567966
| Summary: | Redis container restarts unable to sudo and hangs deployment | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jon Schlueter <jschluet> |
| Component: | openstack-containers | Assignee: | Jon Schlueter <jschluet> |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
| Severity: | high | Docs Contact: | Andrew Burden <aburden> |
| Priority: | high | ||
| Version: | 12.0 (Pike) | CC: | aburden, dprince, jamsmith, johfulto, jschluet, karan, lnatapov, m.andre, mburns, ohochman, tvignaud |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-redis-base-container-13.0-1 openstack-redis-container-13.0-19 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | 1566684 | Environment: | |
| Last Closed: | 2018-06-28 08:00:49 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: | |||
|
Description
Jon Schlueter
2018-04-16 13:47:40 UTC
(undercloud) [stack@undercloud-0 ~]$ sudo docker run -ti --rm -u root rhos-qe-mirror-tlv.usersys.redhat.com:5000/rhosp13/openstack-redis:2018-06-04.2 groups redis redis : redis kolla (undercloud) [stack@undercloud-0 ~]$ sudo docker run -ti --rm -u root docker-registry.engineering.redhat.com/rhosp13/openstack-redis:2018-06-04.2 /bin/bash Unable to find image 'docker-registry.engineering.redhat.com/rhosp13/openstack-redis:2018-06-04.2' locally Trying to pull repository docker-registry.engineering.redhat.com/rhosp13/openstack-redis ... 2018-06-04.2: Pulling from docker-registry.engineering.redhat.com/rhosp13/openstack-redis Digest: sha256:248752b9b19661722911d8abf929e7fbde3aadefa7b4b1c844f3011056f04f33 Status: Downloaded newer image for docker-registry.engineering.redhat.com/rhosp13/openstack-redis:2018-06-04.2 ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# /usr/local/bin/kolla_extend_start ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ls -al /var/log/redis total 0 drwxr-x---. 2 redis redis 6 May 24 2017 . drwxr-xr-x. 1 root root 19 Jun 4 17:16 .. ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# ()[root@99e7e4e1ce0c /]# exit exit (undercloud) [stack@undercloud-0 ~]$ sudo docker run -ti --rm -u root docker-registry.engineering.redhat.com/rhosp13/openstack-redis:2018-06-04.2 /bin/bash ()[root@9d13cb5dbd59 /]# ()[root@9d13cb5dbd59 /]# ()[root@9d13cb5dbd59 /]# /usr/local/bin/kolla_extend_start ()[root@9d13cb5dbd59 /]# ls -al /var/log/redis/ total 0 drwxr-x---. 2 redis redis 6 May 24 2017 . drwxr-xr-x. 1 root root 19 Jun 4 17:16 .. ()[root@9d13cb5dbd59 /]# 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/RHEA-2018:2085 |