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

CephFS: kernel and fuse mount options per cluster #4245

Commits on Nov 15, 2023

  1. util: added GetCephFSMountOptions method

    This commit adds GetCephFSMountOptions util method which returns
    KernelMountOptions and fuseMountOptions for cluster `clusterID`.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and Rakshith-R committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8b27f01 View commit details
    Browse the repository at this point in the history
  2. cephfs: support for kernelMountOptions & fuseMountOptions per cluster

    Implemented the capability to include kernel mount options and
    fuse mount options for individual clusters within the ceph-csi-config
    ConfigMap.This allows users to configure the kernel/fuse mount options
    for each cluster separately. The mount options specified in the ConfigMap
    will supersede those provided via command line arguments.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and Rakshith-R committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    76d6b3f View commit details
    Browse the repository at this point in the history
  3. doc: updated doc for kernel/fuse mount options

    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and Rakshith-R committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3e60a29 View commit details
    Browse the repository at this point in the history