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

deploy: support for read affinity options per cluster #4165

Commits on Nov 8, 2023

  1. util: moved GetNodeLabels() under internal/util/k8s

    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    31d23e5 View commit details
    Browse the repository at this point in the history
  2. util: added read affinity related functions and unit testcases

    This commit adds util functions related to read affinity
    and unit testcases for the same.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5d3cbd0 View commit details
    Browse the repository at this point in the history
  3. util: added RunsOnKubernetes() function

    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar authored and nixpanic committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5ae4f91 View commit details
    Browse the repository at this point in the history
  4. deploy: support for read affinity options per cluster

    Implemented the capability to include read affinity options
    for individual clusters within the ceph-csi-config ConfigMap.
    This allows users to configure the crush location for each
    cluster separately. The read affinity 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 nixpanic committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    32bf571 View commit details
    Browse the repository at this point in the history