This is an automated email from the ASF dual-hosted git repository.
chhsiao pushed a change to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 0baa382 Added MESOS-9667 to the 1.8.0 CHANGELOG.
new 315340f Fixed a container ID generation issue in the CSI service
manager.
new 20f076b Auto-detect CSI API version to create the proper volume
manager.
new f6159cb 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(-)