----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49273/ -----------------------------------------------------------
Review request for mesos, Joshua Cohen and Jie Yu. Repository: mesos Description ------- Uses the same code as the agent uses for chroot'ing on Linux, i.e., pivot_root and setting up /dev etc. Intention is that executors (like Aurora's Thermos) can use it to chroot tasks. Currently, the root path is specified as a flag and the remaining arguments are exec'ed. Joshua has also requested that the root path could be specified as the first arg. @Jie, thoughts? Diffs ----- src/Makefile.am 86c39fdf379ada470c9b1f86be263ef71dc47c41 src/slave/containerizer/mesos-chroot.cpp PRE-CREATION Diff: https://reviews.apache.org/r/49273/diff/ Testing ------- Manual. Thanks, Ian Downes
