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

osd: update existing OSDs with deviceClass #9259

Merged
merged 1 commit into from Nov 29, 2021
Merged

Commits on Nov 29, 2021

  1. osd: update existing OSDs with deviceClass

    If we apply useAllNodes to false for the current deployment,
    the OSDs should get updated with the individual nodes values and config,
    The deviceClass was not updating to the existing OSDs because there was
    bug in the check.
    The check osdInfo.DeviceClass == "" which should be
    checked like this osdInfo.DeviceClass == "None"
    
    Updated the code so OSDs can make use of the devices present
    
    Signed-off-by: parth-gr <paarora@redhat.com>
    parth-gr committed Nov 29, 2021
    Copy the full SHA
    cbe505d View commit details
    Browse the repository at this point in the history