----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75116/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently, CgroupDeviceAccess instances can be directly constructed without verifying that its allow and deny lists are normalized. To codify our normalization constraints, CgroupDeviceAccess can now only be created with a create() helper. Diffs ----- src/slave/containerizer/device_manager/device_manager.hpp 7c8523d8bdddb8e95c47e1812b48520296680ad6 src/slave/containerizer/device_manager/device_manager.cpp 4c9b86393f0809e08d79b6354940826bd56116f2 src/tests/device_manager_tests.cpp 54d464e97c8fd179128239a6757b16dfa0147c54 Diff: https://reviews.apache.org/r/75116/diff/1/ Testing ------- Refactored existing tests to use create(), tests pass. Thanks, Jason Zhou
