open-nomad/scheduler
Tim Gross 417ec91317 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.
2021-07-07 11:18:30 -04:00
..
annotate.go
annotate_test.go
context.go
context_test.go
device.go
device_test.go
feasible.go add support for host network interpolation 2021-04-13 09:53:05 -04:00
feasible_test.go add support for host network interpolation 2021-04-13 09:53:05 -04:00
generic_sched.go Merge pull request #10248 from hashicorp/f-remotetask-2021 2021-04-30 08:57:26 -07:00
generic_sched_test.go scheduler: datacenter updates should be destructive 2021-07-07 11:18:30 -04:00
preemption.go
preemption_test.go Allow configuring memory oversubscription (#10466) 2021-04-29 22:09:56 -04:00
propertyset.go
rank.go Allow configuring memory oversubscription (#10466) 2021-04-29 22:09:56 -04:00
rank_test.go Allow configuring memory oversubscription (#10466) 2021-04-29 22:09:56 -04:00
reconcile.go core: propagate remote task handles 2021-04-27 15:07:03 -07:00
reconcile_test.go scheduler: test for reconciler's in-place rollback behavior 2021-06-03 10:02:19 -04:00
reconcile_util.go core: propagate remote task handles 2021-04-27 15:07:03 -07:00
reconcile_util_test.go
scheduler.go
scheduler_oss.go
select.go
select_test.go
spread.go
spread_test.go
stack.go quotas: evaluate quota feasibility last in scheduler (#10753) 2021-06-14 10:11:40 -04:00
stack_not_ent.go
stack_test.go
system_sched.go Add metrics for blocked eval resources (#10454) 2021-04-29 15:03:45 -04:00
system_sched_test.go
testing.go tests: use standard library testing.TB 2021-06-09 16:18:45 -07:00
util.go scheduler: datacenter updates should be destructive 2021-07-07 11:18:30 -04:00
util_test.go