----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46762/#review137530 -----------------------------------------------------------
Patch looks great! Reviews applied: [48680, 46762] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On June 14, 2016, 12:19 p.m., Guangya Liu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46762/ > ----------------------------------------------------------- > > (Updated June 14, 2016, 12:19 p.m.) > > > Review request for mesos, Gilbert Song and Jie Yu. > > > Bugs: MESOS-5265 > https://issues.apache.org/jira/browse/MESOS-5265 > > > Repository: mesos > > > Description > ------- > > Enabled volume support for mesos-execute. > > > Diffs > ----- > > src/cli/execute.cpp 9b8f8a34fef4ac3225f0104a6a0acc1e43accd78 > > Diff: https://reviews.apache.org/r/46762/diff/ > > > Testing > ------- > > root@mesos002:~/src/mesos/m3/mesos/build# cat /root/test/volume4.json > [{ > "container_path":"\/tmp\/abc1", > "mode":"RW", > "source": > { > "docker_volume": > { > "driver":"convoy", > "name":"dvd1" > }, > "type":"DOCKER_VOLUME" > } > }, > { > "container_path":"\/tmp\/abc2", > "mode":"RW", > "source": > { > "docker_volume": > { > "driver":"convoy", > "driver_options": > {"parameter":[ > { > "key":"iops", > "value":"150" > } > ]}, > "name":"dvd2" > }, > "type":"DOCKER_VOLUME" > } > }] > > root@mesos002:~/src/mesos/m3/mesos/build# src/mesos-execute > --master=192.168.56.12:5050 --name=test --command="sleep 1000000" > --volumes=/root/test/volume4.json > I0428 21:27:52.406168 3775 scheduler.cpp:177] Version: 0.29.0 > Subscribed with ID '2a69e042-4e51-4cd9-bcab-e303d6b4b1dd-0003' > Submitted task 'test' to agent '2a69e042-4e51-4cd9-bcab-e303d6b4b1dd-S0' > Received status update TASK_RUNNING for task 'test' > source: SOURCE_EXECUTOR > > > Thanks, > > Guangya Liu > >
