Well, I encountered this error again, so I updated the bug description with the log, and this is the log with -vvv ``` fatal: [controller0]: FAILED! => { "Command": "dumb-init --single-child -- kolla_start", "Created": 1732198835, "HostConfig": { "NetworkMode": "host" }, "Id": "38bd11f6dc03d1e12c1d7b1477aee7a9190523c2f4028b99c5beab54c67bad70", "Image": "quay.io/openstack.kolla/ironic-conductor:2024.1-rocky-9", "ImageID": "sha256:102cecade69a3635235d935c9ce54fa1e6b3ef421948dcef1584ef370837c81e", "Labels": { "build-date": "20241023", "io.buildah.version": "1.33.7", "kolla_version": "18.2.1", "license": "BSD-3-Clause", "maintainer": "Kolla Project (https://launchpad.net/kolla)", "name": "ironic-conductor", "org.opencontainers.image.authors": "Magauer Lukas, Neil Hanlon, Louis Abel", "org.opencontainers.image.license": "BSD-3-Clause", "org.opencontainers.image.name": "rockylinux", "org.opencontainers.image.url": "https://github.com/rocky-linux/rocky-toolbox-images", "org.opencontainers.image.vendor": "Rocky Enterprise Software Foundation", "org.opencontainers.image.version": "9", "vendor": "Rocky Enterprise Software Foundation", "version": "9" }, "Mounts": [ { "Destination": "/var/lib/kolla/config_files", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/etc/kolla/ironic-conductor", "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" }, { "Destination": "/dev", "Mode": "rw", "Propagation": "rprivate", "RW": true, "Source": "/dev", "Type": "bind" }, { "Destination": "/etc/localtime", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/etc/localtime", "Type": "bind" }, { "Destination": "/lib/modules", "Mode": "ro", "Propagation": "rprivate", "RW": false, "Source": "/lib/modules", "Type": "bind" }, { "Destination": "/run", "Mode": "shared", "Propagation": "shared", "RW": true, "Source": "/run", "Type": "bind" }, { "Destination": "/sys", "Mode": "rw", "Propagation": "rprivate", "RW": true, "Source": "/sys", "Type": "bind" }, { "Destination": "/var/lib/ironic", "Driver": "local", "Mode": "rw", "Name": "ironic", "Propagation": "", "RW": true, "Source": "/var/lib/docker/volumes/ironic/_data", "Type": "volume" }, { "Destination": "/var/lib/ironic/metrics", "Driver": "local", "Mode": "rw", "Name": "ironic_prometheus_exporter_data", "Propagation": "", "RW": true, "Source": "/var/lib/docker/volumes/ironic_prometheus_exporter_data/_data", "Type": "volume" } ], "Names": [ "/ironic_conductor" ], "NetworkSettings": { "Networks": { "host": { "Aliases": null, "DNSNames": null, "DriverOpts": null, "EndpointID": "4d514d0141c97b82fd549007ddacded7b9678e0c7c59da6659b6dc55297bf0d8", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": null, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "Links": null, "MacAddress": "", "NetworkID": "488673867c539b0ce1ed467a7e4b9a77f7332a06a43838f112ad2e10598c28b7" } } }, "Ports": [], "State": "created", "Status": "Created", "changed": true, "invocation": { "module_args": { "action": "recreate_or_restart_container", "api_version": "auto", "auth_email": null, "auth_password": null, "auth_registry": "quay.io", "auth_username": null, "cap_add": [], "client_timeout": 120, "container_engine": "docker", "detach": true, "dimensions": { "ulimits": { "nofile": { "hard": 1048576, "soft": 1048576 } } }, "environment": { "KOLLA_CONFIG_STRATEGY": "COPY_ALWAYS", "KOLLA_SERVICE_NAME": "ironic-conductor" }, "graceful_timeout": 60, "healthcheck": { "interval": "30", "retries": "3", "start_period": "5", "test": [ "CMD-SHELL", "healthcheck_port ironic-conductor 5672" ], "timeout": "30" }, "ignore_missing": false, "image": "quay.io/openstack.kolla/ironic-conductor:2024.1-rocky-9", "labels": {}, "name": "ironic_conductor", "privileged": true, "remove_on_exit": true, "restart_policy": "unless-stopped", "restart_retries": 10, "security_opt": [], "state": "running", "tls_verify": false, "tty": false, "volumes": [ "/etc/kolla/ironic-conductor/:/var/lib/kolla/config_files/:ro", "/etc/localtime:/etc/localtime:ro", "/lib/modules:/lib/modules:ro", "/sys:/sys", "/dev:/dev", "/run:/run:shared", "kolla_logs:/var/log/kolla", "ironic:/var/lib/ironic", "ironic_prometheus_exporter_data:/var/lib/ironic/metrics" ] } }, "msg": "Container timed out" } ```