This is an automated email from the ASF dual-hosted git repository.
mzhu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from bc5a571 Adopted container file operations for secrets volumes.
new 226a9d8 Added `<<` operator for `ResourceLimits`.
new a567684 Added comments on allocating non-scalar resources in the
allocator.
new 8fd52f1 Moved `class ResourceQuantities` to public header.
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:
include/mesos/allocator/allocator.hpp | 5 +-
.../mesos}/resource_quantities.hpp | 9 ++-
include/mesos/resources.hpp | 6 +-
include/mesos/v1/resources.hpp | 9 ++-
src/Makefile.am | 2 +-
src/common/resource_quantities.cpp | 76 ++++++++++++++--------
src/common/resources.cpp | 4 +-
src/common/resources_utils.cpp | 3 -
src/common/resources_utils.hpp | 7 +-
src/master/allocator/mesos/hierarchical.cpp | 19 ++++--
src/master/allocator/sorter/drf/sorter.hpp | 3 +-
src/master/allocator/sorter/random/sorter.hpp | 3 +-
src/master/master.cpp | 4 +-
src/master/quota.cpp | 2 +-
src/master/validation.cpp | 2 +-
src/tests/hierarchical_allocator_benchmarks.cpp | 4 --
src/tests/hierarchical_allocator_tests.cpp | 4 --
src/tests/resource_quantities_tests.cpp | 6 +-
src/tests/resources_tests.cpp | 5 +-
src/v1/resources.cpp | 4 +-
20 files changed, 90 insertions(+), 87 deletions(-)
rename {src/common => include/mesos}/resource_quantities.hpp (98%)