You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2014/11/03 19:26:34 UTC

[jira] [Created] (MESOS-2031) Manage persistent directories on slave.

Jie Yu created MESOS-2031:
-----------------------------

             Summary: Manage persistent directories on slave.
                 Key: MESOS-2031
                 URL: https://issues.apache.org/jira/browse/MESOS-2031
             Project: Mesos
          Issue Type: Task
            Reporter: Jie Yu


Whenever a slave sees a persistent disk resource (in ExecutorInfo or TaskInfo) that is new to it, it will create a persistent directory which is for tasks to store persistent data.

The slave needs to do the following after it's created:
1) symlink into the executor sandbox so that tasks/executor can see it
2) garbage collect it once it is released by the framework



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)