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

reef: rgw/sal: get_placement_target_names() returns void #53584

Merged
merged 1 commit into from Oct 3, 2023

Commits on Sep 21, 2023

  1. rgw/sal: get_placement_target_names() returns void

    the function returned an integer error code, but two callers were
    incorrectly testing the return value as a boolean
    
    the function just returns placement ids that are in-memory, so none of
    the drivers have a failure case; change the return value to void
    
    Fixes: https://tracker.ceph.com/issues/62771
    
    Signed-off-by: Casey Bodley <cbodley@redhat.com>
    (cherry picked from commit 3ad17ed)
    cbodley committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0b02adf View commit details
    Browse the repository at this point in the history