Activity log for bug #1402046

Date Who What changed Old value New value Message
2014-12-12 20:30:11 Vladimir Kuklin bug added bug
2014-12-12 20:33:32 Vladimir Kuklin description Currently, we are facing issues with neutron ovs agent and GRE tunnels. At least for our Ubuntu version which has 2.0.2 version of kernel module and userspace we can see that packets more than 1458 bytes cannot get through. This happens because for some reason gre tunnels are created with df_inherit and df_default flags set to true. Disabling them fixes the issue completely. It seems we need to apply the patch that sets dont_fragment option to false into agent section of neutron plugins config along with setting df_inherit to false in neutron code. I am not sure if we need to set Centos df_inherit flag to false (as long as I am not sure it exists for OVS 1.10), but it seems we also need to set df_default to false for centos installation. Currently, we are facing issues with neutron ovs agent and GRE tunnels. At least for our Ubuntu version which has 2.0.2 version of kernel module and userspace we can see that packets more than 1458 bytes cannot get through. This happens because for some reason gre tunnels are created with df_inherit and df_default flags set to true. Disabling them fixes the issue completely. It seems we need to apply the patch that sets dont_fragment option to false into agent section of neutron plugins config along with setting df_inherit to false in neutron code. I am not sure if we need to set Centos df_inherit flag to false (as long as I am not sure it exists for OVS 1.10), but it seems we also need to set df_default to false for centos installation. For ubuntu we need to add the same string in /usr/lib/python2.7/dist-packages/neutron/agent/linux/ovs_lib.py 232: vsctl_command.append(("options:df_inherit=%s" % bool(dont_fragment)).lower())
2014-12-12 20:39:57 Vladimir Kuklin fuel: assignee Fuel Library Team (fuel-library)
2014-12-12 20:40:03 Vladimir Kuklin nominated for series fuel/6.0.x
2014-12-12 20:40:03 Vladimir Kuklin bug task added fuel/6.0.x
2014-12-12 20:40:03 Vladimir Kuklin nominated for series fuel/6.1.x
2014-12-12 20:40:03 Vladimir Kuklin bug task added fuel/6.1.x
2014-12-12 20:40:11 Vladimir Kuklin fuel/6.0.x: milestone 6.1 6.0
2014-12-12 20:40:14 Vladimir Kuklin fuel/6.1.x: importance Undecided High
2014-12-12 20:40:17 Vladimir Kuklin fuel/6.1.x: status New Triaged
2014-12-12 20:40:21 Vladimir Kuklin fuel/6.1.x: assignee Fuel Library Team (fuel-library)
2014-12-12 20:40:23 Vladimir Kuklin fuel/6.1.x: milestone 6.1
2014-12-12 20:42:44 OpenStack Infra fuel: status Triaged In Progress
2014-12-12 20:42:44 OpenStack Infra fuel: assignee Fuel Library Team (fuel-library) Vladimir Kuklin (vkuklin)
2014-12-15 16:17:23 Vladimir Kuklin fuel/6.0.x: status In Progress Fix Committed
2014-12-18 16:39:16 Alexander Kurenyshev tags on-verification
2014-12-24 09:52:38 Alexander Kurenyshev fuel/6.0.x: status Fix Committed Fix Released
2014-12-24 09:53:18 Alexander Kurenyshev tags on-verification
2015-04-13 13:58:31 Vladimir Kuklin tags tricky
2015-05-05 09:40:23 Vladimir Kuklin marked as duplicate 1411732