mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
the executor dies, leaving an orphaned process still running. the panic fix: * don't `panic()` * and return an empty, but non-nil, func on cgroup error feature fix: * allow non-root agent to proceed with exec when cgroups are off
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
```release-note:bug
|
|
alloc exec: Fixed executor panic when exec-ing a rootless raw_exec task
|
|
```
|