periodic-tripleo-ci-centos-8-scenario000-multinode-oooq-container-updates-master failing in create container mysql_init_bundle

Bug #1892702 reported by Arx Cruz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Triaged
Critical
Unassigned

Bug Description

https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-scenario000-multinode-oooq-container-updates-master/b286cf3/logs/undercloud/home/zuul/overcloud_update_run_Controller.log.txt.gz

2020-08-23 18:10:23 | [ERROR]: Container(s) which failed to be created by podman_container module:
2020-08-23 18:10:23 | ['mysql_init_bundle']
2020-08-23 18:10:23 | [ERROR]: Container(s) which did not finish after 300 minutes:
2020-08-23 18:10:23 | ['mysql_init_bundle']
2020-08-23 18:10:23 | 2020-08-23 18:10:23.058255 | fa163e8d-28ed-3ad8-5ac5-00000000164e | FATAL | Check containers status | upstream-centos-8-rdo-cloud-tripleo-0000376325 | error={
2020-08-23 18:10:23 | "changed": false,
2020-08-23 18:10:23 | "msg": "Failed container(s): ['mysql_init_bundle'], check logs in /var/log/containers/stdouts/"
2020-08-23 18:10:23 | }
2020-08-23 18:10:23 |
2020-08-23 18:10:23 | NO MORE HOSTS LEFT *************************************************************

wes hayutin (weshayutin)
tags: removed: quickstart
Revision history for this message
Damien Ciabrini (dciabrin) wrote :

This is a dup of https://launchpad.net/bugs/1890798, more specifically, the two container images used during the update job have misaligned UID/GID:

# original container image used for the deploy
sudo podman run --rm --net=host -it trunk.registry.rdoproject.org/tripleomaster/centos-binary-mariadb:8a3f4edf6c2e5380db8b47eb0b4c3157 id mysql
uid=42434(mysql) gid=42434(mysql) groups=42434(mysql),42400(kolla)

# updated container image
sudo podman run --rm --net=host -it docker.io/tripleomaster/centos-binary-mariadb:current-tripleo id mysql
uid=27(mysql) gid=27(mysql) groups=27(mysql),42400(kolla)

This issue is fixed in master [1] fixed the issue, but we probably need a promotion or the latest container image tagged current-tripleo needs to be rebuilt for that bug to go away.

[1] https://review.opendev.org/#/c/745575

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.