Files
nomad/.changelog/26401.txt
Daniel Bennett 7c633f8109 exec: don't panic on rootless raw_exec tasks (#26401)
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
2025-08-04 13:58:35 -04:00

4 lines
96 B
Plaintext

```release-note:bug
alloc exec: Fixed executor panic when exec-ing a rootless raw_exec task
```