exec /usr/bin/dumb-init: exec format error

Bug #1997487 reported by Rafael
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Invalid
Undecided
Unassigned

Bug Description

**Bug Report**

What happened:
  After executing
   $ kolla-ansible -i ./multinode deploy

  the deployment process fails, the container fluentd keeps restarting:

    root@node01:/home/ansible# docker ps
    CONTAINER ID IMAGE COMMAND
    CREATED STATUS PORTS NAMES
    33d6c5ecfd79 quay.io/openstack.kolla/fluentd:master-ubuntu-jammy "dumb-init --single-…"
    2 minutes ago Restarting (1) 30 seconds ago fluentd

    root@node01:/home/ansible# docker logs -f 33d6c5ecfd79
    exec /usr/bin/dumb-init: exec format error
    exec /usr/bin/dumb-init: exec format error
    exec /usr/bin/dumb-init: exec format error

What you expected to happen:
  Successful deployment

How to reproduce it (minimal and precise):
  $ kolla-ansible -i ./multinode bootstrap-servers
  $ kolla-ansible -i ./multinode prechecks
  $ kolla-ansible -i ./multinode deploy

**Environment**:
* OS (e.g. from /etc/os-release): 22.04.1 LTS (Jammy Jellyfish)
* Kernel (e.g. `uname -a`): Linux node01 5.15.0-1012-raspi #14-Ubuntu SMP PREEMPT Fri Jun 24 13:10:28 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
* Docker version if applicable (e.g. `docker version`): 20.10.21

Revision history for this message
Marcin Juszkiewicz (hrw) wrote :

You need to use "openstack_tag_suffix='-aarch64'" if you use official images.

We do not make multiarch images and default ones are x86-64 only.

Changed in kolla:
status: New → Invalid
Revision history for this message
Marcin Juszkiewicz (hrw) wrote :
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.