Description of problem: While debugging the issue reported in bz 2119239 , we noticed that the podman package (4.0.2) currently installed in overcloud images is old. This old podman version creates the /run/.containerenv file if a podman container bind mounts the /run directory from host and breaks subscription-manager and dnf subscription-manager plugin. Because of this overcloud nodes can't handle the base os release version which is required to keep RHEL9.0 and access EUS repos. Please update podman to 4.1.1 which does not create the .containerenv file at host. ~~~ podman-catatonit-4.1.1-1.el9_0.x86_64 podman-4.1.1-1.el9_0.x86_64 ~~~ We manually updated the above two packages in overcloud nodes deployed with rhosp-director-images-17.0-20220729.1.el9ost and confirmed subscription-manager and dnf are fixed after update. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
podman-4.1.1-1.el9_0.x86_64 is already in our internal builds and it (or a later version shipped by RHEL) will be part of GA director images.