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

compute, block storage: Rework scheduler hints #3022

Merged
merged 2 commits into from
May 20, 2024

Commits on May 20, 2024

  1. blockstorage: Don't munge scheduler hints

    This is an alternative approach. The main downside is that we now need
    to pass an additional argument to the volumes.Create function but that
    seems a more rigorous way to do things.
    
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    stephenfin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0811a76 View commit details
    Browse the repository at this point in the history
  2. compute: Don't munge scheduler hints

    Do as we did for the block storage equivalent before and unmunge the
    scheduler hints options from the general server create options.
    
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    stephenfin committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d520ff8 View commit details
    Browse the repository at this point in the history