This is an automated email from the ASF dual-hosted git repository.
grag pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from f284314 Added a scheduler API test for a valid offer constraints
update.
new 68b4810 Fixed a bug in CSI volume manager initialization.
new 5ed30db Added the CSI server to the Mesos agent.
new 4ff5104 Initialized plugins lazily in the CSI server.
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:
src/csi/v0_volume_manager.cpp | 2 +-
src/csi/v1_volume_manager.cpp | 2 +-
src/local/local.cpp | 1 +
src/slave/csi_server.cpp | 403 ++++++++++++++++++++++++++----------------
src/slave/csi_server.hpp | 8 +-
src/slave/main.cpp | 101 +++++++----
src/slave/slave.cpp | 18 ++
src/slave/slave.hpp | 3 +
src/tests/cluster.cpp | 128 ++++++++++----
src/tests/cluster.hpp | 3 +
src/tests/mesos.cpp | 1 +
src/tests/mesos.hpp | 9 +
src/tests/mock_slave.cpp | 7 +
src/tests/mock_slave.hpp | 3 +
14 files changed, 463 insertions(+), 226 deletions(-)