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

Fix live-restore w/ restart policies + volume refs #44231

Merged
merged 1 commit into from Oct 3, 2022

Commits on Sep 30, 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>
    cpuguy83 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4c0e097 View commit details
    Browse the repository at this point in the history