You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using podman 4.9.3 (the last 4.x release, which is included in Ubuntu 24.04 LTS release) to build a feature on top of checkpoint/restore.
I am being bitten by #22901, specifically, /etc/resolv.conf is empty after restoring, disabling DNS.
It looks like #23083 fixed this; would it be possible to backport this fix to 4.9 ?
While I would like to upgrade to 5.x (and indeed have some ambitious plans to improve checkpoint/restore performance), having checkpoint work correctly in the Ubuntu stable release out of the box makes it easier to collaborate with my colleagues.
We only support the latest upstream release, there will be no further 4.9 releases. And if we would make a release there is no guarantee that you distro updates to that.
So I suggest you report this to the distro's bug tracker and request a backport there.
Issue Description
I am using podman 4.9.3 (the last 4.x release, which is included in Ubuntu 24.04 LTS release) to build a feature on top of checkpoint/restore.
I am being bitten by #22901, specifically, /etc/resolv.conf is empty after restoring, disabling DNS.
It looks like #23083 fixed this; would it be possible to backport this fix to 4.9 ?
While I would like to upgrade to 5.x (and indeed have some ambitious plans to improve checkpoint/restore performance), having checkpoint work correctly in the Ubuntu stable release out of the box makes it easier to collaborate with my colleagues.
Steps to reproduce the issue
follow instructions on https://podman.io/docs/checkpoint, exec
cat /etc/resolv.conf
in restored containerDescribe the results you received
resolv.conf empty, dns broken.
Describe the results you expected
working dns.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: