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

rbd: remove topologyConstrainedPools parameter #4499

Merged

Commits on Apr 5, 2024

  1. rbd: remove topologyConstrainedPools parameter

    This commit removes the `topologyConstrainedPools` parameter
    from PV volumeAttributes as it is not required.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    921a302 View commit details
    Browse the repository at this point in the history
  2. cephfs: refactor code for improved reusability

    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8d318d2 View commit details
    Browse the repository at this point in the history
  3. cleanup: use slices package

    This commit replaces the user implemented function
    `CheckSliceContains()` with `slices.Contains()`
    function introduced in Go 1.21.
    
    Signed-off-by: Praveen M <m.praveen@ibm.com>
    iPraveenParihar committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    da9ef00 View commit details
    Browse the repository at this point in the history