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: nomad volume detach command #8584

Merged
merged 7 commits into from
Aug 11, 2020
Merged

csi: nomad volume detach command #8584

merged 7 commits into from
Aug 11, 2020

Commits on Aug 7, 2020

  1. csi: nomad volume detach command

    The soundness guarantees of the CSI specification leave a little to be desired
    in our ability to provide a 100% reliable automated solution for managing
    volumes. This changeset provides a new command to bridge this gap by providing
    the operator the ability to intervene.
    tgross committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    f205691 View commit details
    Browse the repository at this point in the history
  2. Unpublish RPC should handle case with no allocation ID

    The command doesn't take an allocation ID so that the operator doesn't have to
    keep track of alloc IDs that may have been GC'd. Handle this case in the
    unpublish RPC by sending the client RPC for all the terminal/nil allocs on the
    selected node.
    tgross committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    5995a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f03b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    2e3ad64 View commit details
    Browse the repository at this point in the history
  2. use const for method

    tgross committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1df9004 View commit details
    Browse the repository at this point in the history
  3. add CLI docs

    tgross committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b6fda50 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. fix grammar/spelling issues

    tgross committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    88e93fc View commit details
    Browse the repository at this point in the history