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

OCPBUGS-31467: Return from EnsureHostInPool on all NIC errors #1964

Open
wants to merge 1 commit into
base: release-4.15
Choose a base branch
from

Commits on Aug 21, 2024

  1. UPSTREAM: 124541: Return from EnsureHostInPool on all NIC errors

    When looking up the NIC, if there's an error, this function should
    return regardless of the error.
    
    The previous code could proceed when an instance wasn't found, and the
    `nic` would be a nil pointer.
    
    NOTE: The upstream PR is unlikely to be merged because this fix was
    created after the cloud provider code was removed from the supported
    upstream series.
    
    Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
    nrb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6545da5 View commit details
    Browse the repository at this point in the history