> On June 24, 2016, 1:11 a.m., Guangya Liu wrote: > > src/slave/containerizer/mesos/isolators/filesystem/linux.cpp, lines 404-420 > > <https://reviews.apache.org/r/49184/diff/1/?file=1429524#file1429524line404> > > > > Can you please add some comments here for why not handling the case for > > absolute path case with containers which does not have rootfs? > > > > I think that the file volume was already supported by containers > > without rootfs if the container path is an absolute path in Line429-437?
Thansk Guangya! >> Can you please add some comments here for why not handling the case for >> absolute path case with containers which does not have rootfs? I thought about that here. The comment L#431 ~ L#433 looks good to me for this case, so no need to duplicate. >> I think that the file volume was already supported by containers without >> rootfs if the container path is an absolute path in Line429-437? Yeah, but that is a coincidence case in a 1/4 chance. They are not implemented on purpose. :) > On June 24, 2016, 1:11 a.m., Guangya Liu wrote: > > src/slave/containerizer/mesos/isolators/filesystem/linux.cpp, lines 469-472 > > <https://reviews.apache.org/r/49184/diff/1/?file=1429524#file1429524line469> > > > > What about > > > > return Error( > > "Failed to create the target mount file directory at '" + > > Path(mountPoint).dirname() + "': " + mkdir.error()); Yeah, I will address it. Thanks! - Gilbert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49184/#review139358 ----------------------------------------------------------- On June 23, 2016, 11:28 p.m., Gilbert Song wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49184/ > ----------------------------------------------------------- > > (Updated June 23, 2016, 11:28 p.m.) > > > Review request for mesos, Artem Harutyunyan, Jie Yu, Timothy Chen, and Jiang > Yan Xu. > > > Bugs: MESOS-5697 > https://issues.apache.org/jira/browse/MESOS-5697 > > > Repository: mesos > > > Description > ------- > > Implemented file volume support in mesos containerizer. > > > Diffs > ----- > > src/slave/containerizer/mesos/isolators/filesystem/linux.cpp > adacde191132a7a92c1fdf27ef8a4a41d2afa003 > > Diff: https://reviews.apache.org/r/49184/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Gilbert Song > >
