> On Sept. 6, 2016, 10:12 p.m., Jie Yu wrote: > > src/slave/containerizer/mesos/containerizer.cpp, lines 1152-1160 > > <https://reviews.apache.org/r/51673/diff/1/?file=1492315#file1492315line1152> > > > > why we need to do that?
for the pod case, we have different tasks. and each task may have a rootfs provisioned. we need to pass the rootfs to the pod executor launchtask(). - Gilbert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51673/#review147974 ----------------------------------------------------------- On Sept. 6, 2016, 2:53 p.m., Gilbert Song wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51673/ > ----------------------------------------------------------- > > (Updated Sept. 6, 2016, 2:53 p.m.) > > > Review request for mesos, Benjamin Hindman, Artem Harutyunyan, Jie Yu, Joseph > Wu, and Kevin Klues. > > > Repository: mesos > > > Description > ------- > > Update mesos containerizer launch for sub-container support. > > > Diffs > ----- > > src/slave/containerizer/mesos/containerizer.cpp > 89b7e8db38916d69d9b2d4fe305d4397b0859a10 > > Diff: https://reviews.apache.org/r/51673/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Gilbert Song > >
