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

CSI: retry claims from client #12113

Merged
merged 1 commit into from
Feb 24, 2022
Merged

CSI: retry claims from client #12113

merged 1 commit into from
Feb 24, 2022

Commits on Feb 24, 2022

  1. CSI: retry claims from client when max claims are reached

    When the alloc runner claims a volume, an allocation for a previous
    version of the job may still have the volume claimed because it's
    still shutting down. In this case we'll receive an error from the
    server. Retry this error until we succeed or until a very long timeout
    expires, to give operators a chance to recover broken plugins.
    
    Make the alloc runner hook tolerant of temporary RPC failures.
    tgross committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    4fb2347 View commit details
    Browse the repository at this point in the history