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

Syncing latest changes from devel for ceph-csi #217

Merged
merged 4 commits into from
Nov 16, 2023

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 <[email protected]>
    iPraveenParihar authored and mergify[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    1e4ff11 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 <[email protected]>
    iPraveenParihar authored and mergify[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fb8bb3f 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 <[email protected]>
    iPraveenParihar authored and mergify[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4ee466b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. ci: add snyk scanning

    adding snyk github action to
    run when a PR is merged to the release
    branch or when a new release is done.
    Run snyk weekly on the devel branch.
    This will help us to track the security
    scanning results and fix if anything is
    required and also it serves as a placeholder
    for security scanning result for a while.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 authored and mergify[bot] committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6b3665b View commit details
    Browse the repository at this point in the history