-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59419/
-----------------------------------------------------------
Review request for mesos and Jie Yu.
Bugs: MESOS-7304
https://issues.apache.org/jira/browse/MESOS-7304
Repository: mesos
Description
-------
This combines the `--work_dir` and `--runtime_dir` flags for the
mesos-local helper (**not** the Agent flags, which have the same name).
Only the `--work_dir` will remain.
The new directory structure will be the following:
work_dir (mesos-local flag)
|-- agents
| |-- 0
| | |-- fetch (Agent --fetcher_cache_dir flag)
| | |-- run (Agent --runtime_dir flag)
| | |-- work (Agent --work_dir flag)
| |-- 1
| | ...
|-- master
Diffs
-----
src/local/flags.hpp 0cef5ac730d19b00f78869e987993a71e464ca05
src/local/local.cpp e47980929db2da1f31cf899a0e1fc452070e11f3
Diff: https://reviews.apache.org/r/59419/diff/1/
Testing
-------
See last patch in chain.
Thanks,
Joseph Wu