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

fix post stop hook not always called successfully #4364

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 2, 2024

  1. fix post stop hook not always called successfully

    If the first time post stop hook called with a failure(maybe because
    some resources is not ready to be recycled), the second retry of `runc
    delete` will return directly because the container root directoy is
    already removed. so that the post stop hook is not called.
    
    Signed-off-by: Abel Feng <fshb1988@gmail.com>
    abel-von committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5aab881 View commit details
    Browse the repository at this point in the history