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: release claims via csi_hook postrun unpublish RPC #8580

Merged
merged 4 commits into from
Aug 6, 2020

Commits on Aug 6, 2020

  1. csi: release claims via csi_hook postrun unpublish RPC

    Add a Postrun hook to send the `CSIVolume.Unpublish` RPC to the server. This
    may forward client RPCs to the node plugins or to the controller plugins,
    depending on whether other allocations on this node have claims on this
    volume.
    tgross committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    bc62c74 View commit details
    Browse the repository at this point in the history
  2. csi: volumewatcher should only be triggered by GC job

    By making clients responsible for running the `CSIVolume.Unpublish` RPC (and
    making the RPC available to a `nomad volume detach` command), the
    volumewatcher becomes only used by the core GC job.
    tgross committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    465f454 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    701910f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08aaed8 View commit details
    Browse the repository at this point in the history