-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66001/
-----------------------------------------------------------
(Updated March 20, 2018, 2:35 p.m.)
Review request for mesos and James Peach.
Bugs: MESOS-6575
https://issues.apache.org/jira/browse/MESOS-6575
Repository: mesos
Description (updated)
-------
New Flags for disk/xfs isolator:
- xfs_kill_containers - This will create a 10 MB buffer between the soft
and hard limits, and when the soft limit is exceeded it will
subsequently be killed.
Functionality
- This by default disabled behavior allows for the `disk/xfs` isolator
to kill containers which surpass their limit.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/xfs/disk.hpp
07e68a777aefba4dd35066f2eb207bba7f199d83
src/slave/containerizer/mesos/isolators/xfs/disk.cpp
8d9f8f846866f9de377c59cb7fb311041283ba70
src/slave/containerizer/mesos/isolators/xfs/utils.hpp
e034133629a9c1cf58b776f8da2a93421332cee0
src/slave/containerizer/mesos/isolators/xfs/utils.cpp
2708524add1ff693b616d4fb241c4a0a3070520b
src/slave/flags.hpp 0c67bf214ceb93ae7ff088bec2648fa26ddac59e
src/slave/flags.cpp 962b07c1d701f4ab819b14730fbc116b981433bb
Diff: https://reviews.apache.org/r/66001/diff/8/
Changes: https://reviews.apache.org/r/66001/diff/7-8/
Testing
-------
Thanks,
Harold Dost