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 0f4f3d6 Fixed a comment typo.
new dab9561 Added two metrics for volume gid manager.
new 848c622 Verified volume gid manager's metrics in the related tests.
new 0293cc2 Made volume gid manager allocate & deallocate gid to
non-shared PV.
new 7d78aab Replaced reading mounttable with getting path gid in volume
gid manager.
new d0e13dd Updated ROOT_UNPRIVILEGED_USER_PersistentVolumes to cover
non-shared PV.
new a5b9f6e Updated UNPRIVILEGED_USER_PersistentVolumes to cover
non-shared PV.
The 6 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/monitoring.md | 14 ++++
.../mesos/isolators/filesystem/linux.cpp | 13 ++-
.../mesos/isolators/filesystem/posix.cpp | 13 ++-
src/slave/slave.cpp | 2 +-
.../volume_gid_manager/volume_gid_manager.cpp | 95 +++++++++++++++-------
.../linux_filesystem_isolator_tests.cpp | 55 ++++++++++---
.../containerizer/volume_gid_manager_tests.cpp | 44 ++++++++++
.../volume_sandbox_path_isolator_tests.cpp | 33 ++++++++
src/tests/default_executor_tests.cpp | 26 ++++++
src/tests/persistent_volume_tests.cpp | 56 ++++++++++---
10 files changed, 284 insertions(+), 67 deletions(-)