----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30509/#review70614 -----------------------------------------------------------
Is this the executor work directory from the host's perspective or from the container's perspective? They will be different if the container has a different root filesystem... - Ian Downes On Feb. 2, 2015, 10:37 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30509/ > ----------------------------------------------------------- > > (Updated Feb. 2, 2015, 10:37 a.m.) > > > Review request for mesos, Ben Mahler, Ian Downes, Michael Park, and Vinod > Kone. > > > Bugs: MESOS-2031 > https://issues.apache.org/jira/browse/MESOS-2031 > > > Repository: mesos > > > Description > ------- > > Added executor working directory to Container struct in Mesos containerizer. > > The executor directory is needed when linking persistent volumes inside the > container. > > > Diffs > ----- > > src/slave/containerizer/mesos/containerizer.hpp > 802988c90ac872b0cefa5e28f06e6fec98e8d032 > src/slave/containerizer/mesos/containerizer.cpp > d712278428889ebdfd598537690138329d8464f0 > > Diff: https://reviews.apache.org/r/30509/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >