----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64044/ -----------------------------------------------------------
(Updated Dec. 1, 2017, 1:38 a.m.) Review request for mesos, Benjamin Bannier, Jie Yu, Joseph Wu, and Jan Schlicht. Summary (updated) ----------------- Recover controller and node services and clean up unused containers. Repository: mesos Description (updated) ------- The storage local resource provider now scans through the list of plugin containers from `<work_dir>/csi/<csi_type>/<csi_name>/containers/<container_id>`, and kill containers that will no longer in use, then starts up the containers for the controller and node services. Diffs (updated) ----- src/resource_provider/storage/provider.cpp f586afc256fbcb2f2bf2451ffb7e7ba1d59cfa78 Diff: https://reviews.apache.org/r/64044/diff/2/ Changes: https://reviews.apache.org/r/64044/diff/1-2/ Testing (updated) ------- The `prepareControllerService` and `prepareNodeService` functions are moved from r63022. Thanks, Chun-Hung Hsiao
