open-nomad/drivers
Tim Gross 140dbab832
docker: back out cgroup v2 OOM detection (#12735)
When shutting down an allocation that ends up needing to be
force-killed, we're getting a spurious "OOM Killed (137)" message on
the task termination event. We introduced this as part of cgroups v2
support because the Docker daemon isn't detecting the container status
correctly. Although exit code 137 is the exit code we get for
OOM-killed processes, that's because OOM kill is a `SIGKILL`. So any
sigkilled process will get that exit code.
2022-04-21 12:31:34 -04:00
..
docker docker: back out cgroup v2 OOM detection (#12735) 2022-04-21 12:31:34 -04:00
exec exec: fix exec handler test 2022-04-06 12:11:37 -05:00
java client: enable support for cgroups v2 2022-03-23 11:35:27 -05:00
mock Merge branch 'main' into tlefebvre/fix-wrong-drivernetworkmanager-interface 2022-03-17 09:38:13 +01:00
qemu ci: swap ci parallelization for unconstrained gomaxprocs 2022-03-15 12:58:52 -05:00
rawexec raw_exec: make raw exec driver work with cgroups v2 2022-04-04 16:11:38 -05:00
shared raw_exec: make raw exec driver work with cgroups v2 2022-04-04 16:11:38 -05:00