This is an automated email from the ASF dual-hosted git repository.
gilbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from c272114 Added MESOS-9900 to the CHANGELOG.
new ab74868 Added a new agent flag --allow_chown_docker_volume.
new 8c79ba6 Supported chown docker volumes in the docker volume isolator.
new 67eda69 Added a unit test for the docker volume chown support.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/configuration/agent.md | 12 ++
.../mesos/isolators/docker/volume/isolator.cpp | 17 +++
.../mesos/isolators/docker/volume/isolator.hpp | 1 +
src/slave/flags.cpp | 8 ++
src/slave/flags.hpp | 1 +
.../containerizer/docker_volume_isolator_tests.cpp | 142 +++++++++++++++++++++
6 files changed, 181 insertions(+)