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

Bug 1975676: Workaround OVN bug causing subports to be DOWN #533

Merged

Commits on Jun 24, 2021

  1. Workaround OVN bug causing subports to be DOWN

    Neutron should make a subport that is already attached to a trunk ACTIVE
    immediately. Unfortunately there seems to be an OVN bug causing an event
    triggering this to be lost, leaving the port in DOWN state forever. This
    is a disaster for Kuryr, because we can't proceed to wire the pods in
    such case.
    
    This commit attempts to workaround this by making Kuryr reattach the
    ports that are in DOWN state for more than 90 seconds after they're
    plugged.
    
    Change-Id: If9a3968d68dced588614cd5521d4a111e78d435f
    dulek committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    de68b52 View commit details
    Browse the repository at this point in the history