[openSUSE Leap 15.6] Mariadb Container Issue #23490
Replies: 1 comment
-
Another issue, when trying to stop or kill the container won't died. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Didn't want to create a bug report, because this issue can be layer 8, so I am asking help here.
OS/Packages info:
Hardware info:
podman info
:I have a rootless container mariadb that freeze podman:
for example:
If I try to restore a db:
podman exec -it db mariadb -pPASSWORD dbs < /opt/backups/db_20240802.sql
It will stay freeze until this message appear:
Error: container creation timeout: internal libpod error.
And while it freeze, I can't, in another session, do
podman info
because it will stay waiting the first command to crash.I tried restoring the DB inside the container, but it will stuck in some part of the restauration. I tried looking into the
processlist
, Which will show two users process:And it will stay indefinitely there.
So, I want to know: if I am doing something, the container is the one having the issue, the Distro packages or if this can be a podman issue.
If try to stop, restart or kill the container, it will stay in a state of stopping, podman kill won't work.
Thank you for the help, and your patient.
Beta Was this translation helpful? Give feedback.
All reactions