Wednesday, 2023-09-06

opendevreviewliuyulong proposed openstack/neutron master: Add basical functionalities for metadata path extension  https://review.opendev.org/c/openstack/neutron/+/88153504:59
opendevreviewliuyulong proposed openstack/neutron master: Add metadata path extension openflows  https://review.opendev.org/c/openstack/neutron/+/88809704:59
opendevreviewliuyulong proposed openstack/neutron master: Fullstack case for metadata path  https://review.opendev.org/c/openstack/neutron/+/88809804:59
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3 scheduler: calculate load of chassis per priority  https://review.opendev.org/c/openstack/neutron/+/89365307:06
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: reschedule lower priorities  https://review.opendev.org/c/openstack/neutron/+/89365407:06
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: reschedule priorities on new chassis  https://review.opendev.org/c/openstack/neutron/+/89365507:06
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3 router scheduler: reproduce scheduling issue  https://review.opendev.org/c/openstack/neutron/+/89365607:06
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: implement caching for Scheduler  https://review.opendev.org/c/openstack/neutron/+/89365707:06
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: try to keep routers at current chassis  https://review.opendev.org/c/openstack/neutron/+/89365807:06
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: value the higher priorities when scheduling  https://review.opendev.org/c/openstack/neutron/+/89365907:06
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Cover the use case of a member non existing  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89383908:08
opendevreviewLajos Katona proposed openstack/python-neutronclient master: OSC: Remove VPNAAS V2 calls to neutronclient  https://review.opendev.org/c/openstack/python-neutronclient/+/88672908:20
opendevreviewLajos Katona proposed openstack/python-neutronclient master: OSC: Remove FWAAS V2 calls to neutronclient  https://review.opendev.org/c/openstack/python-neutronclient/+/88062908:23
opendevreviewLajos Katona proposed openstack/python-neutronclient master: OSC: Remove SFC V2 calls to neutronclient  https://review.opendev.org/c/openstack/python-neutronclient/+/88738808:25
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3 router scheduler: reproduce scheduling issue  https://review.opendev.org/c/openstack/neutron/+/89365608:31
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: implement caching for Scheduler  https://review.opendev.org/c/openstack/neutron/+/89365708:31
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: try to keep routers at current chassis  https://review.opendev.org/c/openstack/neutron/+/89365808:31
opendevreviewFelix Huettner proposed openstack/neutron master: ovn-l3: value the higher priorities when scheduling  https://review.opendev.org/c/openstack/neutron/+/89365908:31
opendevreviewRodolfo Alonso proposed openstack/ovn-octavia-provider master: Bump Neutron and neutron-lib versions  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89385810:39
opendevreviewRodolfo Alonso proposed openstack/neutron stable/zed: DNM testing functional tests  https://review.opendev.org/c/openstack/neutron/+/89385910:41
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: [CI] Bump OVS_BRANCH in ovs/ovn source deploy jobs  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89386010:44
felixhuettner[m]i currently see a lot of functional tests failing in the ci at the test test_add_tc_filter_policy with the message pyroute2.netlink.exceptions.NetlinkError: (95, 'Operation not supported')11:02
felixhuettner[m]is there anything known about that?11:02
ralonsohfelixhuettner[m], that is in stable branches11:08
ralonsohI've sent a patch 30 mins ago to test it11:08
ralonsoh^^^11:08
ralonsoh--> https://review.opendev.org/c/openstack/neutron/+/89385911:08
felixhuettner[m]ok, thank you11:11
felixhuettner[m]allthough i also see it here against master11:15
felixhuettner[m]https://zuul.opendev.org/t/openstack/build/0b4905d3b4bf41e9831b8556c8636a5611:15
ykarel:q11:18
ralonsohmaster too? ok11:21
ralonsohI'll open a LP right now and check what is happening11:21
felixhuettner[m]ok, thanks11:27
nkshirsa_hi ralonsoh o/11:36
ralonsohhi11:36
nkshirsa_I just saw your comment on https://bugs.launchpad.net/neutron/+bug/1948466 .. so in the bug you've mentioned "ensure the check behaves correctly, and try another run with dhcp_options['subnet'] = {}" .. 11:36
nkshirsa_but when I do that (by hardcoding it to {} before the check, that unit test fails.. 11:36
ralonsohto be honest, I didn't write this description11:37
nkshirsa_I also tried not hardcoding it in the code, and changing the unit test like https://pastebin.com/b2rhPsDB but same issue.. 11:37
ralonsohif that is needed (that I don't think so), then the test is changes11:38
ralonsohchanged*11:38
ralonsohso it is needed to refactor the test11:38
nkshirsa_but the patch handles empty directory so, how do we test the patch .. don't you think we need to test the patch itself .. 11:38
ralonsohok, now I get that11:38
nkshirsa_:-)11:38
nkshirsa_i understand its a one liner and simple change, but if i actually hardcode it to {} , we get a failing unit test.. so .. how do we ensure the patch doesnt break anything in neutron.. 11:39
ralonsohthe issue is that dhcp_options['subnet'] was before always a dictionary11:39
ralonsohand now it could be None11:39
ralonsohthis is the rationale of the change in https://review.opendev.org/c/openstack/neutron/+/815280/2/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py#196911:39
ralonsohthat's all11:39
nkshirsa_i understand. but the LP bug needs verification by testing those proposed packages and marking those flags to verified11:40
nkshirsa_will you be able to do that?11:40
ralonsohin Neutron we have verified that with the UTs11:40
ralonsohwhat else do you expect?11:40
nkshirsa_but.. none of the UTs are actually sending {}11:41
nkshirsa_so how is that patch being actually tested and verified..11:41
ralonsohok in that case, if you feel the UT coverage is not enough, please feel free to send a UT11:42
nkshirsa_after the patch, the if condition will handle None as well as {} , so handling the empty directory is the new thing in the patch, right?11:42
nkshirsa_ralonsoh, i am OK with any idea you have to mark the proposed package as verified.  11:42
ralonsohso please, send a patch adding this UT11:43
nkshirsa_its not necessary to send a new UT if you are sure and can show some results on the LP bug that will get the packages to focal-updates , from proposed. the bug is actually blocked on the reporter to test and change those flags to verified11:43
nkshirsa_but if you like, i can try to send a new UT too.. but when i changed the existing UT to https://pastebin.com/b2rhPsDB  it does not pass.. i am not sure how to actually test with empty directory from the UT if this is incorrect 11:44
ralonsohI can't show you any result without a UT. The change was trivial although a UT was missing11:44
nkshirsa_yes but what is incorrect about this UT - i am attempting to send an empty directory in it11:45
nkshirsa_https://pastebin.com/b2rhPsDB11:45
ralonsohagain, if the conditions change, the test too11:45
ralonsohso please, propose a UT11:45
ralonsohif not, I'll do it but on Friday11:46
ralonsohnot today11:46
nkshirsa_ack thank you 11:46
*** bauzas_ is now known as bauzas12:01
opendevreviewRodolfo Alonso proposed openstack/ovn-octavia-provider master: Bump Neutron and neutron-lib versions  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89385812:56
haleybralonsoh: i had sent a test patch for the zed gate last night too, https://review.opendev.org/c/openstack/neutron/+/893807 for the tc failure, of course it passed, but must be a race. and i see you beat me to filing the bug :)12:57
ralonsohhaleyb, this is also failing in master too12:58
ralonsohI'm going to send a patch to check the interface qdisc before adding a new one12:58
ralonsohI don't know why that changed12:58
haleybthat explains why i didn't find a recent change that needed a backport12:58
haleyback, i'll look out for any patches13:00
*** bauzas_ is now known as bauzas13:07
mtomaska1ralonsoh: see my response, let me know if you are OK with it. https://review.opendev.org/c/openstack/neutron/+/89098613:26
ykarelhaleyb, ralonsoh, seems that FT failure is triggered by recent kernel updates in ubuntu focal and jammy13:28
ykarelthe failure looks consistent13:28
ralonsohmtomaska1, I have it open, I'll check it later13:28
ralonsohykarel, yes, this change adds a default qdisc in the interfaces13:29
ralonsohI'm going to push a patch now13:29
ykarelralonsoh, ack thanks13:29
opendevreviewRodolfo Alonso proposed openstack/neutron master: DNM FT testing "test_add_tc_filter_policy"  https://review.opendev.org/c/openstack/neutron/+/89391713:29
opendevreviewMerged openstack/ovn-octavia-provider master: [CI] Bump OVS_BRANCH in ovs/ovn source deploy jobs  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89386013:36
opendevreviewArnaud Morin proposed openstack/neutron master: Set DVR qr-xyz interfaces DOWN on backup node  https://review.opendev.org/c/openstack/neutron/+/86974114:01
opendevreviewArnaud Morin proposed openstack/neutron master: Add a new option to enable signals  https://review.opendev.org/c/openstack/neutron/+/88471114:06
ralonsohmtomaska, ping jlibosvar to make a last review (and merge it)14:24
mtomaskaralonsoh thanks!14:30
opendevreviewMiro Tomaska proposed openstack/neutron stable/2023.1: OVN Metadata handle process exceptions  https://review.opendev.org/c/openstack/neutron/+/89377514:36
opendevreviewMiro Tomaska proposed openstack/neutron stable/zed: OVN Metadata handle process exceptions  https://review.opendev.org/c/openstack/neutron/+/89377614:36
opendevreviewMiro Tomaska proposed openstack/neutron stable/yoga: OVN Metadata handle process exceptions  https://review.opendev.org/c/openstack/neutron/+/89377714:36
opendevreviewMiro Tomaska proposed openstack/neutron stable/xena: OVN Metadata handle process exceptions  https://review.opendev.org/c/openstack/neutron/+/89377814:36
opendevreviewMiro Tomaska proposed openstack/neutron stable/wallaby: OVN Metadata handle process exceptions  https://review.opendev.org/c/openstack/neutron/+/89377914:37
opendevreviewMerged openstack/ovn-octavia-provider master: Bump Neutron and neutron-lib versions  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89385815:49
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Cover the use case of a member non existing  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89383915:54
opendevreviewFernando Royo proposed openstack/ovn-octavia-provider master: Cover the use case of a member non existing  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/89383915:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: Call the "tc qdisc" command for ingress qdisc without parent  https://review.opendev.org/c/openstack/neutron/+/89396216:11
ralonsohhaleyb, ^^16:11
ralonsohI'll need to leave soon today but I'll check the result later this evening16:12
haleybralonsoh: ack, will take a look, thanks!16:17
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: Remove unused things from the OVN metadata agent  https://review.opendev.org/c/openstack/neutron/+/89396616:20
opendevreviewFiorella Yanac proposed openstack/neutron-tempest-plugin master: Add username in resource_setup  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/89396716:22
*** ykarel is now known as ykarel|away17:29
ralonsohhaleyb, please check my reply. I'm going offline now18:55
*** ralonsoh is now known as ralonsoh_away18:55
opendevreviewGhanshyam proposed openstack/networking-bagpipe master: Fix bindep.txt for python 3.11 job(Debian Bookworm)  https://review.opendev.org/c/openstack/networking-bagpipe/+/89398722:02
opendevreviewGhanshyam proposed openstack/tap-as-a-service master: Fix bindep.txt for python 3.11 job(Debian Bookworm)  https://review.opendev.org/c/openstack/tap-as-a-service/+/89398922:03

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