> On Feb. 2, 2015, 7:56 p.m., Ian Downes wrote: > > 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...
It's the host executor working directory. This is the 'directory' passed to the Containerizer (e.g., launch) - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30509/#review70614 ----------------------------------------------------------- On Feb. 2, 2015, 6:37 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30509/ > ----------------------------------------------------------- > > (Updated Feb. 2, 2015, 6:37 p.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 > >