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

Honor task desired state in allocator #435

Merged
merged 1 commit into from
Apr 26, 2016
Merged

Honor task desired state in allocator #435

merged 1 commit into from
Apr 26, 2016

Commits on Apr 26, 2016

  1. Honor task desired state in allocator

    With the task lifecycle changes and the introduction of DesiredState in
    task object, allocator needs to the honor that and make
    allocation/deallocation decisions based on that to properly work in sync
    with the other stages of the manager pipeline. Made changes to make
    allocation/deallocation decisions based on a combination of task
    DesiredState and the current state.
    
    Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
    mrjana committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    5fcc3f4 View commit details
    Browse the repository at this point in the history