-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69210/#review211013
-----------------------------------------------------------




src/slave/containerizer/mesos/isolators/filesystem/linux.cpp
Line 189 (original), 189 (patched)
<https://reviews.apache.org/r/69210/#comment295866>

    This is a bit weird to me. I'd prefer just add a new optional field in 
ContainerMountInfo


- Jie Yu


On Nov. 17, 2018, 12:49 a.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69210/
> -----------------------------------------------------------
> 
> (Updated Nov. 17, 2018, 12:49 a.m.)
> 
> 
> Review request for mesos, Gilbert Song, Jason Lai, Jie Yu, and Jiang Yan Xu.
> 
> 
> Bugs: MESOS-9319
>     https://issues.apache.org/jira/browse/MESOS-9319
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> After moving the container root filesystem mounts to the
> `filesystem/linux` isolator, these mounts are not logged into the task
> sandbox by the container launcher. Since these logs are not generally
> useful to tasks, and we did't previously emit them, use the `MS_SILENT`
> flag to indicate that they don't need to be logged. Since the kernel
> doesn't use `MS_SILENT` for anything, we can safely use it internally.
> 
> 
> Diffs
> -----
> 
>   src/slave/containerizer/mesos/isolators/filesystem/linux.cpp 
> c7d753ac2e5575a8d687600bfb9e0617fa72c990 
>   src/slave/containerizer/mesos/launch.cpp 
> 882bcdf89e2b0cca3d3f62e6d017849a51ceaead 
> 
> 
> Diff: https://reviews.apache.org/r/69210/diff/9/
> 
> 
> Testing
> -------
> 
> make check (Fedora 28)
> 
> 
> Thanks,
> 
> James Peach
> 
>

Reply via email to