-
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
Unable to start container after update **podman 3.1.2-1.fc34 -> 3.2.0-0.1.rc1.fc34** #10274
Comments
For a quick workaround dnf downgrade podman installed and worked just fine for me |
Can you provide more details about the container - ideally a way to
recreate it so we can reproduce?
…On Sat, May 8, 2021 at 13:38 Nomadic Bits ***@***.***> wrote:
For a quick workaround dnf downgrade podman installed and worked just fine
for me
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10274 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCCFIE3Y5RI4SMUO5SLTMVZIFANCNFSM44MCNCGQ>
.
|
all my containers don't work created from base image registry.fedoraproject.org/fedora-toolbox:34. |
Playing around to make a reproducer, it looks like the upgrade fails all current running containers dnf downgrade podman Error: unable to start container "2ef94cdf56df71acae6fa7c4614fe943e934869bab37894978b181044f8f9969": opening file `` for writing: No such file or directory: OCI not found I should work with any container that was started before the upgrade it looks like |
I've confirmed the same issue on: ostree://fedora:fedora/34/x86_64/silverblue podman version 3.2.0-rc1 Existing pods result in the error described above. I rolled back the OS update podman version 3.1.2 The existing pods can be started again. If you need to rollback further than the 'previous' version (you're currently on 34.20210509.0 or later) |
Also reported as https://bugzilla.redhat.com/show_bug.cgi?id=1958546 |
Commit 728b73d introduced a regression. Containers created with a previous version do no longer start successfully. The problem is that the PidFile in the container config is empty for those containers. If the PidFile is empty we have to set it to the previous default. [NO TESTS NEEDED] We should investigate why the system upgrade test did not caught this. Fixes containers#10274 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
PR to fix #10288 |
There is a regression in the latest 3.2.0 RC in stable: - containers/podman#10274 - containers/podman#10288 Also hit that bug myself locally on FSB.
There is a regression in the latest 3.2.0 RC in stable: - containers/podman#10274 - containers/podman#10288 No Bodhi updates yet with the fix. Also hit that bug myself locally on FSB.
There is a regression in the latest 3.2.0 RC in stable: - containers/podman#10274 - containers/podman#10288 No Bodhi updates yet with the fix. Also hit that bug myself locally on FSB.
There is a regression in the latest 3.2.0 RC in stable: - containers/podman#10274 - containers/podman#10288 No Bodhi updates yet with the fix. Also hit that bug myself locally on FSB.
There is a regression in the latest 3.2.0 RC in stable: - containers/podman#10274 - containers/podman#10288 No Bodhi updates yet with the fix. Also hit that bug myself locally on FSB. (cherry picked from commit b72844c)
There is a regression in the latest 3.2.0 RC in stable: - containers/podman#10274 - containers/podman#10288 No Bodhi updates yet with the fix. Also hit that bug myself locally on FSB. (cherry picked from commit b72844c)
Looks like this regression might be back?
Indeed same exact behavior previously mentioned rolled-back to |
I just tested with the latest SilverBlue available today
Which installs [user@fedora ~]$ rpmquery podman
podman-3.2.0-5.fc34.x86_64 I am not experiencing any issue with my existing container(s): [user@fedora ~]$ toolbox enter
⬢[user@toolbox ~]$ toolbox --version
toolbox version 0.0.99.1 If there was any regression [a couple days ago] maybe it has been resolved already. |
Have you tried using a re-producer above? Usually you needed to specify a custom toolbox image for it to break.. |
@anthr76 I followed the same steps as the previous time I experienced this issue:
Per your request I have tested with an additional existing [named] container: [user@fedora ~]$ rpm-ostree status
State: idle
Deployments:
● ostree://fedora:fedora/34/x86_64/silverblue
Version: 34.20210614.0 (2021-06-14T00:44:31Z)
Commit: 4ca77cb02d285dc852964434424229a448ad1bf4c802e62c2985091a2c057228
GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39
ostree://fedora:fedora/34/x86_64/silverblue
Version: 34.20210613.0 (2021-06-13T01:31:09Z)
Commit: f436b1546125ddc928a74d513d8f515a1ba2bae13fc390080f0bc22a55dbca3d
GPGSignature: Valid signature by 8C5BA6990BDB26E19F2A1A801161AE6945719A39
[user@fedora ~]$ podman --version
podman version 3.2.0
[user@fedora ~]$ rpmquery podman
podman-3.2.0-5.fc34.x86_64
[user@fedora ~]$ toolbox list
IMAGE ID IMAGE NAME CREATED
9c649cf455d4 registry.fedoraproject.org/fedora-toolbox:34 7 weeks ago
CONTAINER ID CONTAINER NAME CREATED STATUS IMAGE NAME
f1f75eba1ab0 fedora-toolbox-34 6 weeks ago exited registry.fedoraproject.org/fedora-toolbox:34
9b0f5789a9d5 test 6 weeks ago exited registry.fedoraproject.org/fedora-toolbox:34
8ad679c3cf30 test2 5 weeks ago exited registry.fedoraproject.org/fedora-toolbox:34
[user@fedora ~]$ toolbox -c test enter
⬢[user@toolbox ~]$ toolbox --version
toolbox version 0.0.99.1 I did not experience an issue with the named container. Though, do note, it's a new day, and a new version of SilverBlue (34.20210614.0) Please run the set of commands above and confirm your:
|
Describe the bug
Unable to start container after update podman 3.1.2-1.fc34 -> 3.2.0-0.1.rc1.fc34
[ma3yta@localhost ~]$ podman start --attach dotnet --log-level debug (Click to expand)
Expected behaviour
Containers works fine after update podman 3.1.2-1.fc34 -> 3.2.0-0.1.rc1.fc34
Actual behaviour
Works fine when create a new container but doesn't work for old containers.
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.1
Toolbox package info (
rpm -q toolbox
)toolbox-0.0.99.1-1.fc34.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-3.2.0-0.1.rc1.fc34.x86_64
Info about your OS
Fedora Silverblue 34
/kind bug
The text was updated successfully, but these errors were encountered: