----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70217/ -----------------------------------------------------------
(Updated March 28, 2019, 7:57 a.m.) Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht. Changes ------- Rebased. Bugs: MESOS-9622 https://issues.apache.org/jira/browse/MESOS-9622 Repository: mesos Description ------- This patch introduces methods for volume creation, validation and deletion that conform to `VolumeManager`'s public interface in SLRP, and cleans up SLRP based on these functions. They will be moved out from SLRP to v0 `VolumeManager` later. Specifically, volume deletion now supports deleting untracked volumes. Diffs (updated) ----- src/resource_provider/storage/provider.cpp 2711503cdb58cb9b34af8c9fad0908c5f788a2af src/resource_provider/storage/provider_process.hpp a5536b3d735e01eb1c4dc52d0602d973155f3c93 Diff: https://reviews.apache.org/r/70217/diff/7/ Changes: https://reviews.apache.org/r/70217/diff/6-7/ Testing ------- make check Thanks, Chun-Hung Hsiao