Ian Downes created MESOS-1206: --------------------------------- Summary: Use per container tmp directory will same lifetime as sandbox dir. Key: MESOS-1206 URL: https://issues.apache.org/jira/browse/MESOS-1206 Project: Mesos Issue Type: Bug Affects Versions: 0.18.0 Reporter: Ian Downes Fix For: 0.19.0
Containers all share the same /tmp directory which is outside containers' sandbox directories. Instead, on Linux for containers in separate mount namespace we could bind mount a [sandbox]/tmp into /tmp. This keeps files separate between containers and ensures the lifetime of a container's tmp dir matches that of the sandbox. -- This message was sent by Atlassian JIRA (v6.2#6252)