Hi all 1. If we add a third SLAVE mode for Volume Mode in mesos.proto, will it result in not working for all of frameworks? For example, Volume Mode is enumerate type in mesos.proto, we want to add a third SLAVE mode and modify marathon to support DockerContainerizer, This SLAVE mode will be forward to mesos docker executor and then to docker daemon. If we do that modification, is there affection to other frameworks which use old mesos.proto? 2. In addtion, mesos protocol whether supports using Revocable and Non-Revocable resources in one task or not?
jianbin.zh...@xtaotech.com 发件人: yawei....@xtaotech.com 发送时间: 2017-08-31 14:43 收件人: dev; issues; commits; user; jianbin.zhang; jason.zhang 主题: Questions about the mesos protocol Hi all In current mesos protocol(defined in mesos.proto), the volume mode can only be set to RO or RW. How can I luanch a docker with a volume in Slave mode via Mesos? Best wishes! yawei....@xtaotech.com