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 014431e  Updated volume manager to support user specified target path 
root.
     new a3e8fd8  Implemented the framework and `create` method of `volume/csi` 
isolator.
     new 83ae449  Implemented the `prepare` method of `volume/csi` isolator.
     new 17db3a9  Implemented the `cleanup` method of `volume/csi` isolator.
     new 64cd6b8  Implemented the `recover` method of `volume/csi` isolator.
     new 1fb79fe  Enabled the `volume/csi` isolator in `MesosContainerizer`.

The 5 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:
 include/mesos/mesos.proto                          |   8 +-
 include/mesos/v1/mesos.proto                       |   8 +-
 src/CMakeLists.txt                                 |   3 +
 src/Makefile.am                                    |   8 +
 src/common/validation.cpp                          |  12 +
 src/slave/containerizer/containerizer.cpp          |   7 +-
 src/slave/containerizer/containerizer.hpp          |   4 +-
 src/slave/containerizer/mesos/containerizer.cpp    |  10 +-
 src/slave/containerizer/mesos/containerizer.hpp    |   4 +-
 .../mesos/isolators/volume/csi/isolator.cpp        | 546 +++++++++++++++++++++
 .../posix.hpp => volume/csi/isolator.hpp}          |  86 ++--
 .../{docker/volume => volume/csi}/paths.cpp        |  17 +-
 .../{docker/volume => volume/csi}/paths.hpp        |  24 +-
 .../{docker/volume => volume/csi}/state.hpp        |  22 +-
 .../{docker/volume => volume/csi}/state.proto      |  12 +-
 15 files changed, 695 insertions(+), 76 deletions(-)
 create mode 100644 
src/slave/containerizer/mesos/isolators/volume/csi/isolator.cpp
 copy src/slave/containerizer/mesos/isolators/{filesystem/posix.hpp => 
volume/csi/isolator.hpp} (50%)
 copy src/slave/containerizer/mesos/isolators/{docker/volume => 
volume/csi}/paths.cpp (74%)
 copy src/slave/containerizer/mesos/isolators/{docker/volume => 
volume/csi}/paths.hpp (75%)
 copy src/slave/containerizer/mesos/isolators/{docker/volume => 
volume/csi}/state.hpp (65%)
 copy src/slave/containerizer/mesos/isolators/{docker/volume => 
volume/csi}/state.proto (83%)

Reply via email to