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

scheduler: datacenter updates should be destructive #10864

Merged
merged 1 commit into from
Jul 14, 2021

Commits on Jul 7, 2021

  1. scheduler: datacenter updates should be destructive

    Updates to the datacenter field should be destructive for any allocation that
    is on a node no longer in the list of datacenters, but inplace for any
    allocation on a node that is still in the list. Add a check for this change to
    the system and generic schedulers after we've checked the task definition for
    updates and obtained the node for each current allocation.
    tgross committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    00fb80f View commit details
    Browse the repository at this point in the history