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: add VolumeContext to NodeStage/Publish RPCs #8239

Merged
merged 1 commit into from
Jun 22, 2020

Commits on Jun 22, 2020

  1. csi: add VolumeContext to NodeStage/Publish RPCs

    In #7957 we added support for passing a volume context to the controller RPCs.
    This is an opaque map that's created by `CreateVolume` or, in Nomad's case,
    in the volume registration spec.
    
    However, we missed passing this field to the `NodeStage` and `NodePublish` RPC,
    which prevents certain plugins (such as MooseFS) from making node RPCs.
    tgross committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    901664f View commit details
    Browse the repository at this point in the history