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

Avoid sending a signal to the container during checkpointing #11054

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Avoid sending a signal to the container during checkpointing

    When checkpointing, the container.SignalContainer will be blocked until
    the end of the checkpointing process, during which it cannot acquire the
    kernel.extMu mutex. As a result, some runsc commands, such as the runsc
    list, will have to wait. The waiting time may vary with the duration of
    the checkpoint. This patch adds a flag to prevent sending signals to the
    container during checkpointing.
    
    Signed-off-by: Dawei Shen <[email protected]>
    dawei-sdw committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c06a01e View commit details
    Browse the repository at this point in the history