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:
Theo
2017-01-23 08:13:27 +01:00
parent 0d2e8eaa33
commit 36229fd587

View File

@@ -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).