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 c78dc33  Added interface for the CSI server.
     new 38ba191  Added support for secrets to the CSI volume managers.
     new fe0cd02  Added implementation of the CSI server.

The 2 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/CMakeLists.txt                    |   1 +
 src/Makefile.am                       |   2 +
 src/csi/state.proto                   |   6 +
 src/csi/v0_volume_manager.cpp         | 103 +++++++-
 src/csi/v0_volume_manager.hpp         |   5 +-
 src/csi/v0_volume_manager_process.hpp |  13 +-
 src/csi/v1_volume_manager.cpp         |  96 ++++++-
 src/csi/v1_volume_manager.hpp         |   5 +-
 src/csi/v1_volume_manager_process.hpp |  13 +-
 src/csi/volume_manager.cpp            |  21 +-
 src/csi/volume_manager.hpp            |   5 +-
 src/slave/csi_server.cpp              | 455 ++++++++++++++++++++++++++++++++++
 src/slave/csi_server.hpp              |   8 +-
 13 files changed, 711 insertions(+), 22 deletions(-)
 create mode 100644 src/slave/csi_server.cpp

Reply via email to