Gilbert Song created MESOS-4942:
-----------------------------------
Summary: Docker runtime isolator tests may cause disk issue.
Key: MESOS-4942
URL: https://issues.apache.org/jira/browse/MESOS-4942
Project: Mesos
Issue Type: Bug
Components: containerization
Reporter: Gilbert Song
Assignee: Gilbert Song
Fix For: 0.29.0
Currently slave working directory is used as docker store dir and archive dir,
which is problematic. Because slave work dir is exactly
`environment->mkdtemp()`, it will get cleaned up until the end of the whole
test. But the runtime isolator local puller tests cp the host's rootfs, which
size is relatively big. Cleanup has to be done by each test tear down.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)