Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionDariusz Wojewódzki
2021-11-17 16:18:26 UTC
Description of problem:
Version-Release number of selected component (if applicable):
Release Red Hat Enterprise Linux release 8.5 (Ootpa)
Kernel Version 4.18.0-348.2.1.el8_5
Booted kernel cmdline:
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-4.18.0-348.2.1.el8_5.x86_64 root=/dev/mapper/rhel-root ro resume=/dev/mapper/rhel-swap rd.lvm.lv=rhel/root
rd.lvm.lv=rhel/swap rhgb quiet fips=1 boot=UUID=3accbc1c-5551-4531-8090-e8afa6a1989f
systemd-239-51.el8.x86_64
podman-3.3.1-9.module+el8.5.0+12697+018f24d7.x86_64
The issue has been confirmed to appear on podman 3.2.3 and 3.3.1
How reproducible:
[root@-rhel8 ~]# podman create -ti --name test07 --health-cmd /bin/false ubi8 bash
30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba
[root@-rhel8 ~]# podman start test07
test07
[root@-rhel8 ~]# ls -l /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.*
-rw-r--r--. 1 root root 441 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service
-rw-r--r--. 1 root root 275 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.timer
[root@-rhel8 ~]# podman stop test07
test07
[root@-rhel8 ~]# ls -l /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.*
-rw-r--r--. 1 root root 441 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service
[root@-rhel8 ~]# podman start test07
ERRO[0001] Failed to start transient timer unit: Unit 30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service already exists.
test07
[root@-rhel8 ~]# ls -l /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.*
-rw-r--r--. 1 root root 441 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service
```
Actual results:
Since that no health check is ever executed.
Expected results:
The container can be started with no error
@bbaude please backport this to the Podman v3.4.2-rhel branch before the freeze for RHEL 8.5.0.3 which if February 22, although sooner would be better. @snanda please add this to the list of RHEL 8.5.0.3 BZ's that we hope to complete.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Important: container-tools:rhel8 security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2022:1762
Description of problem: Version-Release number of selected component (if applicable): Release Red Hat Enterprise Linux release 8.5 (Ootpa) Kernel Version 4.18.0-348.2.1.el8_5 Booted kernel cmdline: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-4.18.0-348.2.1.el8_5.x86_64 root=/dev/mapper/rhel-root ro resume=/dev/mapper/rhel-swap rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb quiet fips=1 boot=UUID=3accbc1c-5551-4531-8090-e8afa6a1989f systemd-239-51.el8.x86_64 podman-3.3.1-9.module+el8.5.0+12697+018f24d7.x86_64 The issue has been confirmed to appear on podman 3.2.3 and 3.3.1 How reproducible: [root@-rhel8 ~]# podman create -ti --name test07 --health-cmd /bin/false ubi8 bash 30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba [root@-rhel8 ~]# podman start test07 test07 [root@-rhel8 ~]# ls -l /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.* -rw-r--r--. 1 root root 441 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service -rw-r--r--. 1 root root 275 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.timer [root@-rhel8 ~]# podman stop test07 test07 [root@-rhel8 ~]# ls -l /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.* -rw-r--r--. 1 root root 441 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service [root@-rhel8 ~]# podman start test07 ERRO[0001] Failed to start transient timer unit: Unit 30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service already exists. test07 [root@-rhel8 ~]# ls -l /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.* -rw-r--r--. 1 root root 441 Nov 17 12:28 /run/systemd/transient/30f47b9734a0c22bfa38d4803c0f1dbc1467140d0be6b586d9e267093582d6ba.service ``` Actual results: Since that no health check is ever executed. Expected results: The container can be started with no error