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

helm & e2e: add option to enable read affinity for rbd #4111

Merged
merged 2 commits into from
Sep 26, 2023

Commits on Sep 26, 2023

  1. helm: add option to enable read affinity for rbd

    This commit adds --enable-read-affinity flag to
    enable read affinity for rbd
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9614bdd View commit details
    Browse the repository at this point in the history
  2. e2e: added test to verify read affinity functionality

    e2e test case is added to test if read affinity is enabled by
    verifying read_from_replica=localize option is passed
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    64e8736 View commit details
    Browse the repository at this point in the history