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: allow for volume detach to work with gc'd nodes #9057

Merged
merged 1 commit into from
Oct 9, 2020

Commits on Oct 9, 2020

  1. csi: allow for volume detach to work with gc'd nodes

    When we try to prefix match the `nomad volume detach` node ID argument, the
    node may have been already GC'd. The volume unpublish workflow gracefully
    handles this case so that we can free the claim. So make a best effort to find
    a node ID among the volume's claimed allocations, or otherwise just use the
    node ID we've been given by the user as-is.
    tgross committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    6b44701 View commit details
    Browse the repository at this point in the history