-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56889/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-6563
https://issues.apache.org/jira/browse/MESOS-6563
Repository: mesos
Description
-------
`LinuxFilesystemIsolator` now sets ownership and permissions of the newly
created relative host path to match the absolute container path.
Diffs
-----
src/slave/containerizer/mesos/isolators/filesystem/linux.cpp
ae0031d8d8d6dfe0334b605fbb85e83de88ab436
src/tests/containerizer/linux_filesystem_isolator_tests.cpp
c27335731924509632ec96cc01a4b4415f108a30
Diff: https://reviews.apache.org/r/56889/diff/
Testing
-------
Added permissions and ownerchip check to
`LinuxFilesystemIsolatorTest.ROOT_VolumeFromSandbox`. Ran `make check`.
Thanks,
Ilya Pronin