You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joerg Schad (JIRA)" <ji...@apache.org> on 2015/11/18 15:17:11 UTC

[jira] [Commented] (MESOS-3857) Draft Design Doc for first Step External Volume MVP

    [ https://issues.apache.org/jira/browse/MESOS-3857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011055#comment-15011055 ] 

Joerg Schad commented on MESOS-3857:
------------------------------------

https://docs.google.com/document/d/1sSgPh_0Muvdec0__q9Ecs8Uq0qvEuETs0AGinevOr3w

> Draft Design Doc for first Step External Volume MVP
> ---------------------------------------------------
>
>                 Key: MESOS-3857
>                 URL: https://issues.apache.org/jira/browse/MESOS-3857
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Joerg Schad
>            Assignee: Joerg Schad
>              Labels: mesosphere
>
> As part of the overall design doc for global resources we would like to introduce improvements for Docker Volume Driver isolator module (https://github.com/emccode/mesos-module-dvdi).
> Currently the isolator module is controlled by setting environment variables as follows: {code} "env": {
>   "DVDI_VOLUME_NAME": "testing",
>   "DVDI_VOLUME_DRIVER": "platform1",
>   "DVDI_VOLUME_OPTS": "size=5,iops=150,volumetype=io1,newfstype=ext4,overwritefs=false",
>   "DVDI_VOLUME_NAME1": "testing2",
>   "DVDI_VOLUME_DRIVER1": "platform2",
>   "DVDI_VOLUME_OPTS1": "size=6,volumetype=gp2,newfstype=xfs,overwritefs=true"
> } {code} We should develop a more structured way for passing these settings to the isolator module which is in line with the overall goal of global resources.



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