-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68400/
-----------------------------------------------------------
(Updated Aug. 24, 2018, 11:25 p.m.)
Review request for mesos, Chun-Hung Hsiao, Ilya Pronin, Jie Yu, Joseph Wu, and
Jiang Yan Xu.
Bugs: MESOS-5158
https://issues.apache.org/jira/browse/MESOS-5158
Repository: mesos
Description
-------
To manage persistent volumes in the `disk/xfs` isolator we need
to keep track of the block device that hosts a given filesystem
path. Expose the `getDeviceForPath` helper API to directly return
this information.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/xfs/utils.hpp
e269eb5489ceed8937775a30b3420f7960ab4cd4
src/slave/containerizer/mesos/isolators/xfs/utils.cpp
b691c76e94f686e1a866380dca99ef0fa18e2f49
src/tests/containerizer/xfs_quota_tests.cpp
59ec182c1c3af3978156044f03d9e3d784d51fce
Diff: https://reviews.apache.org/r/68400/diff/2/
Changes: https://reviews.apache.org/r/68400/diff/1-2/
Testing
-------
sudo make check (Fedora 28)
Thanks,
James Peach