-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46003/
-----------------------------------------------------------
(Updated May 7, 2016, 1:28 a.m.)
Review request for mesos, Michael Park and Vinod Kone.
Bugs: MESOS-5064
https://issues.apache.org/jira/browse/MESOS-5064
Repository: mesos
Description
-------
The default value for the agent's `--work_dir` flag was removed, the
type of the parameter was changed to `Option<string>`, and code was
added to explicitly set the work directory when necessary.
Diffs (updated)
-----
src/local/local.cpp 1c679ecb486cb3d6184ec9a941f2ac5dbd2bcc1f
src/slave/flags.cpp 6fde51fc61cfcad61d4085c208bd2eca2eae8f14
src/tests/containerizer/mesos_containerizer_tests.cpp
09742ff21513dc2570684d384b257868dd57a9ce
Diff: https://reviews.apache.org/r/46003/diff/
Testing
-------
`sudo make check`
Thanks,
Greg Mann