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

network ls: handle removed container #17376

Merged
merged 1 commit into from
Feb 7, 2023

Commits on Feb 7, 2023

  1. network ls: handle removed container

    Handle a race condition in the REST API when listing networks.
    In between listing all containers and inspecting them, they may have
    already been removed, so handle this case gracefully.
    
    [NO NEW TESTS NEEDED] as it's a race condition.
    
    Fixes: containers#17341
    Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
    vrothberg committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ced9342 View commit details
    Browse the repository at this point in the history