[
https://issues.apache.org/jira/browse/MESOS-4355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15207748#comment-15207748
]
Steve Wong commented on MESOS-4355:
-----------------------------------
Yes that is what I mean.
I propose that in the short term (a phase 1 implementation) we model a new
isolator on the EMC{code} dvdi isolator. However we will remove the DVDCLI
invocation from the isolator to a separate C++ module that will call DVDCLI.
After this is complete and working, phase 2 would be a direct C++
implementation of a docker volume driver control interface, replacing use of
DVDCLI. This would bascially be a reimplementation of DVDCLI in C++. (DVDCLI is
in Go now).
This will support RexRay or any other Docker Volume Driver.
The two phase approach should minimize changes in the first pass, resulting in
something that can be tested sooner.
EMC{code} has a next generation project going on that may result in some of our
team doing a C++ implementation of DVDCLI anyway, independent of Mesos. As
always we would be pleased to contribute the code from any of our efforts.
> Implement isolator for Docker volume
> ------------------------------------
>
> Key: MESOS-4355
> URL: https://issues.apache.org/jira/browse/MESOS-4355
> Project: Mesos
> Issue Type: Epic
> Components: docker, isolation
> Reporter: Qian Zhang
> Assignee: Guangya Liu
> Labels: mesosphere
>
> In Docker, user can create a volume with Docker CLI, e.g., {{docker volume
> create --name my-volume}}, we need to implement an isolator to make the
> container launched by MesosContainerizer can use such volume.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)