Friday, 2021-11-26

opendevreviewliuyulong proposed openstack/neutron-specs master: Add spec for elastic snat  https://review.opendev.org/c/openstack/neutron-specs/+/77054000:27
opendevreviewDr. Jens Harbott proposed openstack/neutron master: Move ARM64 jobs to the corresponding zuul queue  https://review.opendev.org/c/openstack/neutron/+/81926406:57
ykarelovn jobs are broken https://bugs.launchpad.net/neutron/+bug/195239307:05
fricklerykarel: that's why I asked for reviews on https://review.opendev.org/c/openstack/devstack/+/806858 . can you find a fix, otherwise we can also revert for now?07:11
ykarelfrickler, /me preparing patch07:11
ykarelto use sudo conditionally07:11
ykarelfrickler, https://review.opendev.org/c/openstack/devstack/+/81940207:17
opendevreviewyatin proposed openstack/neutron master: Move ARM64 jobs to the corresponding zuul queue  https://review.opendev.org/c/openstack/neutron/+/81926407:41
opendevreviewSlawek Kaplonski proposed openstack/ovn-octavia-provider master: Fix functional tests job  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/81937707:59
fricklerykarel: commented with a possibly simpler solution. otherwise you'd have at least to use a namespaced var like OVN_SUDO08:07
ykarelfrickler, ok got it, will update as ot08:09
ykarelfrickler, updated https://review.opendev.org/c/openstack/devstack/+/81940208:15
fricklerykarel: thx, lgtm, would it make sense to test this in neutron with a depends-on patch?08:26
ykarelfrickler, yes already running with it https://zuul.openstack.org/status#81926408:27
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: Log console output for mac_learning tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81941008:45
opendevreviewRodolfo Alonso proposed openstack/neutron master: Improve DHCP RPC handler  https://review.opendev.org/c/openstack/neutron/+/81685009:06
masterpe[m]Hi good morning. After a reboot of a network node that is running Ussuri and installed via OSA. Of the linuxbridge agent the rootwrap  is not working, The last log of the agent is: "Interface vxlan-1 not found in namespace None get_link_id" The log is in debug mode. What can I do to troubleshoot this?09:39
ralonsohmasterpe[m], the VXLAN VTEP is not present in the host, the agent won't continue running if the tunnelled interface, needed to communicate with other hosts, is not present09:47
ralonsohyou need to create this interface09:47
masterpe[m]neutron-linuxbridge-agent is responible in creating that interface. For example vxlan-2 is there.09:50
opendevreviewRodolfo Alonso proposed openstack/neutron master: Add "quota-check-limit" extension to OVN extension list  https://review.opendev.org/c/openstack/neutron/+/81941409:54
ralonsohmasterpe[m], do you have the full logs?09:55
masterpe[m]ralonsoh: https://gist.github.com/mpiscaer/f01eb96ae1511b34bb6ec80bc48352bc09:57
ralonsohmasterpe[m], and that's all? do you know in the LB agent where this is called?10:02
masterpe[m]this was only from the neutron-linuxbridge-agent10:02
ralonsohit doesn't make any sense10:03
ralonsohInterface mappings: {'lbaas': 'bond0.1424', 'vlan': 'br-vlan'}10:03
ralonsohthere you don't have vxlan-110:03
ralonsohanyway, this is for vlan, not vxlan10:07
ralonsohbut if you have vxlan, then you need to have a local_ip10:08
ralonsohthe agent tries to find the interface attached to this local_ip10:08
ralonsohI don't know how did you reach that 10:08
opendevreviewliuyulong proposed openstack/neutron master: Meter flows and ovsdb action for ovs bridge  https://review.opendev.org/c/openstack/neutron/+/81680010:15
opendevreviewliuyulong proposed openstack/neutron master: Support pps limitation for openvswitch agent  https://review.opendev.org/c/openstack/neutron/+/81680210:15
opendevreviewliuyulong proposed openstack/neutron master: Fullstack tests of packet rate limit for ovs qos driver  https://review.opendev.org/c/openstack/neutron/+/81941810:15
masterpe[m]ralonsoh: thanks anyway10:16
opendevreviewRodolfo Alonso proposed openstack/neutron master: Change signature of "sqlalchemy.events.ConnectionEvents.before_execute"  https://review.opendev.org/c/openstack/neutron/+/81942010:27
opendevreviewRodolfo Alonso proposed openstack/neutron master: Change signature of "sqlalchemy.events.ConnectionEvents.before_execute"  https://review.opendev.org/c/openstack/neutron/+/81942010:31
opendevreviewRodolfo Alonso proposed openstack/neutron stable/xena: [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs  https://review.opendev.org/c/openstack/neutron/+/81943912:30
opendevreviewRodolfo Alonso proposed openstack/neutron stable/wallaby: [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs  https://review.opendev.org/c/openstack/neutron/+/81944012:30
opendevreviewRodolfo Alonso proposed openstack/neutron stable/victoria: [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs  https://review.opendev.org/c/openstack/neutron/+/81944112:31
opendevreviewRodolfo Alonso proposed openstack/neutron stable/ussuri: [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs  https://review.opendev.org/c/openstack/neutron/+/81944212:32
opendevreviewRodolfo Alonso proposed openstack/neutron stable/train: [OVS][FW] Initialize ConjIdMap._max_id depending on the current OFs  https://review.opendev.org/c/openstack/neutron/+/81944312:32
opendevreviewOleg Bondarev proposed openstack/neutron master: Add Local IP L2 extension flows  https://review.opendev.org/c/openstack/neutron/+/81510213:06
opendevreviewOleg Bondarev proposed openstack/neutron master: Allow to use static Local IP openflow rules  https://review.opendev.org/c/openstack/neutron/+/81739913:06
masterpe[m]Who is responseble to recreate the vxlan-1 interface in a neutron-linuxbridge-agent after a reboot of the node? Neutron or systemd?13:26
ralonsohmasterpe[m], what is vxlan-1? the vxlan interface?13:27
ralonsohif yes, then this should be the administrator13:28
ralonsohthis is part of the pre deployment, before executing neutron13:28
ralonsoh(the agent)13:28
masterpe[m]When a customer creates a tentant network that is based on vxlan at first creation Neutron creates a bridge and a vxlan interface for the interconnection between the hosts.13:34
ralonsohmasterpe[m], again, where the LB agent is failing? Where is the exception?13:37
masterpe[m]If I know that, but I can not find a error.13:38
ralonsohso then?13:38
ralonsohthis debug log you sent me before13:38
ralonsohhas only a line saying the interface does not exits13:39
ralonsohthat happens when the bridge is still not created13:39
ralonsohhere: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py#L32613:39
ralonsohthat doesn't mean the LB agent is failing13:39
masterpe[m]I was able to reproduce it after a good working network I did :... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/ShQYxPEzwOlcBccxpqDTvVXg)13:43
masterpe[m]That why I asked who creates the interfaces after a reboot13:44
ralonsohthis interface is created by Neutron13:46
ralonsohdo you have an exception?13:46
masterpe[m]no13:46
ralonsohso then the agent is not failing13:47
*** ykarel is now known as ykarel|away13:47
ykarel|awayfrickler, https://review.opendev.org/c/openstack/devstack/+/819402 good to go now14:05
opendevreviewLajos Katona proposed openstack/neutron-tempest-plugin master: Add tap-as-a-service scenario tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81487614:06
opendevreviewLajos Katona proposed openstack/neutron-tempest-plugin master: Add tap-as-a-service scenario tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81487614:14
opendevreviewMerged openstack/neutron stable/ussuri: ovn: Filter ACL columns when syncing the DB  https://review.opendev.org/c/openstack/neutron/+/81847419:50
opendevreviewMerged openstack/networking-ovn stable/train: [OVN] Set NB/SB "connection" inactivity probe  https://review.opendev.org/c/openstack/networking-ovn/+/81230420:39
opendevreviewMerged openstack/networking-ovn stable/train: Fix race condition retrieving logical router rows  https://review.opendev.org/c/openstack/networking-ovn/+/81082020:51
opendevreviewMerged openstack/neutron stable/victoria: ovn: Filter ACL columns when syncing the DB  https://review.opendev.org/c/openstack/neutron/+/81847321:41

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!