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 unpublish error handling improvements #8605

Merged
merged 1 commit into from
Aug 7, 2020

Commits on Aug 7, 2020

  1. csi: client RPCs should return wrapped errors for checking

    When the client-side actions of a CSI client RPC succeed but we get
    disconnected during the RPC or we fail to checkpoint the claim state, we want
    to be able to retry the client RPC without getting blocked by the client-side
    state (ex. mount points) already having been cleaned up in previous calls.
    tgross committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    de1d89e View commit details
    Browse the repository at this point in the history