This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from da08b0c  Fixed a compilation issue on Windows with os::spawn.
     new 8a41f00  Added CSI volume type into the `Volume` protobuf message.
     new e5514e9  Updated `CSIPluginInfo` for supporting 3rd party CSI plugins.
     new 4d3c3d7  Introduced a new agent flag `--csi_plugin_config_dir`.
     new d2c84d1  Improved CSI service manager to support unmanaged CSI plugins.

The 4 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/configuration/agent.md                        |  43 +++++++
 include/mesos/csi/types.hpp                        |  40 -------
 include/mesos/csi/types.proto                      |  90 --------------
 include/mesos/mesos.proto                          | 129 ++++++++++++++++++++-
 .../storage/disk_profile_adaptor.hpp               |   4 +-
 include/mesos/type_utils.hpp                       |   6 +
 include/mesos/v1/mesos.proto                       | 129 ++++++++++++++++++++-
 src/CMakeLists.txt                                 |   2 -
 src/Makefile.am                                    |  10 --
 src/common/type_utils.cpp                          |  18 +++
 src/csi/service_manager.cpp                        |  92 ++++++++++++++-
 src/csi/service_manager.hpp                        |  12 +-
 src/csi/state.proto                                |   4 +-
 src/csi/types.cpp                                  |  36 ------
 src/csi/v0_utils.cpp                               |  68 +++++------
 src/csi/v0_utils.hpp                               |  14 ++-
 src/csi/v0_volume_manager.cpp                      |  12 +-
 src/csi/v0_volume_manager.hpp                      |   8 +-
 src/csi/v0_volume_manager_process.hpp              |   8 +-
 src/csi/v1_utils.cpp                               |  68 +++++------
 src/csi/v1_utils.hpp                               |  14 ++-
 src/csi/v1_volume_manager.cpp                      |  12 +-
 src/csi/v1_volume_manager.hpp                      |   8 +-
 src/csi/v1_volume_manager_process.hpp              |   8 +-
 src/csi/volume_manager.hpp                         |   8 +-
 src/examples/test_csi_plugin.cpp                   |   6 +-
 src/resource_provider/state.proto                  |   4 +-
 src/slave/flags.cpp                                |  39 +++++++
 src/slave/flags.hpp                                |   1 +
 src/tests/csi_utils_tests.cpp                      |   1 -
 src/tests/disk_profile_adaptor_tests.cpp           |   6 +-
 31 files changed, 576 insertions(+), 324 deletions(-)
 delete mode 100644 include/mesos/csi/types.hpp
 delete mode 100644 include/mesos/csi/types.proto
 delete mode 100644 src/csi/types.cpp

Reply via email to