open-nomad/drivers/exec
Seth Hoenig 8ee9835923 drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior
This PR adds pid_mode and ipc_mode options to the exec and java task
driver config options. By default these will defer to the default_pid_mode
and default_ipc_mode agent plugin options created in #9969. Setting
these values to "host" mode disables isolation for the task. Doing so
is not recommended, but may be necessary to support legacy job configurations.

Closes #9970
2021-02-08 14:26:35 -06:00
..
driver.go drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior 2021-02-08 14:26:35 -06:00
driver_pre09.go drivers: always initialize taskHandle.logger 2019-11-22 10:44:59 -05:00
driver_test.go drivers/exec+java: Add task configuration to restore previous PID/IPC isolation behavior 2021-02-08 14:26:35 -06:00
driver_unix_test.go attempting to fix flaky tests caused by pid isolation 2021-01-28 12:03:20 +00:00
handle.go executor: remove structs package 2018-12-06 20:54:14 -05:00
state.go Update exec driver to match rawexec 2018-11-08 10:00:49 -08:00