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

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


    from 155a72a  Added MESOS-9419 to the 1.7.1 CHANGELOG.
     new 4140b73  Changed the semantics of `CREATE_DISK` and `DESTROY_DISK` 
operations.
     new 55ff737  Added profiles to storage pools in tests for `CREATE_DISK`.
     new 37d6a22  Rewrote test `ReconcileDroppedOperation` for `CREATE_DISK`.
     new b704e49  Rewrote test `ConvertPreExistingVolume` for `CREATE_DISK`.
     new 1c7be01  Implemented the new `CREATE_DISK`/`DESTROY_DISK` semantics in 
SLRP.
     new 27b400e  Added validation for 
`Offer.Operation.CreateDisk.target_profile`.
     new 0ae89dc  Cleaned up `include/mesos/type_utils.hpp`.
     new 9d32259  Checkpointed creation parameters for CSI volumes.
     new f54285c  Added MESOS-9275 to the 1.7.1 CHANGELOG.

The 9 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                                          |   1 +
 include/mesos/mesos.proto                          |  46 ++-
 include/mesos/type_utils.hpp                       |  46 ++-
 include/mesos/v1/mesos.hpp                         |  27 +-
 include/mesos/v1/mesos.proto                       |  46 ++-
 src/csi/state.proto                                |   6 +
 src/csi/utils.hpp                                  |   8 +
 src/master/validation.cpp                          |   6 +
 src/resource_provider/storage/provider.cpp         | 272 ++++++++---------
 .../storage/uri_disk_profile_adaptor.cpp           |  26 +-
 src/tests/api_tests.cpp                            |  12 +-
 src/tests/master_tests.cpp                         |   6 +-
 src/tests/master_validation_tests.cpp              |  44 ++-
 src/tests/mesos.hpp                                |  22 +-
 src/tests/operation_reconciliation_tests.cpp       |  11 +-
 src/tests/resource_provider_manager_tests.cpp      |   2 +-
 .../storage_local_resource_provider_tests.cpp      | 322 ++++++++++-----------
 17 files changed, 488 insertions(+), 415 deletions(-)

Reply via email to