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

Health check the OVS process and restart if it dies #16742

Merged

Commits on Oct 10, 2017

  1. Configuration menu
    Copy the full SHA
    b5f117a View commit details
    Browse the repository at this point in the history
  2. Move network type check to inside the network code

    Prevents races when the all-in-one is used with multi-tenant SDN
    smarterclayton committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    b0073eb View commit details
    Browse the repository at this point in the history
  3. Add a healthcheck to detect when OVS is restarted

    A periodic background process watches for when OVS is reset to the
    default state and causes the entire process to restart. This avoids the
    need to order the SDN process with OVS, and makes it easier to run the
    process in a pod.
    
    In the future it should be possible to avoid restarting the process to
    perform this check.
    smarterclayton committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    572d44b View commit details
    Browse the repository at this point in the history