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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20.10] Fix live-restore w/ restart policies + volume refs #44238

Merged
merged 1 commit into from Oct 3, 2022

Commits on Oct 3, 2022

  1. Fix live-restore w/ restart policies + volume refs

    Before this change restarting the daemon in live-restore with running
    containers + a restart policy meant that volume refs were not restored.
    This specifically happens when the container is still running *and*
    there is a restart policy that would make sure the container was running
    again on restart.
    
    The bug allows volumes to be removed even though containers are
    referencing them. 馃槺
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    (cherry picked from commit 4c0e097)
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Oct 3, 2022
    Copy the full SHA
    66ddb7f View commit details
    Browse the repository at this point in the history