open-nomad/nomad/drainer
Tim Gross 45b238ec82
CSI: node drain should end once only plugins remain (#12846)
In #12324 we made it so that plugins wait until the node drain is
complete, as we do for system jobs. But we neglected to mark the node
drain as complete once only plugins (or system jobs) remaining, which
means that the node drain is left in a draining state until the
`deadline` time expires. This was incorrectly documented as expected
behavior in #12324.
2022-05-03 10:20:22 -04:00
..
drain_heap.go Add gosimple linter (#9590) 2020-12-09 11:05:18 -08:00
drain_heap_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
drain_testing.go tests: fix some nomad/drainer test data races 2019-05-21 14:40:58 -04:00
drainer.go Migrate all allocs when draining a node (#10411) 2021-04-21 12:11:14 -04:00
drainer_util.go drain: improve tests and fix spelling 2018-04-02 16:40:47 -07:00
drainer_util_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
draining_node.go CSI: node drain should end once only plugins remain (#12846) 2022-05-03 10:20:22 -04:00
draining_node_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
watch_jobs.go cleanup: prevent leaks from time.After 2022-02-02 14:32:26 -06:00
watch_jobs_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
watch_nodes.go cleanup: prevent leaks from time.After 2022-02-02 14:32:26 -06:00
watch_nodes_test.go ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00