Skip to content
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

Revert commit that breaks podman backwards compatibility #1848

Merged
merged 1 commit into from
Feb 29, 2024

Commits on Feb 29, 2024

  1. Revert "overlay: do not recreate "merged" dir"

    This reverts commit de38d80.
    
    Podman upgrade tests are faiing because of this[1]. A start of container
    created with a previous version is now failing because of the missing
    merged dir.
    
    A very simple reproducer is to run a container with a older versin then
    update to one with this commit and try to start the container again:
    podman run --name test quay.io/libpod/testimage:20240123 echo hi
    <update podman to a storage version with the reverted commit>
    podman start -a test
    <-- now failing while trying to mount the container
    
    [1] https://api.cirrus-ci.com/v1/artifact/task/5918496639418368/html/upgrade_test-podman-fedora-39-root-host.log.html
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ccb70a7 View commit details
    Browse the repository at this point in the history