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

Support storing cephfs omap in a different namespace in rados under same filesystem metadata pool #4652

Draft
wants to merge 4 commits into
base: devel
Choose a base branch
from

Commits on May 31, 2024

  1. cephfs: add cli argument radosnamespacecephfs

    Add cli argument --radosnamespacecephfs to override radosNamespace "csi" used to store CSI specific objects and keys.
    
    Signed-off-by: Andreas <zerotens@users.noreply.github.com>
    zerotens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cd2a4fa View commit details
    Browse the repository at this point in the history
  2. nfs: add cli argument radosnamespacecephfs / instanceid

    Add --instanceid / --radosnamespacecephfs for nfs component as it is also using these two variables from cephfs code.
    
    Signed-off-by: Andreas <zerotens@users.noreply.github.com>
    zerotens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5dff7f9 View commit details
    Browse the repository at this point in the history
  3. doc: add cli argument radosnamespacecephfs

    Add --radosnamespacecephfs cli argument to docs
    
    Signed-off-by: Andreas <zerotens@users.noreply.github.com>
    zerotens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9db8d86 View commit details
    Browse the repository at this point in the history
  4. helm: add cli arguments radosnamespacecephfs / instanceid

    Add --radosnamespacecephfs cli argument to helm chart cephfs
    Add --instance cli argument to helm chart cephfs and rbd
    
    Signed-off-by: Andreas <zerotens@users.noreply.github.com>
    zerotens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ebaa395 View commit details
    Browse the repository at this point in the history