----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57426/ -----------------------------------------------------------
(Updated March 22, 2017, 5:07 p.m.) Review request for mesos, Anand Mazumdar, Gilbert Song, Jie Yu, and Vinod Kone. Changes ------- Added a comment about the call being synchronous. Bugs: MESOS-2824 https://issues.apache.org/jira/browse/MESOS-2824 Repository: mesos Description ------- New call is intended to be used by operators for asking an agent to pre-fetch a container image for later use. Diffs (updated) ----- include/mesos/agent/agent.proto 9bac9541acd24e1123ca5dd5925e2a1381d13b4a include/mesos/v1/agent/agent.proto ea9282cf12fbe1c2ddeaa37223e4811685263734 src/slave/http.cpp 1ab6f9475af287a6ac09bc615fa466223a52c97d src/slave/slave.hpp e2de66cc5b899b8b9a9ea27cc30f19a9e8fc11fb src/slave/validation.cpp 85c43cacf1361d269c28a7fe8bd1da8615949ec8 src/tests/api_tests.cpp 29ae1bcf660fb0e03af1d2192484c9ec739f3ef6 Diff: https://reviews.apache.org/r/57426/diff/3/ Changes: https://reviews.apache.org/r/57426/diff/2-3/ Testing ------- Added `AgentAPITest.PullContainerImage` test. Ran `make check`. Verified manually by sending a call curl. Thanks, Ilya Pronin