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 provision_observer2 to delete failing Jobs correctly #114

Merged
merged 1 commit into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. fix provision_observer2 to delete failing Jobs correctly

    The new provision observer (provision_observer2.go) introduced in #101 tries to
    remove the owned jobs that is failing for a while, but it doesn't work well
    because it looks for them by a wrong prefix.
    
    This PR fixes the above problem by using constants.MountProbeNamePrefix and
    constants.ProvisionProbeNamePrefix instead of constants.ProbeNamePrefix when
    the provision observer looks for the jobs.
    
    Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
    ushitora-anqou committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b8496f0 View commit details
    Browse the repository at this point in the history