----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51171/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Benjamin Mahler, Artem Harutyunyan, Jie Yu, Kevin Klues, and Vinod Kone. Repository: mesos Description ------- Currently, the provisioner is constructed in mesos containerizer create as an 'owned' pointer. However, if we want to support image volumes as a isolator, the volume/image isolator needs the provisioner object. We have to make sure the provisioner is singliton and reachable in both mesos containerizer and the isolator. Diffs ----- src/slave/containerizer/mesos/provisioner/provisioner.hpp 8f378f6fea3fa4b6d1b7d079c7f280790b30589e src/slave/containerizer/mesos/provisioner/provisioner.cpp ad19feccf08112f94d6514a134963c54ca541e88 src/tests/containerizer/mesos_containerizer_tests.cpp 4a49247a8b8c6995535a865266f85f2aa31fb4de Diff: https://reviews.apache.org/r/51171/diff/ Testing ------- make check Thanks, Gilbert Song
