[
https://issues.apache.org/jira/browse/MESOS-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14337582#comment-14337582
]
Jie Yu commented on MESOS-2031:
-------------------------------
commit 795a615c796d9e051a0b0794e5ec24e5d39b1cdf
Author: Jie Yu <[email protected]>
Date: Fri Jan 30 16:38:53 2015 -0800
Allowed Mesos containerizer to prepare and update volumes.
Review: https://reviews.apache.org/r/30510
Author: Jie Yu <[email protected]>
Date: Sun Feb 1 20:48:08 2015 -0800
Added executor working directory to Container struct in Mesos containerizer.
Review: https://reviews.apache.org/r/30509
commit 262ddd7f81978c17e2a70cbc867b61937d5d2d0b
Author: Jie Yu <[email protected]>
Date: Fri Jan 30 15:41:01 2015 -0800
Prepare persistent volumes in slave.
Review: https://reviews.apache.org/r/30508
> 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
> Assignee: Jie Yu
> Fix For: 0.23.0
>
>
> 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)