Comment 0 for bug 2048841

Revision history for this message
mjqt (mjqt) wrote :

It could be deployed smoothly before, but something went wrong when I deployed again. I suspected that the previous environment was not deleted cleanly, but I couldn't find any relevant configuration. I was using the same version of kolla-ansible deployment.
Use "kolla-ansible destroy -i ./multinode --yes-i-really-really-mean-it" to clean and then use "kolla-ansible -i ./multinode deploy" to deploy
**Bug Report**
RUNNING HANDLER [common : Restart fluentd container] ****************************************************************************
changed: [node2]
changed: [node3]
fatal: [node1]: FAILED! => {"Command": "dumb-init --single-child -- kolla_start", "Created": 1704867699, "HostConfig": {"NetworkMode": "host"}, "Id": "2d835eac8664da9e57e047d1cbcb57031a0353b6631b12ced39fbb4d77db6b7c", "Image": "quay.io/openstack.kolla/fluentd:master-ubuntu-jammy", "ImageID": "sha256:66aabf356e5a7e02dc2986fff033985a2c9ba4d0d6e8b230485c69f0c18b99a9", "Labels": {"build-date": "20231129", "kolla_version": "16.1.0", "maintainer": "Kolla Project (https://launchpad.net/kolla)", "name": "fluentd", "org.opencontainers.image.ref.name": "ubuntu", "org.opencontainers.image.version": "22.04"}, "Mounts": [{"Destination": "/etc/localtime", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/etc/localtime", "Type": "bind"}, {"Destination": "/etc/timezone", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/etc/timezone", "Type": "bind"}, {"Destination": "/var/lib/fluentd/data", "Driver": "local", "Mode": "rw", "Name": "fluentd_data", "Propagation": "", "RW": true, "Source": "/var/lib/docker/volumes/fluentd_data/_data", "Type": "volume"}, {"Destination": "/var/lib/kolla/config_files", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/etc/kolla/fluentd", "Type": "bind"}, {"Destination": "/var/log/kolla", "Driver": "local", "Mode": "rw", "Name": "kolla_logs", "Propagation": "", "RW": true, "Source": "/var/lib/docker/volumes/kolla_logs/_data", "Type": "volume"}], "Names": ["/fluentd"], "NetworkSettings": {"Networks": {"host": {"Aliases": null, "DriverOpts": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": null, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "Links": null, "MacAddress": "", "NetworkID": ""}}}, "Ports": [], "State": "created", "Status": "Created", "changed": true, "msg": "Container timed out"}

=========
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
2d835eac8664 quay.io/openstack.kolla/fluentd:master-ubuntu-jammy "dumb-init --single-…" 18 minutes ago Created fluentd

Environment:
OS:
ubuntu22.04 server

uname -a:
Linux ss9527 6.3.0 #84 SMP PREEMPT_DYNAMIC Sun Oct 8 12:44:47 CST 2023 x86_64 x86_64 x86_64 GNU/Linux

docker version:
Client: Docker Engine - Community
 Version: 24.0.6
 API version: 1.43
 Go version: go1.20.7
 Git commit: ed223bc
 Built: Mon Sep 4 12:31:44 2023
 OS/Arch: linux/amd64
 Context: default

Server: Docker Engine - Community
 Engine:
  Version: 24.0.6
  API version: 1.43 (minimum version 1.12)
  Go version: go1.20.7
  Git commit: 1a79695
  Built: Mon Sep 4 12:31:44 2023
  OS/Arch: linux/amd64
  Experimental: false
 containerd:
  Version: 1.6.22
  GitCommit: 8165feabfdfe38c65b599c4993d227328c231fca
 runc:
  Version: 1.1.8
  GitCommit: v1.1.8-0-g82f18fe
 docker-init:
  Version: 0.19.0
  GitCommit: de40ad0

kolla-ansible version:
git clone --branch stable/2023.2 https://opendev.org/openstack/kolla-ansible.git kolla-ansible
pip install ./kolla-ansible