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

fix(provisioning): make volumes with fsType=zfs datasets of type filesystem #144

Merged

Commits on Jun 4, 2020

  1. make character case for keys in parameters map irrelevant, fixing ope…

    …nebs#143
    
    More specifically,
    - introduce helper function to get maps with all keys set to lowercase,
    - introduce lookup helper based on such maps and
    - change lookups for CreateVolumeRequest()s and CreateVolume()s so that
      parameter keys are processed as lowercase irrespective of actual
      spelling.
    
    Signed-off-by: Christopher J. Ruwe <cjr@cruwe.de>
    cruwe committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b4f4b99 View commit details
    Browse the repository at this point in the history