----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42888/ -----------------------------------------------------------
Review request for mesos, Artem Harutyunyan and Joris Van Remoortere. Repository: mesos Description ------- Used absolute paths for excludes paths in posix disk isolator. We should consistently use absolute paths for excludes paths in disk isolator, otherwise, it's possible that some other paths under the directory matches the relative path, causing incorrect disk usage being reported. Diffs ----- src/slave/containerizer/mesos/isolators/posix/disk.hpp 5607c0f43084f491e4927f5c6ec283210aa5f355 src/slave/containerizer/mesos/isolators/posix/disk.cpp d5bf8c10b9cfb360a7856144d59ce89060de5c99 Diff: https://reviews.apache.org/r/42888/diff/ Testing ------- sudo make check Thanks, Jie Yu
