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

Add multiNodeWritable option for RBD Volumes #239

Merged
merged 1 commit into from
Mar 1, 2019

Commits on Mar 1, 2019

  1. Add multiNodeWritable option for RBD Volumes

    This change adds the ability to define a `multiNodeWritable` option in
    the Storage Class.
    
    This change does a number of things:
    1. Allow multi-node-multi-writer access modes if the SC options is
    enabled
    2. Bypass the watcher checks for MultiNodeMultiWriter Volumes
    3. Maintains existing watcher checks for SingleNodeWriter access modes
    regardless of the StorageClass option.
    
    fix lint-errors
    j-griffith committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    ba4ba5e View commit details
    Browse the repository at this point in the history