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

Default multiwrite blockmode #261

Merged
merged 3 commits into from
Mar 20, 2019

Commits on Mar 14, 2019

  1. Revert "Add multiNodeWritable option for RBD Volumes"

    This reverts commit b5b8e46.
    j-griffith committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a164169 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Rework multi-node-multi-writer feature

    This commit reverts the initial implementation of the
    multi-node-multi-writer feature:
      commit: b5b8e46
    
    It replaces that implementation with a more restrictive version that
    only allows multi-node-multi-writer for volumes of type `block`
    
    With this change there are no volume parameters required in the stoarge
    class, we also fail any attempt to create a file based device with
    multi-node-multi-write being specified, this way a user doesn't have to
    wait until they try and do the publish before realizing it doesn't work.
    j-griffith committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    6ec1196 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    d79ca5b View commit details
    Browse the repository at this point in the history