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

Fix some diagnostic error handling (NetworkCheck and DiagnosticPod) #16848

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    0ccc922 View commit details
    Browse the repository at this point in the history
  2. NetworkCheck: warn -> info on wrong network plugin

    When the check can't run because the cluster is an all-in-one, this
    shouldn't give a warning. Now it's an info.
    
    It would be nice to put this in CanRun so the skip can be a Note but
    given checking for the condition can raise its own error, it seemed
    wisest to leave it until the diagnostic is running.
    sosiouxme committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    83932a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c90bb6 View commit details
    Browse the repository at this point in the history