Tuesday, 2021-10-26

opendevreviewMerged openstack/neutron master: Check a namespace existence by checking only its own directory  https://review.opendev.org/c/openstack/neutron/+/81486802:47
sapd1Hi all, I'm trying to use distributed DHCP feature (https://specs.openstack.org/openstack/neutron-specs/specs/wallaby/distributed_dhcp.html). because my environment does not have L3 router so normally, the VM will get metadata from DHCP namespace. With this feature, the DHCP namespace is gone. So how do we handle the metadata ? Can we use ovn-metadata-agent in this case?03:31
opendevreviewManu B proposed openstack/python-neutronclient master: Add neutron and osc commands for bgp speaker router association  https://review.opendev.org/c/openstack/python-neutronclient/+/80331806:45
opendevreviewTobias Urdin proposed openstack/neutron master: Set RPC timeout in PluginReportStateAPI to report_interval  https://review.opendev.org/c/openstack/neutron/+/81531007:14
opendevreviewPrzemyslaw Szczerbik proposed openstack/neutron master: Fix placement allocation update for port with network QoS policy  https://review.opendev.org/c/openstack/neutron/+/81542108:37
opendevreviewMerged openstack/neutron stable/xena: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523608:38
opendevreviewMerged openstack/neutron stable/wallaby: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523708:38
opendevreviewDr. Jens Harbott proposed openstack/neutron-tempest-plugin master: Add a config option for BGP speaker scheduling  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81529408:39
opendevreviewMerged openstack/neutron-fwaas stable/ussuri: Fix pdf build and drop lower-constraints job  https://review.opendev.org/c/openstack/neutron-fwaas/+/80095408:49
opendevreviewMerged openstack/neutron stable/victoria: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523809:31
opendevreviewMerged openstack/neutron stable/ussuri: [OVN Migration] Remove qr and dhcp ports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81523909:31
opendevreviewBernard Cafarelli proposed openstack/neutron-tempest-plugin master: [stable/stein] Regroup tests exclusion list and add new failing one  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81545809:48
opendevreviewBernard Cafarelli proposed openstack/neutron stable/stein: [DNM] Test neutron-tempest-plugin fix  https://review.opendev.org/c/openstack/neutron/+/81384109:49
opendevreviewBernard Cafarelli proposed openstack/neutron stable/stein: [DNM] Test neutron-tempest-plugin fix  https://review.opendev.org/c/openstack/neutron/+/81384109:55
ralonsohslaweq, ^^09:55
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVS] Workaround when OpenFlow controller restarts  https://review.opendev.org/c/openstack/neutron/+/81545909:55
ralonsoh^^09:55
opendevreviewBernard Cafarelli proposed openstack/neutron stable/stein: [DNM] Test neutron-tempest-plugin fix  https://review.opendev.org/c/openstack/neutron/+/81384109:57
opendevreviewBernard Cafarelli proposed openstack/neutron stable/stein: [DNM] Test neutron-tempest-plugin fix  https://review.opendev.org/c/openstack/neutron/+/81384110:00
opendevreviewBernard Cafarelli proposed openstack/neutron stable/stein: [DNM] Test neutron-tempest-plugin fix  https://review.opendev.org/c/openstack/neutron/+/81384110:04
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Remove some scenario jobs from the check and gate queues  https://review.opendev.org/c/openstack/neutron/+/81546510:26
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Cleaning of the zuul's project.yaml file  https://review.opendev.org/c/openstack/neutron/+/81546610:26
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/xena: [OVN Migration] Remove trunk's subports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81543210:31
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/wallaby: [OVN Migration] Remove trunk's subports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81543310:31
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/victoria: [OVN Migration] Remove trunk's subports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81543410:32
opendevreviewSlawek Kaplonski proposed openstack/neutron stable/ussuri: [OVN Migration] Remove trunk's subports from the nodes  https://review.opendev.org/c/openstack/neutron/+/81543510:32
opendevreviewSlawek Kaplonski proposed openstack/networking-ovn stable/train: [OVN Migration] Remove trunk's subports from the nodes  https://review.opendev.org/c/openstack/networking-ovn/+/81546910:41
tobias-urdinralonsoh: see my answer to your comment on https://review.opendev.org/c/openstack/neutron/+/81531011:01
tobias-urdinmaybe you have a better idea on how to solve it, i'm open to any suggestions but adding a configuration option or using report_interval both seems like valid options11:02
opendevreviewLucas Alvares Gomes proposed openstack/neutron stable/victoria: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint  https://review.opendev.org/c/openstack/neutron/+/81487011:03
ralonsohtobias-urdin, I would like other reviewers to check my proposal11:04
ralonsohadding longer timeouts is usually not the solution11:04
tobias-urdinit's the opposite way around, shorter timeout :)11:08
ralonsohtobias-urdin, then you fail faster informing to the server11:09
ralonsohwhy not using cast? and then the server can send the "agent_revived" status11:09
tobias-urdini can't talk to why cast() cannot be used, i'll refer to the link Oleg posted11:12
tobias-urdinour issue is that report_state call() timeout should be decoupled from rpc_response_timeout because it doesn't make sen11:12
tobias-urdinsense that it gets timeout once and doesn't have a way to try again until n-server agent_down_time expires11:13
ralonsohso again, you can use cast, that won't block the agent11:13
ralonsohif the server receives this event and if needed, can send back an agent_revived status11:14
ralonsohin any case, I won't block the review but I don't like this approach11:14
tobias-urdinwe'll if we can come to the decision that cast() is safe then fine, it was changed in ~2015 with this https://review.opendev.org/c/openstack/neutron/+/232661 see the closed-bug link there11:16
tobias-urdinanother alternative is to decouple report_state from using rpc_response_timeout config option to something new to make it configurable11:17
tobias-urdineven the default rpc_response_timeout=60 doesn't makes sense for report_state with a report_interval=30 default value since it's blocking so that agent will miss two state reportings and n-server will assume it's dead11:18
tobias-urdini agree with your proposal as well, just more impact on the change11:21
tobias-urdinlet's see if we maybe can get some more input11:21
tobias-urdinslaweq: ^ https://review.opendev.org/c/openstack/neutron/+/81531011:21
opendevreviewRodolfo Alonso proposed openstack/neutron master: [OVN] Sync QoS policies  https://review.opendev.org/c/openstack/neutron/+/81305211:29
slaweqtobias-urdin: I will check that patch later today11:43
opendevreviewMerged openstack/neutron stable/victoria: Delete SG log entries when SG is deleted  https://review.opendev.org/c/openstack/neutron/+/81087112:10
opendevreviewMerged openstack/neutron stable/ussuri: Delete SG log entries when SG is deleted  https://review.opendev.org/c/openstack/neutron/+/81085112:10
opendevreviewMerged openstack/neutron stable/ussuri: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81530012:13
opendevreviewManu B proposed openstack/python-neutronclient master: Add neutron and osc commands for bgp speaker peer association  https://review.opendev.org/c/openstack/python-neutronclient/+/80345812:13
opendevreviewBernard Cafarelli proposed openstack/neutron-tempest-plugin master: [stable/stein] Regroup tests exclusion list and add new failing one  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81545812:15
opendevreviewLucas Alvares Gomes proposed openstack/neutron stable/ussuri: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint  https://review.opendev.org/c/openstack/neutron/+/81486912:32
opendevreviewLucas Alvares Gomes proposed openstack/networking-ovn stable/train: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint  https://review.opendev.org/c/openstack/networking-ovn/+/81487812:38
*** Guest3656 is now known as redrobot13:03
*** lbragstad6 is now known as lbragstad13:28
opendevreviewSlawek Kaplonski proposed openstack/networking-bgpvpn stable/xena: Dropping lower constraints testing (stable Xena)  https://review.opendev.org/c/openstack/networking-bgpvpn/+/81550513:39
slaweqbcafarel: ralonsoh: please check ^^ when You will a minute13:39
slaweqthx in advance13:40
bcafarelslaweq: sure dropping l-c, sounds not too complicated to check13:40
ralonsohsure13:42
ralonsohslaweq, you should remove lower-constrainsts.txt file too, right?13:43
slaweqralonsoh: damn, true :)13:43
slaweqsorry13:43
opendevreviewSlawek Kaplonski proposed openstack/networking-bgpvpn stable/xena: Dropping lower constraints testing (stable Xena)  https://review.opendev.org/c/openstack/networking-bgpvpn/+/81550513:44
ralonsohslaweq, sorry13:44
ralonsohand the tox.ini definition13:44
ralonsohsorry!!13:44
slaweq:/13:44
slaweqsorry for doing it so badly :)13:44
ralonsohhahaha I did the same before!13:44
opendevreviewSlawek Kaplonski proposed openstack/networking-bgpvpn stable/xena: Dropping lower constraints testing (stable Xena)  https://review.opendev.org/c/openstack/networking-bgpvpn/+/81550513:45
opendevreviewMerged openstack/neutron stable/xena: Delete log entries when SG or port is deleted  https://review.opendev.org/c/openstack/neutron/+/81524513:49
opendevreviewRodolfo Alonso proposed openstack/neutron master: Check quota limits  https://review.opendev.org/c/openstack/neutron/+/80147013:55
mlavalle#startmeeting networking14:00
opendevmeetMeeting started Tue Oct 26 14:00:09 2021 UTC and is due to finish in 60 minutes.  The chair is mlavalle. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'networking'14:00
mlavallehi there!14:00
ralonsohhi14:00
bcafarelo/14:00
isabekHi!14:00
obondarevhi14:00
mlavallelajoskatona asked me to facilitate today's meeting while he is off on vacation14:00
njohnstono/14:00
rubasovo/14:01
slaweqhi14:01
mlavalleok, it seems the usual suspects are here, so let's get going14:01
mlavalleagenda as always is here: https://wiki.openstack.org/wiki/Network/Meetings14:02
amotokihi14:02
mlavalle#topic Announcements 14:02
mlavallelajoskatona sent the PTG summary to the ML yesterday before leaving: http://lists.openstack.org/pipermail/openstack-discuss/2021-October/025528.html14:03
mlavalleplease take a look and make sure your topics are properly recorded in that summary14:03
* mlavalle updated the meeting agenda with the PTG summary14:05
mlavalleThere are some good recorded topics in Openinfra Live that folks might be interested in reviewing:  https://openinfra.dev/live/#all-episodes14:06
mlavalleI personally attended recently live the Neutron discussion for large operators: https://www.youtube.com/watch?v=4ZLqILbLIpQ14:07
mlavallelajoskatona, slaweq and other members of the community did a great job discussing the challenges of deploying Neutron at large scale. njohnston made some good comments also14:09
mlavalleYoga schedule is here: https://releases.openstack.org/yoga/schedule.html14:10
mlavalleany other announcements form the team?14:10
mlavalleok, I take the silence as a no14:11
bcafarel:)14:12
mlavalle#topic Blueprints14:12
mlavalleThe blueprints for this cycle are here: https://wiki.openstack.org/wiki/Network/Meetings#Blueprints14:13
mlavalleany updates from the team?14:13
slaweqnot from me14:14
mlavalleok, let's move on14:14
mlavalle#topic Community Goals14:14
mlavalleThe community goal for this cycle is "Consistent and secure default RBAC" and is outlined here: https://governance.openstack.org/tc/goals/selected/yoga/consistent-and-secure-rbac.html14:15
mlavalleI think on Friday we left that discussion while still was going on to return to the Neutron PTG14:16
mlavallehas anybody heard / read the final outcome?14:16
amotokiIIUC we didn't get a consensus to make it the community goal in this cycle.14:16
ralonsohThere are up to 8 proposed solutions14:17
ralonsohhttps://etherpad.opendev.org/p/policy-popup-yoga-ptg14:17
ralonsohto the alternative taken last cycle14:17
mlavalleThanks! at the end of the meeting I'll update the meeting agenda with this information14:18
amotokiralonsoh: do you mean 8 possible ways found in "Scratch Paper" section?14:18
ralonsohyes14:18
amotokithanks14:19
slaweqI will keep an eye on it14:19
slaweqand I'm also in touch with lbragstad about that14:19
mlavallecool. Thanks.14:20
mlavalleLet's move on then14:20
lbragstado/ i plan to have something more digestible today  in the community goal 14:20
ralonsohthanks14:20
lbragstadhttps://review.opendev.org/c/openstack/governance/+/81515814:20
mlavalle@lbragstad thanks for the update14:21
mlavalle#topic Bugs14:21
mlavalleThe week before the PTG, lucasagomes was the bugs deputy: http://lists.openstack.org/pipermail/openstack-discuss/2021-October/025419.html14:22
mlavalleanything you would like to highlight lucasagomes ?14:22
mlavalleThere are 3 bugs that require further triaging14:23
lucasagomesmlavalle, hi there, haven't prepared anything for this... so yes, in reality there's 2 as one was marked as incomplete there14:23
lucasagomesthe OVN one I can take a look and triage it 14:23
lucasagomesI mean https://bugs.launchpad.net/neutron/+bug/194676414:24
mlavalleThanks for the update and for triaging that bug14:24
lucasagomesnp, so there's this one https://bugs.launchpad.net/neutron/+bug/1946781 left to be triaged too 14:25
lucasagomesif someone has some spare time14:25
mlavalleand there is a confirmed bug that requires owner: https://bugs.launchpad.net/neutron/+bug/194658914:25
ralonsohI'll take last one14:26
ralonsoh194658914:26
mlavallecool. Thanks!14:26
mlavallemoving on to last week, the deputy was jlibosva: http://lists.openstack.org/pipermail/openstack-discuss/2021-October/025516.html14:27
mlavalleThe following bugs seem to be confirmed and require and assignee: 14:28
mlavallehttps://bugs.launchpad.net/neutron/+bug/194845714:28
mlavallehttps://bugs.launchpad.net/neutron/+bug/194845214:29
slaweqthat last one I moved to os-vif14:29
slaweqas neutron don't create or remove qvo ports IIRC14:29
mlavalleoh yeah, I saw the email. Thanks for clarifying14:29
ralonsohabout the first one, I'll try to take care of it14:29
mlavalleralonsoh: why don't you let me take it? it would be my first ovn bug. If I get lost, I'll go to you crying for help, ok?14:30
ralonsohperfect14:30
mlavalleralonsoh: most likely, voy a chillar (I'm going to cry), ok?14:31
ralonsohhehehe14:31
mlavalleany other bugs we should discuss today?14:32
slaweqnot from me14:33
ralonsohno14:33
mlavalledoes anybody know who is the bugs deputy this week? The rotation schedule has been updated already and this week doesn't show anymore14:33
obondarevo/14:33
obondarevI am14:33
mlavalleperfect, we are in very capable hands. Thanks!14:34
obondarev:)14:34
obondarevthanks mlavalle!14:34
mlavalle#topic L314:35
mlavalleDo we have anything to discuss here?14:35
slaweqping liuyulong 14:36
slaweqI guess liuyulong is not available, so probably nothing to discuss regarding L314:38
mlavalleyeap, let's move on14:38
mlavalle#topic Ryu and os-ken14:38
ralonsohhi, three updates14:38
ralonsoh1) initial sync is ongoing: https://review.opendev.org/q/project:openstack%252Fos-ken+status:open14:39
ralonsoh2) there are two blockers right now: 14:39
ralonsohhttps://review.opendev.org/c/openstack/os-ken/+/81383414:39
ralonsohhttps://review.opendev.org/c/openstack/os-ken/+/81383014:39
ralonsohand 3) there are no new patches in ryu (apart from the upper list)14:39
ralonsohslaweq, ^^ if you don't mind to check those patches14:40
slaweqralonsoh: sure14:40
ralonsohthat's all14:40
mlavalleThanks for the concise update14:41
mlavalle#topic Performance subteam14:41
mlavalleYhere are patches up for review here: https://review.opendev.org/q/owner:oleg.bondarev%2540huawei.com+project:openstack/neutron+status:open14:41
mlavalleanything you want to say obondarev ?14:41
opendevreviewSlawek Kaplonski proposed openstack/os-ken master: Choose the highest TLS version  https://review.opendev.org/c/openstack/os-ken/+/81383014:42
obondarevactually these are not regarding performance :)14:42
obondarevit's for local IP feature14:42
obondarevthere are no performance patches currently AFAIK14:42
mlavalleok, we should probably update the meeting agenda and remove that url14:43
obondarevyep14:43
mlavallecool14:43
mlavalle#topic Docs14:43
mlavalledoes anybody have an update here?14:43
mlavalleit seems the answer is nope14:45
mlavalle#topic neutron-lib14:45
mlavallewe have this in the meeting agenda: https://etherpad.opendev.org/p/neutron-lib-volunteers-and-punch-list14:46
mlavalleis this still going on?14:46
slaweqmlavalle: I guess this is very outdated14:47
slaweqactually we agreed some time ago on one of the PTGs to not force movement of everything to neutron-lib anymore14:47
mlavalleyeah, that is what I suspected... I'll talk to lajoskatona about that section next week14:47
slaweq++14:48
mlavalle#topic On demand agenda14:48
mlavalleI don't see any topics there. Does anybody have anything to discuss?14:49
slaweqnot me :)14:49
bcafarelnot me either14:50
mlavalleok14:50
mlavalleThanks for attending14:50
slaweqthx14:50
bcafarelo/14:50
slaweqplease remember that we will have ci meeting in 10 minutes :)14:50
slaweqo/14:50
ralonsohbye14:51
mlavalleNo drivers meeting on Friday slaweq ralonsoh amotoki njohnston 14:51
ralonsohthanks14:51
mlavalle#endmeeting14:51
opendevmeetMeeting ended Tue Oct 26 14:51:30 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:51
opendevmeetMinutes:        https://meetings.opendev.org/meetings/networking/2021/networking.2021-10-26-14.00.html14:51
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/networking/2021/networking.2021-10-26-14.00.txt14:51
opendevmeetLog:            https://meetings.opendev.org/meetings/networking/2021/networking.2021-10-26-14.00.log.html14:51
amotokithanks14:51
slaweqmlavalle: thx for info, I will be off on Friday so it's even better :)14:53
mlavalleslaweq: have fun!14:53
slaweqmlavalle: thx a lot14:53
rubasovo/14:54
opendevreviewMerged openstack/networking-bgpvpn stable/train: Run TripleO jobs on CentOS8 instead of CentOS7  https://review.opendev.org/c/openstack/networking-bgpvpn/+/80950414:58
slaweq#startmeeting neutron_ci15:00
opendevmeetMeeting started Tue Oct 26 15:00:16 2021 UTC and is due to finish in 60 minutes.  The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'neutron_ci'15:00
slaweqwelcome on the CI meeting :)15:00
obondarevhi15:01
bcafarelo/15:01
slaweqping ralonsoh :)15:02
ralonsohsorry15:02
slaweqok, I think we can start15:02
slaweqGrafana dashboard: http://grafana.openstack.org/dashboard/db/neutron-failure-rate15:02
slaweqPlease open now :)15:02
slaweq#topic Actions from previous meetings15:02
slaweqslaweq to check bug https://bugs.launchpad.net/neutron/+bug/194618715:03
slaweqI checked it15:03
slaweqand It's in fact the same issue like in https://bugs.launchpad.net/neutron/+bug/1944201 - ovs-agent is down thus HA ports are DOWN and routers aren't becoming to be primary15:03
slaweqand about https://bugs.launchpad.net/neutron/+bug/1944201 we will talk later :)15:04
slaweqso next one15:04
slaweqbcafarel to check n-t-p issue in Stein branch15:04
* bcafarel catches on15:04
bcafarelit is mostly good, let me find patch15:05
bcafarelhttps://review.opendev.org/c/openstack/neutron-tempest-plugin/+/813840 fixes it (by pinning version)15:05
bcafarelI have another patch in progress to update the excluded tests list https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/815458 as some tests are unstable in that pinned version15:05
slaweqbcafarel: ok, please let me know when this will be ready to go, I will review it15:06
mnaser_hi folks15:07
slaweqmnaser_: hi15:07
mnaser_is there any good way of profiling neutron-server api calls :)15:07
mnaser_i've got a stein deployment (yes i know :() with around ~1500 ports15:07
bcafarelslaweq: sure! running a few rechecks to see if we should filter out a few extra ones, I will ping when ready for review)15:07
slaweqmnaser_: we are now in the middle of the ci meeting :)15:07
mnaser_and occasionally see api calls that take nearly 2-3s15:07
mnaser_oh im sorry, i didnt see the topic update, /me hides15:07
mnaser_(i saw end meeting earlier but didntsee the new start)15:08
slaweqmnaser_: np15:08
slaweqmnaser_: in the dev env You can use https://docs.openstack.org/neutron/latest/contributor/internals/code_profiling.html15:08
slaweqwould that be ok for You?15:09
slaweqok, let's get back to the ci :)15:09
slaweqI guess we can skip stadium projects today as lajoskatona is off15:09
slaweqso lets move on directly to the next one15:09
slaweq#topic Stable branches15:09
slaweqbcafarel: any updates, except that Stein fix15:09
bcafarelI have https://bugs.launchpad.net/neutron/+bug/1948804 for train15:10
bcafarelneutron-tempest-plugin jobs fail as they do not find guestmount, seems related to the switch to minimal image15:10
slawequps15:11
slaweqso we should use normal image for train jobs probably15:11
bcafarelwith these branches I guess just switching back to older image should be good enough fix15:11
slaweqyeah15:11
bcafarelok I wanted to confirm before sending patch :) I will get one out15:11
slaweqthx a lot15:11
slaweq#action bcafarel to switch to use regular ubuntu image in the train jobs, related to https://bugs.launchpad.net/neutron/+bug/194880415:12
bcafarelfull support branches are good, we should just watch out to clear out the backports queue before ussuri gets its last release15:12
slaweqahh, ussuri is going to EM soon, right?15:12
bcafarelyes http://lists.openstack.org/pipermail/openstack-discuss/2021-October/025276.html https://etherpad.opendev.org/p/neutron-stable-ussuri-em15:13
bcafarelplanned date is 2021-11-1215:13
slaweqthx, I will check that etherpad this week15:14
bcafareland that's all for stable15:15
slaweqthx bcafarel 15:16
slaweqso let's move on15:16
slaweq#topic Grafana15:16
slaweq#link http://grafana.openstack.org/dashboard/db/neutron-failure-rate15:16
slaweqin general I don't see any major issues on the graphs15:16
slaweqeven fullstack/functional jobs are pretty ok this week15:17
slaweqdo You have anything regarding our dashboard or can we move on?15:18
bcafarellooks good to me (which is nice to say)15:19
slaweqok, so lets talk about some specific jobs15:19
slaweq#topic fullstack/functional15:19
slaweqhere I found 2 failures which looked pretty similar:15:19
slaweq    https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_eff/815280/2/check/neutron-functional-with-uwsgi/eff69a3/testr_results.html15:19
slaweq    https://02ffbd184b4d2054d841-93a4b6f56916009ea1b2d500657cc17f.ssl.cf1.rackcdn.com/802037/4/check/neutron-functional-with-uwsgi/9be975c/testr_results.html15:19
slaweqanyone wants to investigate that?15:20
ralonsohI'll do it15:20
ralonsohis there a LP bug?15:20
slaweqralonsoh++ thx15:20
slaweqno, I didn't opened bug yet15:20
ralonsohI'll create one15:21
slaweqthx15:21
slaweq#action ralonsoh to open LP bug and check functional failure with missing snat namespace15:21
slaweq#topic Tempest/Scenario15:21
slaweqand that's main topic for today :)15:21
slaweqbecause we still have https://bugs.launchpad.net/neutron/+bug/1944201 which is killing our CI15:22
slaweqgenerally about 95% of ovs scenario jobs are failing due to that issue15:22
slaweqralonsoh: has some idea how to improve that15:22
ralonsohhttps://review.opendev.org/c/openstack/neutron/+/81545915:22
ralonsohand CI is passing15:23
slaweqthx ralonsoh 15:23
slaweqI +2 it15:23
slaweqobondarev: and I also replied to Your comment there15:24
ralonsohI did too15:24
slaweqneutron-ovs-agent is not using greenthreads AFAIR15:24
ralonsohit is15:24
slaweqso it should be ok IMO15:24
ralonsohwe monkey patch all agents15:24
slaweqahh15:24
ralonsohbut I replied to the comment15:24
ralonsohthere is one single thread executing the ovs agent code15:24
ralonsohother threads are attending rpc events, ovsdb updates or OF events15:25
slaweqahh, right, things like fdb_add/remove are processed by separate greenthread workers15:25
ralonsohexactly15:25
slaweqor port/network_update notifications15:25
slaweqok15:25
slaweqralonsoh: I rechecked it to see once again results :)15:26
slaweqI hope You don't mind15:26
ralonsohperfect15:26
slaweqI hope that this will help15:27
slaweqfor now lets move on15:27
obondarevralonsoh: I'll check your reply, thanks15:27
slaweqas follow up from the ptg discussions I proposed today improvement of our CI: https://review.opendev.org/c/openstack/neutron/+/81546515:27
obondarevralonsoh: aren't rpc threads using os_ken? 15:28
ralonsohobondarev, no, only main thread. But we can talk later15:29
obondarevsure, thanks15:29
ralonsohslaweq, just one comment15:29
ralonsoh"neutron-ovn-tempest-slow" is multinode but "neutron-ovn-tempest-ipv6" is single node15:29
slaweqralonsoh: yes, I just noticed that15:29
ralonsohbut I think the patch is valid15:29
slaweqwe can make neutron-ovn-tempest-ipv6 to be multinode job15:29
slaweqand still we will have less jobs :)15:29
ralonsohperfect15:29
ralonsohexactly15:29
ralonsoh+1 to this idea15:30
slaweqok, I will update my patch and ping You to review it again15:30
slaweqobondarev: bcafarel please also review it and tell me what do You think about it15:30
obondarevsure15:30
bcafarelslaweq: sure, already in my to-review tabs :)15:30
slaweqthx15:30
slaweqit should remove 4 jobs from our check queue and 2 jobs from gate15:31
slaweqso IMHO good improvement :)15:31
ralonsohof course!15:31
slaweqok, moving on15:32
slaweqduring checking today ci results I noticed that in some cases size of neutron logs is insane15:32
slaweqlike e.g. linuxbridge log in https://94d5d118ec3db75721c2-a00e37315b6784119b950c4b112ef30c.ssl.cf2.rackcdn.com/807687/4/gate/neutron-tempest-plugin-scenario-linuxbridge/b23d411/controller/logs/screen-q-agt.txt15:32
slaweqwhich is about 200 MB15:32
ralonsohthe iptables debug mode15:33
ralonsohthat will add a huge extra to the log file15:33
slaweqahh, right15:33
slaweqwe enabled it some time ago in other agents too IIRC15:33
slaweqok15:34
slaweqthat's all what I had for today regarding scenario jobs15:34
slaweq#topic On Demand15:34
slaweqanything else You want to discuss today?15:34
ralonsohI'm ok 15:34
slaweqok, 2 quick things from me15:35
slaweqas follow up after ptg, please expect some doodle with question about time slot for that meeting15:36
slaweqI will try to send it this week15:36
slaweqI will send email to the ML15:36
slaweqand second thing:15:36
slaweqalso as a result of the CI discussion15:36
slaweq*ptg discussion15:36
slaweqnext week we can do meeting on video - wdyt?15:36
obondarev+15:37
slaweqand keep irc opened for all the time to have action items, etc.15:37
ralonsoh+1 to video calls15:37
slaweq#action slaweq to prepare doodle with question about new time slot for CI meetings15:37
ralonsohwill be nice to have at least one video call per week15:38
slaweq#action slaweq to prepare ci meeting on tue 2.11 as video call15:38
slaweqand that's all from me for today15:38
slaweqif You don't have anything else, I think we can finish earlier today15:39
bcafarelsounds good for both (well for all 3 topics with "finish earlier")15:39
slaweqLOL15:39
slaweqthx for attending meeting today15:39
ralonsohbye!15:39
slaweqand see You all online15:39
bcafarelo/15:39
slaweq#endmeeting15:39
opendevmeetMeeting ended Tue Oct 26 15:39:55 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:39
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_ci/2021/neutron_ci.2021-10-26-15.00.html15:39
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_ci/2021/neutron_ci.2021-10-26-15.00.txt15:39
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_ci/2021/neutron_ci.2021-10-26-15.00.log.html15:39
obondarevo/15:39
obondarevralonsoh: regarding greenthreads in OVS agent - I think I got what you mean: only thread running rpc_loop is doing os_ken calls, right?15:40
ralonsohyes, the rpc loop (very bad naming)15:40
ralonsohthis is the only one doing those calls15:40
obondarevfor fdb_add() - isn't it called by rpc thread?15:40
ralonsohno, it isn't15:41
ralonsohthis is an event called method15:42
ralonsohI mean this is actually an RPC event driven method15:42
obondarevralonsoh: it's called by rpc callback https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/l2pop/rpc_manager/l2population_rpc.py#L37-L3915:45
ralonsohyes, it is15:45
obondarevI thought those are executed by separate green thread15:46
ralonsohthis is not in the main thread15:46
ralonsohit is, yes15:46
ralonsohbut this call returns quickly15:46
ralonsohthe life of this execution is short15:46
obondarevI see, workaround is still valid anyway15:47
obondarevjust wanted to confirm 15:47
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Remove some scenario jobs from the check and gate queues  https://review.opendev.org/c/openstack/neutron/+/81546515:47
ralonsohobondarev, no, you are right there15:47
ralonsohI missed this part, the l2pop15:47
obondarevralonsoh: prabably a blocking (not monkey patched) sleep() would be better, right?15:48
ralonsohobondarev, time library is monkey patched15:48
obondarevnot sure I remember how it could be done, yeah15:48
ralonsohit is the same calling time.sleep and eventlet.time15:49
ralonsohsorry evenlet.sleep15:49
obondarevyes15:49
ralonsohit is possible, maybe, to refer to the patched library, accessing to the evenlet dictionary15:49
ralonsohwere all patches libraries are listed15:49
opendevreviewBernard Cafarelli proposed openstack/neutron-tempest-plugin master: [stable/{train,stein}] Use old guest image for these branches  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81551815:50
opendevreviewBernard Cafarelli proposed openstack/neutron stable/train: Remove dhcp_extra_opt name after first newline character  https://review.opendev.org/c/openstack/neutron/+/81087815:50
opendevreviewLucas Alvares Gomes proposed openstack/networking-ovn stable/train: [ovn] Stop monitoring the SB MAC_Binding table to reduce mem footprint  https://review.opendev.org/c/openstack/networking-ovn/+/81487815:59
opendevreviewMerged openstack/networking-bgpvpn stable/xena: Dropping lower constraints testing (stable Xena)  https://review.opendev.org/c/openstack/networking-bgpvpn/+/81550516:32
opendevreviewRodolfo Alonso proposed openstack/neutron master: [TESTING ONLY- DNM]Add Local IP Extension and DB  https://review.opendev.org/c/openstack/neutron/+/81509516:37
opendevreviewMerged openstack/neutron master: Remove trunk related functions from neutron devstack plugin  https://review.opendev.org/c/openstack/neutron/+/81265818:04
opendevreviewMerged openstack/neutron master: Enhanced set of warnings if an answers file or a templates directory is used.  https://review.opendev.org/c/openstack/neutron/+/81276218:04
opendevreviewMerged openstack/neutron master: Check subnet in "_remove_subnet_dhcp_options"  https://review.opendev.org/c/openstack/neutron/+/81528019:06
opendevreviewMerged openstack/neutron master: Replace "tenant_id" with "project_id"  https://review.opendev.org/c/openstack/neutron/+/81480519:17
opendevreviewBernard Cafarelli proposed openstack/neutron-tempest-plugin master: [stable/stein] Regroup tests exclusion list and add new failing ones  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81545819:47
opendevreviewBernard Cafarelli proposed openstack/neutron stable/stein: [DNM] Test neutron-tempest-plugin fix  https://review.opendev.org/c/openstack/neutron/+/81384119:47
opendevreviewBernard Cafarelli proposed openstack/neutron-tempest-plugin master: [stable/{train,stein}] Use old guest image for these branches  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81551819:49

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