-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54213/
-----------------------------------------------------------
(Updated Dec. 15, 2016, 9:52 a.m.)
Review request for mesos, Artem Harutyunyan, Jie Yu, Qian Zhang, and Zhitao Li.
Changes
-------
rebase
Bugs: MESOS-6001
https://issues.apache.org/jira/browse/MESOS-6001
Repository: mesos
Description
-------
This issue is similar to MESOS-6000. We use the same solution
(using symlinks) to resolve many-layer image issue with aufs
backend.
Diffs (updated)
-----
src/slave/containerizer/mesos/provisioner/backends/aufs.cpp
c92c6c7174421158b9190ed0bfb00c1c97ef0f7b
src/tests/containerizer/provisioner_backend_tests.cpp
727bf645dd9337a94f098ab0a816b7e0e0651083
Diff: https://reviews.apache.org/r/54213/diff/
Testing
-------
make check
Tested by the new unit test `ROOT_AUFS_AufsBackendWithManyLayers` (see the
following patch).
Manually tested using a 37-layer image `gilbertsong/cirros:34`. It failed
before the fix, and it passed after the fix.
Thanks,
Gilbert Song