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

Placing allocs counts towards placement limit #3070

Merged
merged 2 commits into from
Aug 21, 2017
Merged

Placing allocs counts towards placement limit #3070

merged 2 commits into from
Aug 21, 2017

Commits on Aug 21, 2017

  1. Placing allocs counts towards placement limit

    This PR makes placing new allocations count towards the limit. We do not
    restrict how many new placements are made by the limit but we still
    count towards the limit. This has the nice affect that if you have a
    group with count = 5 and max_parallel = 1 but only 3 allocs exist for it
    and a change is made, you will create 2 more at the new version but not
    destroy one, taking you down to two running as you would have
    previously.
    
    Fixes #3053
    dadgar committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    1f54b68 View commit details
    Browse the repository at this point in the history
  2. fix test

    dadgar committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    b6ed801 View commit details
    Browse the repository at this point in the history