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: allow more than 1 writer claim for multi-writer mode #9040

Merged
merged 3 commits into from
Oct 7, 2020

Commits on Oct 7, 2020

  1. csi: allow more than 1 writer claim for multi-writer mode

    Fixes a bug where CSI volumes with the `MULTI_NODE_MULTI_WRITER` access mode
    were using the same logic as `MULTI_NODE_SINGLE_WRITER` to determine whether
    the volume had writer claims available for scheduling.
    tgross committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    87f62b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3342ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8e6c7 View commit details
    Browse the repository at this point in the history