podman ps -a returns empty on noble(ubuntu) if VM is powered off non gracefully #26549
giridshar841
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, facing some weird issue after upgrading our linux to noble. Upon abrupt shutdown of VM, the podman ps -a returns empty. However, the systemctl says service is up. If I reboot the vm gracefully again, things start to come back fine. What else can I check from podman side to dig deeper ?
podman ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
root@vxlan-vm-111-4:~# podman --version
podman version 4.9.3
root@vxlan-vm-111-4:~# systemctl status blah
● blah.service - blah service
Loaded: loaded (/usr/lib/systemd/system/blah.service; enabled; preset: enabled)
Active: active (running) since Mon 2025-06-30 20:48:00 UTC; 5min ago
Process: 1912 ExecStart=/etc/init.d/blah start (code=exited, status=0/SUCCESS)
Main PID: 1969 (conmon)
Tasks: 1 (limit: 5611)
Memory: 1012.0K (peak: 12.8M)
CPU: 286ms
CGroup: /system.slice/blah.service
└─1969 /usr/bin/conmon --api-version 1 -c b8ad7039084eead5ee8d28f6d20b0e956381a7cd6ddfa7895f6bc3e611774f5e -u b8ad7039084eead5ee8d28f6d20b0e956381a7cd6ddfa7895f6bc3e61>
Jun 30 20:48:00 vxlan-vm-111-4 systemd[1]: Starting blah.service - Blah service...
Jun 30 20:48:00 vxlan-vm-111-4 blah[1912]: podman systemd unit is blah.service
Jun 30 20:48:00 vxlan-vm-111-4 blah[1912]: Running blah in container
Beta Was this translation helpful? Give feedback.
All reactions