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

cephcluster: tune disks according to plaftorm #955

Merged
merged 2 commits into from
Jan 15, 2021

Commits on Jan 15, 2021

  1. cephcluster: tune disks according to plaftorm

    set tunefastdeviceclass according to plaftorm
    which are not correctly detected by ceph.
    modify tc according to the changes by adding
    a default platform (of None) to the reconciler.
    
    Signed-off-by: crombus <pkundra@redhat.com>
    crombus authored and obnoxxx committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    f718178 View commit details
    Browse the repository at this point in the history
  2. storagecluster: add test case for fast tuning for specific platforms

    This is tested with the example of the Azure platform.
    
    Note: This can probably be done more elegantly, as currently, the test
    adds the configured platform to the reconciler after its creation and
    not as part of the creator function. But it should be good enough for
    a start.
    
    Signed-off-by: Michael Adam <obnox@redhat.com>
    obnoxxx committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    4091a66 View commit details
    Browse the repository at this point in the history