----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75141/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently the device manager has no means of recovering its state after an agent restarts. This patch aims to add a protobuf definition to let the device manager have a checkpoint file that it can use to recover each cgroup's device access state. Diffs ----- src/Makefile.am 5b91319d6be1aac65cd3b6a77df643c374b2541f src/slave/containerizer/device_manager/state.hpp PRE-CREATION src/slave/containerizer/device_manager/state.proto PRE-CREATION Diff: https://reviews.apache.org/r/75141/diff/1/ Testing ------- In later patches of the stack, this protobuf definiton worked to let us recover the device manager state. Thanks, Jason Zhou