> On Sept. 7, 2016, 5:12 a.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? > > Gilbert Song wrote: > 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(). > > Jie Yu wrote: > Really? Can you read the design doc more carefully?
who does the pivot_root? pod executor? or mesos-containerizer launch? - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51673/#review147974 ----------------------------------------------------------- On Sept. 6, 2016, 9: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, 9: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 > >
