-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56722/
-----------------------------------------------------------
(Updated Oct. 9, 2017, 11:18 p.m.)
Review request for mesos, Gilbert Song, Jason Lai, and Jie Yu.
Changes
-------
Remove `excluded_images` for now since it's too experimental.
Summary (updated)
-----------------
Added a new operator API for `PRUNE_IMAGES`.
Bugs: MESOS-4945
https://issues.apache.org/jira/browse/MESOS-4945
Repository: mesos
Description (updated)
-------
Added a new operator API for `PRUNE_IMAGES`.
Diffs (updated)
-----
include/mesos/agent/agent.proto 7c8c8a7d8298e91e4e002327b3b27d4c74b5cbae
include/mesos/v1/agent/agent.proto 3e199124b23fa027232790d99370fe2f33660096
src/slave/http.hpp 44a95dec4c9b8bb65d712c5538bbd7afffe2cf7b
src/slave/http.cpp 3ea7829df8c1c35d2fa3a44f19a60b7e261042ce
src/slave/validation.cpp a575d88dffd2714447d7780a7433506a6e8c085f
Diff: https://reviews.apache.org/r/56722/diff/5/
Changes: https://reviews.apache.org/r/56722/diff/4-5/
Testing
-------
1. New unit test to trigger the new call.
2. Manually tested that images previous pulled but not running can be purged
through new operator API call while active images (running or being pulled) are
not affected.
Thanks,
Zhitao Li