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: fix mount validation #7869

Merged
merged 1 commit into from
May 5, 2020
Merged

csi: fix mount validation #7869

merged 1 commit into from
May 5, 2020

Commits on May 5, 2020

  1. csi: fix mount validation

    Several of the CSI `VolumeCapability` methods return pointers, which
    we were then comparing to pointers in the request rather than
    dereferencing them and comparing their contents.
    
    This changeset does a more fine-grained comparison of the request vs
    the capabilities, and adds better error messaging.
    tgross committed May 5, 2020
    Configuration menu
    Copy the full SHA
    1eabef0 View commit details
    Browse the repository at this point in the history