Activity log for bug #1864822

Date Who What changed Old value New value Message
2020-02-26 09:24:56 Acoss69 bug added bug
2020-02-26 12:14:37 Acoss69 summary Openvswitch Agent - connexion openvswitch DB Broken Openvswitch Agent - Connexion openvswitch DB Broken
2020-02-26 14:51:59 Acoss69 attachment added Entire flow table for br-ex https://bugs.launchpad.net/neutron/+bug/1864822/+attachment/5331253/+files/2020-02-26%2015_37_07-Safeguard%20Desktop%20Player.png
2020-02-26 15:00:32 Acoss69 attachment removed Entire flow table for br-ex https://bugs.launchpad.net/neutron/+bug/1864822/+attachment/5331253/+files/2020-02-26%2015_37_07-Safeguard%20Desktop%20Player.png
2020-02-26 15:06:45 Acoss69 attachment added 2020-02-26 15_37_07-Safeguard Desktop Player.png https://bugs.launchpad.net/neutron/+bug/1864822/+attachment/5331254/+files/2020-02-26%2015_37_07-Safeguard%20Desktop%20Player.png
2020-02-27 13:25:46 YAMAMOTO Takashi tags ovs
2020-02-27 13:28:20 YAMAMOTO Takashi neutron: importance Undecided Medium
2020-02-27 13:28:20 YAMAMOTO Takashi neutron: status New Confirmed
2020-02-28 22:11:33 James Denton bug added subscriber James Denton
2020-04-09 12:39:27 OpenStack Infra neutron: status Confirmed In Progress
2020-04-09 12:39:27 OpenStack Infra neutron: assignee Slawek Kaplonski (slaweq)
2020-05-27 18:08:55 OpenStack Infra neutron: status In Progress Fix Released
2020-05-29 17:08:49 OpenStack Infra tags ovs in-stable-ussuri ovs
2020-06-11 17:27:11 OpenStack Infra tags in-stable-ussuri ovs in-stable-train in-stable-ussuri ovs
2020-06-26 11:01:07 OpenStack Infra tags in-stable-train in-stable-ussuri ovs in-stable-stein in-stable-train in-stable-ussuri ovs
2020-07-07 18:28:45 OpenStack Infra tags in-stable-stein in-stable-train in-stable-ussuri ovs in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs
2020-07-07 21:33:22 OpenStack Infra tags in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs
2021-03-09 17:45:51 Brian Murray bug task added neutron (Ubuntu)
2021-03-09 17:55:27 Brian Murray neutron (Ubuntu): status New Incomplete
2021-03-09 17:55:33 Brian Murray bug added subscriber Brian Murray
2021-03-17 11:35:28 Dan Streetman description Hi all, We have deployed more OpenStack plateform in my company. We used kolla ansible to deploy our plateforms. Here is the configuration that we applied : kolla_base_distro: "centos" kolla_install_type : "binary" openstack_version : "stein" Neutron architecture : HA l3 enable DVR enable SNAT Enabled multiple vlan provider : True Note: Our plateforms are multi-region Recently, we have upgraded a master region from rocky to stein with kolla ansible upgrade procedure. Since ugrade, sometimes openvswitch agent lost connexion to ovsdb. We have found this error in neutron-openvswitch-agent.log : "tcp:127.0.0.1:6640: send error: Broken pipe". And we have found this errors in ovsdb-server.log : 2020-02-24T23:13:22.644Z|00009|reconnect|ERR|tcp:127.0.0.1:50260: no response to inactivity probe after 5 seconds, disconnecting 2020-02-25T04:10:55.893Z|00010|reconnect|ERR|tcp:127.0.0.1:58544: no response to inactivity probe after 5 seconds, disconnecting 2020-02-25T07:21:12.301Z|00011|reconnect|ERR|tcp:127.0.0.1:34918: no response to inactivity probe after 5 seconds, disconnecting 2020-02-25T09:21:45.533Z|00012|reconnect|ERR|tcp:127.0.0.1:37782: no response to inactivity probe after 5 seconds, disconnecting When we experience this issue, all "NORMAL" type flows inside br-ex doesn't get out. Example of flows stuck: (neutron-openvswitch-agent)[root@cnp69s12p07 /]# ovs-ofctl dump-flows br-ex | grep NORMAL cookie=0x7adbd675f988912b, duration=72705.077s, table=0, n_packets=185, n_bytes=16024, idle_age=65534, hard_age=65534, priority=0 actions=NORMAL cookie=0x7adbd675f988912b, duration=72695.007s, table=2, n_packets=11835702, n_bytes=5166123797, idle_age=0, hard_age=65534, priority=4,in_port=5,dl_vlan=1 actions=mod_vlan_vid:12,NORMAL cookie=0x7adbd675f988912b, duration=72694.928s, table=2, n_packets=4133243, n_bytes=349654412, idle_age=0, hard_age=65534, priority=4,in_port=5,dl_vlan=9 actions=mod_vlan_vid:18,NORMAL Workaround to solve this issue: - stop openvswitch_db openvswitch_vswitchd neutron_openvswitch_agent neutron_l3_agent (containers) - start containers: openvswitch_db openvswitch_vswitchd - start neutron_l3_agent neutron_openvswitch_agent Note: we have keep ovs connection timeout options by default : - of_connect_timeout: 300 - of_request_timeout: 300 - of_inactivity_probe: 10 Thank you in advance for your help. (For SRU template, please see bug 1869808, as the SRU info there applies to this bug also) Hi all, We have deployed more OpenStack plateform in my company. We used kolla ansible to deploy our plateforms. Here is the configuration that we applied : kolla_base_distro: "centos" kolla_install_type : "binary" openstack_version : "stein" Neutron architecture : HA l3 enable DVR enable SNAT Enabled multiple vlan provider : True Note: Our plateforms are multi-region Recently, we have upgraded a master region from rocky to stein with kolla ansible upgrade procedure. Since ugrade, sometimes openvswitch agent lost connexion to ovsdb. We have found this error in neutron-openvswitch-agent.log : "tcp:127.0.0.1:6640: send error: Broken pipe". And we have found this errors in ovsdb-server.log : 2020-02-24T23:13:22.644Z|00009|reconnect|ERR|tcp:127.0.0.1:50260: no response to inactivity probe after 5 seconds, disconnecting 2020-02-25T04:10:55.893Z|00010|reconnect|ERR|tcp:127.0.0.1:58544: no response to inactivity probe after 5 seconds, disconnecting 2020-02-25T07:21:12.301Z|00011|reconnect|ERR|tcp:127.0.0.1:34918: no response to inactivity probe after 5 seconds, disconnecting 2020-02-25T09:21:45.533Z|00012|reconnect|ERR|tcp:127.0.0.1:37782: no response to inactivity probe after 5 seconds, disconnecting When we experience this issue, all "NORMAL" type flows inside br-ex doesn't get out. Example of flows stuck: (neutron-openvswitch-agent)[root@cnp69s12p07 /]# ovs-ofctl dump-flows br-ex | grep NORMAL  cookie=0x7adbd675f988912b, duration=72705.077s, table=0, n_packets=185, n_bytes=16024, idle_age=65534, hard_age=65534, priority=0 actions=NORMAL  cookie=0x7adbd675f988912b, duration=72695.007s, table=2, n_packets=11835702, n_bytes=5166123797, idle_age=0, hard_age=65534, priority=4,in_port=5,dl_vlan=1 actions=mod_vlan_vid:12,NORMAL  cookie=0x7adbd675f988912b, duration=72694.928s, table=2, n_packets=4133243, n_bytes=349654412, idle_age=0, hard_age=65534, priority=4,in_port=5,dl_vlan=9 actions=mod_vlan_vid:18,NORMAL Workaround to solve this issue: - stop openvswitch_db openvswitch_vswitchd neutron_openvswitch_agent neutron_l3_agent (containers) - start containers: openvswitch_db openvswitch_vswitchd - start neutron_l3_agent neutron_openvswitch_agent Note: we have keep ovs connection timeout options by default : - of_connect_timeout: 300 - of_request_timeout: 300 - of_inactivity_probe: 10 Thank you in advance for your help.
2021-03-18 15:35:17 Łukasz Zemczak neutron (Ubuntu Bionic): status New Fix Committed
2021-03-18 15:35:19 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2021-03-18 15:35:22 Łukasz Zemczak bug added subscriber SRU Verification
2021-03-18 15:35:26 Łukasz Zemczak tags in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs verification-needed verification-needed-bionic
2021-04-07 10:17:56 Edward Hope-Morley tags in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs verification-needed verification-needed-bionic in-stable-queens in-stable-rocky in-stable-stein in-stable-train in-stable-ussuri ovs verification-done verification-done-bionic
2021-04-08 09:00:31 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2021-04-08 09:05:26 Launchpad Janitor neutron (Ubuntu Bionic): status Fix Committed Fix Released
2021-10-12 12:01:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~hopem/ubuntu/+source/neutron/+git/neutron/+merge/410051