> On Nov. 2, 2016, 1:22 p.m., Jie Yu wrote: > > src/slave/containerizer/mesos/provisioner/backends/copy.cpp, lines 158-159 > > <https://reviews.apache.org/r/53115/diff/4/?file=1550698#file1550698line158> > > > > This sounds pretty hacky to me. What if there are multiple 'rootfs' > > along the path? > > > > Can you use 'layer' to calculate the relative path?
Sorry, my bad. Yes, I should definitely use `layer` here. - Qian ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53115/#review154513 ----------------------------------------------------------- On Nov. 1, 2016, 2:44 p.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53115/ > ----------------------------------------------------------- > > (Updated Nov. 1, 2016, 2:44 p.m.) > > > Review request for mesos and Jie Yu. > > > Bugs: MESOS-6360 > https://issues.apache.org/jira/browse/MESOS-6360 > > > Repository: mesos > > > Description > ------- > > Implemented handling AUFS whiteouts for copy backend. > > > Diffs > ----- > > src/slave/containerizer/mesos/provisioner/backends/copy.cpp > 9c5354e5fea488618ebdecf0aef9dd2fce555d20 > > Diff: https://reviews.apache.org/r/53115/diff/ > > > Testing > ------- > > make check. > > > Thanks, > > Qian Zhang > >
