----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55042/#review160226 -----------------------------------------------------------
Patch looks great! Reviews applied: [55042] 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 Dec. 26, 2016, 12:23 p.m., Andy Pang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55042/ > ----------------------------------------------------------- > > (Updated Dec. 26, 2016, 12:23 p.m.) > > > Review request for mesos, Jie Yu and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > Add slave startup flags ramdisk_enable environment variable to make Mesos > work when the root is on a ramdisk, because 'pivot_root' don't support > on ramdisk FS. > > > Diffs > ----- > > src/launcher/executor.cpp cc9adfe > src/launcher/posix/executor.hpp d057ff6 > src/launcher/posix/executor.cpp a29b31c > src/linux/fs.hpp da49c9e > src/linux/fs.cpp 913e233 > src/slave/containerizer/mesos/launch.hpp 5bba139 > src/slave/containerizer/mesos/launch.cpp e482ab8 > src/slave/flags.hpp 6ac0d45 > src/slave/flags.cpp 1eccea9 > src/slave/slave.cpp f8f2ccf > > Diff: https://reviews.apache.org/r/55042/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Andy Pang > >