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

rbd: consider rbd as default mounter if not set. #3080

Merged
merged 1 commit into from
May 9, 2022

Commits on May 9, 2022

  1. rbd: consider rbd as default mounter if not set

    For the default mounter the mounter option
    will not be set in the storageclass and as it is
    not available in the storageclass same will not
    be set in the volume context, Because of this the
    mapOptions are getting discarded. If the mounter
    is not set assuming it's an rbd mounter.
    
    Note:- If the mounter is not set in the storageclass
    we can set it in the volume context explicitly,
    Doing this check-in node server to support backward
    existing volumes and the check is minimal we are not
    altering the volume context.
    
    fixes: ceph#3076
    
    Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
    Madhu-1 authored and mergify[bot] committed May 9, 2022
    Configuration menu
    Copy the full SHA
    badb565 View commit details
    Browse the repository at this point in the history