-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55897/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Jiang Yan Xu.
Bugs: MESOS-5116
https://issues.apache.org/jira/browse/MESOS-5116
Repository: mesos
Description
-------
Add XFS disk isolator support for not enforcing disk quotas on
containers. While there is a global filesystem configuration option
to turn off quota enforcement, we should not automatically toggle
that because we don't know why the operator might have changed that
configuration. Instead, we use the soft quota limit to implement
an accounting quota and the hard limit for an enforced quota.
Diffs
-----
src/slave/containerizer/mesos/isolators/xfs/disk.hpp
52f0459421a45b01ce38b17c689633301cd97982
src/slave/containerizer/mesos/isolators/xfs/disk.cpp
dd4df86bf90bfa9cbf4664d89274cf3c64c2e374
src/slave/containerizer/mesos/isolators/xfs/utils.hpp
7602fe3b6ab069db643397418732e773d0417f8a
src/slave/containerizer/mesos/isolators/xfs/utils.cpp
b9d8e7dc999ba3064bee7105eff0f9553d825df8
src/tests/containerizer/xfs_quota_tests.cpp
0fbaddd68af55c51c106962377be20afa599fb97
Diff: https://reviews.apache.org/r/55897/diff/
Testing
-------
sudo make check (Fedora 25)
Thanks,
James Peach