mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Clarify that exec copies all chroot_env directories
This was not clear to me and is very important to understand since you can quickly fill up your disk if you run batch jobs.
This commit is contained in:
@@ -125,5 +125,10 @@ machine:
|
||||
]
|
||||
```
|
||||
|
||||
Nomad will copy these directories into the job's chroot, so make sure you have
|
||||
enough disk space. Also take into consideration that allocations are not
|
||||
removed immediately after a job has completed, so you might need some margin if
|
||||
you run many batch jobs.
|
||||
|
||||
This list is configurable through the agent client
|
||||
[configuration file](/docs/agent/configuration/client.html#chroot_env).
|
||||
|
||||
Reference in New Issue
Block a user