Comment 11 for bug 1922537

Revision history for this message
John Fulton (jfulton-org) wrote :

I'm hitting this now with podman version 3.0.2-dev.

[CentOS-8 - stack@undercloud ~]$ podman --version
podman version 3.0.2-dev
[CentOS-8 - stack@undercloud ~]$ rpm -q podman
podman-3.0.1-6.module_el8.5.0+736+58cc1a5a.x86_64
[CentOS-8 - stack@undercloud ~]$ sudo podman images | grep iscsi
undercloud.ctlplane.mydomain.tld:8787/tripleomaster/openstack-iscsid current-tripleo efbb81f56eb4 4 weeks ago 767 MB
[CentOS-8 - stack@undercloud ~]$
[CentOS-8 - stack@undercloud ~]$ sudo systemctl start tripleo_iscsid.service
Job for tripleo_iscsid.service failed because the control process exited with error code.
See "systemctl status tripleo_iscsid.service" and "journalctl -xe" for details.
[CentOS-8 - stack@undercloud ~]$ systemctl status tripleo_iscsid.service
● tripleo_iscsid.service - iscsid container
   Loaded: loaded (/etc/systemd/system/tripleo_iscsid.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2021-04-14 20:10:08 UTC; 5s ago
  Process: 313682 ExecStopPost=/usr/bin/podman stop -t 10 iscsid (code=exited, status=125)
  Process: 313574 ExecStart=/usr/bin/podman start iscsid (code=exited, status=125)
[CentOS-8 - stack@undercloud ~]$