Skip to content

Commit 6f8852e

Browse files
authored
Merge pull request #2228 from iconara/exec-chroot-doc-clarification
Clarify that exec copies all chroot_env directories
2 parents 0d2e8ea + 36229fd commit 6f8852e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/source/docs/drivers/exec.html.md

+5
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,10 @@ machine:
125125
]
126126
```
127127

128+
Nomad will copy these directories into the job's chroot, so make sure you have
129+
enough disk space. Also take into consideration that allocations are not
130+
removed immediately after a job has completed, so you might need some margin if
131+
you run many batch jobs.
132+
128133
This list is configurable through the agent client
129134
[configuration file](/docs/agent/configuration/client.html#chroot_env).

0 commit comments

Comments
 (0)