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: Include MountOptions in capabilities sent to CSI for all RPCs #10643

Merged
merged 1 commit into from
May 24, 2021

Commits on May 22, 2021

  1. CSI: Include MountOptions in capabilities sent to CSI for all RPCs

    Include the VolumeCapability.MountVolume data in
    ControllerPublishVolume, CreateVolume, and ValidateVolumeCapabilities
    RPCs sent to the CSI controller. The previous behavior was to only
    include the MountVolume capability in the NodeStageVolume request, which
    on some CSI implementations would be rejected since the Volume was not
    originally provisioned with the specific mount capabilities requested.
    sundbry committed May 22, 2021
    Configuration menu
    Copy the full SHA
    554af9f View commit details
    Browse the repository at this point in the history