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: validate mount options during volume registration #9044

Merged
merged 2 commits into from
Oct 8, 2020

Commits on Oct 7, 2020

  1. csi: validate mount options during volume registration

    Volumes using attachment mode `file-system` use the CSI filesystem API when
    they're mounted, and can be passed mount options. But `block-device` mode
    volumes don't have this option. When RPCs are made to plugins, we are silently
    dropping the mount options we don't expect to see, but this results in a poor
    operator experience when the mount options aren't honored. This changeset
    makes passing mount options to a `block-device` volume a validation error.
    tgross committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f3d49ff View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. allow empty mount options

    tgross committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    6cd1dbe View commit details
    Browse the repository at this point in the history