----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39415/ -----------------------------------------------------------
(Updated Oct. 29, 2015, 12:11 a.m.) Review request for mesos, Ian Downes and Jie Yu. Changes ------- Address review comments and rebase Repository: mesos Description ------- When we enable --egress_unique_flow_per_container, we need to install an fq_codel qdisc on root, but if a qdisc already exists on root, we should not continue since it could be not fq_codel at all, so just exit with error. Diffs (updated) ----- src/slave/containerizer/mesos/isolators/network/port_mapping.cpp 1911ba6518190cbff6d72b56aaa477d508dbd391 Diff: https://reviews.apache.org/r/39415/diff/ Testing ------- Manual tests, with a pre-installed HTB qdisc and without. Thanks, Cong Wang
