-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56722/
-----------------------------------------------------------
(Updated June 28, 2017, 3:45 a.m.)
Review request for mesos, Gilbert Song, Jason Lai, and Jie Yu.
Bugs: MESOS-4945
https://issues.apache.org/jira/browse/MESOS-4945
Repository: mesos
Description
-------
Add a new operator API for `PRUNE_IMAGES`.
Diffs
-----
include/mesos/agent/agent.proto 9bac9541acd24e1123ca5dd5925e2a1381d13b4a
include/mesos/v1/agent/agent.proto ea9282cf12fbe1c2ddeaa37223e4811685263734
src/slave/http.hpp b03b728ae5a02760d2edc0691e9f6a871bc5a769
src/slave/http.cpp cbbc1dc27cc90bac8d48cbbc84266c3d87490a3c
src/slave/validation.cpp 85c43cacf1361d269c28a7fe8bd1da8615949ec8
src/tests/api_tests.cpp cdaa72462eac1687185115771265539d8c2b09a9
Diff: https://reviews.apache.org/r/56722/diff/3/
Testing (updated)
-------
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