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 d2c84d1  Improved CSI service manager to support unmanaged CSI plugins.
     new 8d54518  Enabled pre-provisioned volumes in the volume manager.
     new c63797c  Set the readonly field in the CSI volume manager.
     new c78dc33  Added interface for 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/state.proto                   |  8 +++
 src/csi/v0_volume_manager.cpp         | 99 +++++++++++++++++++++++++++--------
 src/csi/v0_volume_manager.hpp         |  5 +-
 src/csi/v0_volume_manager_process.hpp |  8 ++-
 src/csi/v1_volume_manager.cpp         | 99 +++++++++++++++++++++++++++--------
 src/csi/v1_volume_manager.hpp         |  5 +-
 src/csi/v1_volume_manager_process.hpp |  8 ++-
 src/csi/volume_manager.hpp            | 18 +++++--
 src/slave/csi_server.hpp              | 90 +++++++++++++++++++++++++++++++
 9 files changed, 287 insertions(+), 53 deletions(-)
 create mode 100644 src/slave/csi_server.hpp

Reply via email to