mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
This PR adds the client config option for turning off filesystem isolation,
applicable on Linux systems where filesystem isolation is possible and
enabled by default.
```hcl
client{
artifact {
disable_filesystem_isolation = <bool:false>
}
}
```
Closes #15496