-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regression: podman run: exit status 0 after 'rm --force` #3795
Comments
Why should it be 137? Didn't |
When trying to debug this, I found that events is acting properly strange. |
In window 1:
In window 2:
Then, after the 10-second wait, go back to window 1:
Sorry for not being clear. |
Side note: |
@mheon I cannot reproduce that behavior. I tried with a running container, without; also with running container and running |
It's journald. We're scanning every single journal entry on the system. It's taking 30 seconds to complete on my desktop. |
This seems like something we should fix before releasing to Fedora. |
I think I got the core issue here - problem was that we were testing with file backend and not journald. Might want to look into that later. The events performance thing is separate, and probably does require a revert. |
Oh, yuk:
Without This may merit a separate issue but I've got a gut sense that they're related. LMK. |
Same issue. Fix in progress. |
#3797 to fix both issues |
...and on a container killed by 'podman rm -f'. See containers#3795 Disable when testing podman-remote; see containers#3808 Signed-off-by: Ed Santiago <[email protected]>
We weren't actually storing this, so we'd lose the exit code for containers run with --rm or force-removed while running if the journald backend for events was in use. Fixes containers#3795 Signed-off-by: Matthew Heon <[email protected]>
podman-1.5.0-2.fc30.x86_64
The text was updated successfully, but these errors were encountered: