Bug 2103976
| Summary: | Podman commands show "WARN[0000] binary not found, container dns will not be enabled" in overcloud | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Juan Larriba <jlarriba> | |
| Component: | rhosp-director-images | Assignee: | OSP Team <rhos-maint> | |
| Status: | CLOSED EOL | QA Contact: | David Rosenfeld <drosenfe> | |
| Severity: | low | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 17.0 (Wallaby) | CC: | jjoyce, mburns, mciecier, slinaber | |
| Target Milestone: | z1 | Keywords: | Triaged | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2114588 (view as bug list) | Environment: | ||
| Last Closed: | 2023-10-10 12:25:13 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2114588 | |||
In the control plane nodes, with Podman 4.0.2 established by compose RHOS-17.0-RHEL-9-20220628.n.1, the execution of any command is executed successfully, but a warning is displayed: [heat-admin@controller-0 ~]$ podman info --format {{.Host.NetworkBackend}} WARN[0000] binary not found, container dns will not be enabled netavark The expected output should be the result, without the warning: [heat-admin@controller-0 ~]$ podman info --format {{.Host.NetworkBackend}} netavark With network backend "netavark", the package "aardvark-dns" is needed, and it is currently not installed in the overcloud. Can we please install "aardvark-dns" on the overcloud images?