> On Feb. 2, 2015, 1:20 p.m., Ian Downes wrote: > > src/slave/containerizer/mesos/containerizer.hpp, lines 221-226 > > <https://reviews.apache.org/r/30510/diff/1/?file=843873#file843873line221> > > > > In my current working code I've added an Option<string> rootfs to > > struct Container. Would that be sufficient? > > Jie Yu wrote: > Sounds good to me! Can you pull this change out and we can commit that > first?
https://reviews.apache.org/r/30628/ - Ian ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30510/#review70617 ----------------------------------------------------------- On Feb. 2, 2015, 10:36 a.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30510/ > ----------------------------------------------------------- > > (Updated Feb. 2, 2015, 10:36 a.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 > ------- > > Allowed Mesos containerizer to prepare and update volumes. > > Mesos containerizer setup volumes for the container. > > > Diffs > ----- > > src/slave/containerizer/mesos/containerizer.hpp > 802988c90ac872b0cefa5e28f06e6fec98e8d032 > src/slave/containerizer/mesos/containerizer.cpp > d712278428889ebdfd598537690138329d8464f0 > > Diff: https://reviews.apache.org/r/30510/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Jie Yu > >