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

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


    from 65d0a44  Added MESOS-9667 to the 1.8.0 CHANGELOG.
     new 0f9f9e7  Fixed a container ID generation issue in the CSI service 
manager.
     new 05a228f  Auto-detect CSI API version to create the proper volume 
manager.
     new 475b5e1  Added MESOS-9624 and MESOS-9626 to the 1.8.0 CHANGELOG.

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:
 CHANGELOG                                          |   2 +
 src/csi/service_manager.cpp                        | 194 ++++++++++++++++-----
 src/csi/service_manager.hpp                        |   1 +
 src/csi/v0_volume_manager.cpp                      |  28 +--
 src/csi/v0_volume_manager.hpp                      |   4 +-
 src/csi/v0_volume_manager_process.hpp              |  10 +-
 src/csi/v1_volume_manager.cpp                      |  28 +--
 src/csi/v1_volume_manager.hpp                      |   4 +-
 src/csi/v1_volume_manager_process.hpp              |  10 +-
 src/csi/volume_manager.cpp                         |  31 ++--
 src/csi/volume_manager.hpp                         |   7 +-
 src/resource_provider/storage/provider.cpp         |  77 +++++---
 .../storage_local_resource_provider_tests.cpp      |   8 +
 13 files changed, 255 insertions(+), 149 deletions(-)

Reply via email to