[
https://issues.apache.org/jira/browse/MESOS-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15114089#comment-15114089
]
Joris Van Remoortere edited comment on MESOS-4403 at 1/24/16 1:28 AM:
----------------------------------------------------------------------
{code}
commit e34ac7747204a825c92ffcfda697a9b69989d524
Author: Joris Van Remoortere <[email protected]>
Date: Wed Jan 20 22:44:28 2016 -0800
Multiple Disk: Adjusted DiskInfo validation.
Review: https://reviews.apache.org/r/42505/
commit 0aef5253de8f4ef7ef4766d8cdcd75978e2cba86
Author: Joris Van Remoortere <[email protected]>
Date: Mon Jan 18 15:30:39 2016 -0500
Multiple Disk: Updated Slave initialize to create DiskInfo paths.
Create disk paths based on 'DiskInfo.Source' if the type is 'PATH'
and the directory does not yet exist. On linux we validate mounts
against the mount table.
Review: https://reviews.apache.org/r/42474
{code}
was (Author: jvanremoortere):
{code}
commit 0aef5253de8f4ef7ef4766d8cdcd75978e2cba86
Author: Joris Van Remoortere <[email protected]>
Date: Mon Jan 18 15:30:39 2016 -0500
Multiple Disk: Updated Slave initialize to create DiskInfo paths.
Create disk paths based on 'DiskInfo.Source' if the type is 'PATH'
and the directory does not yet exist. On linux we validate mounts
against the mount table.
Review: https://reviews.apache.org/r/42474
{code}
> Check paths in DiskInfo.Source.Path exist during slave initialization.
> ----------------------------------------------------------------------
>
> Key: MESOS-4403
> URL: https://issues.apache.org/jira/browse/MESOS-4403
> Project: Mesos
> Issue Type: Task
> Reporter: Jie Yu
> Assignee: Joris Van Remoortere
> Labels: mesosphere
> Fix For: 0.27.0
>
>
> We have two options here. We can either check and fail if it does not exists.
> Or we can create if it does not exist like we did for slave.work_dir.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)