[
https://issues.apache.org/jira/browse/MESOS-5341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275922#comment-15275922
]
Guangya Liu commented on MESOS-5341:
------------------------------------
There is a bug for current volume support in docker containerizer, the problem
is that the current volume_driver is using {{optional string}}, but this is not
right, we should use {{repeated string}} as one container can have multiple
volume drivers. [~jieyu] do you think we need fix this or just keep current
behavior as we will retire the {{volume_driver}} finally.
{code}
// The name of volume driver plugin.
optional string volume_driver = 7;
{code}
> Enabled docker volume support for DockerContainerizer
> -----------------------------------------------------
>
> Key: MESOS-5341
> URL: https://issues.apache.org/jira/browse/MESOS-5341
> Project: Mesos
> Issue Type: Bug
> Reporter: Guangya Liu
> Assignee: Guangya Liu
>
> When a user specifies Volume.Source, we need to prepare the `docker run`
> command accordingly to support that. The {{DockerInfo.volume_driver}} can be
> retired now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)