Friday, 2022-05-13

*** Guest0 is now known as prometheanfire00:29
gthiemongeHi Folks, I have a bug in Octavia with neutron/ovn. In Octavia, we allocate an unplugged VIP port (to keep the VIP address) and each VM has another neutron port that has the VIP address in the allowed-address-pair list.07:32
gthiemongethe VIP port should be a "virtual" port in OVN, but the type of OVN port is incorrectly changed when we update the neutron port07:33
gthiemongeI have a reproduced here: https://paste.opendev.org/show/bmT8x4oK2vzUqHLVw6Np/07:33
gthiemongethe vip port is "virtual" and after I update the security-group of the port, the virtual type disappears07:34
gthiemongeany ideas on this issue?07:34
ralonsohgthiemonge, and the VIP is never bound to a VM, right?07:35
gthiemongeralonsoh: yeah the port is DOWN, we use it to store/maintain the IP address07:36
ralonsohgthiemonge, why do you update the SG of the VIP?07:36
ralonsohdoes it matters?07:36
ralonsohit shouldn't07:36
ralonsohI mean, the SG rules should apply on the port with the allowed address pairs07:36
gthiemongeit shouldn't, I need to check why we're doing it :D07:36
ralonsohbut the VIP SG rules are irrelevant07:36
ralonsohgthiemonge, you are right07:37
ralonsohgthiemonge, please, open a LP bug07:37
gthiemongeralonsoh: ok thanks07:37
ralonsohslaweq, do you have 5 mins?07:37
ralonsohI think I found something "not good" in HA and the router interfaces07:38
ralonsohrelated to this SQLalchemy stuff07:38
*** lajoskatona_ is now known as lajoskatona07:42
gthiemongeralonsoh: https://bugs.launchpad.net/neutron/+bug/197327607:51
ralonsohgthiemonge, thanks07:51
gthiemongedon't hesitate to ping me if there's anything I can help with07:51
ralonsohgthiemonge, this is not happening in master07:56
ralonsohI can't reproduce it in master07:57
slaweqralonsoh: yeah, I'm looking into that fullstack test right now08:11
slaweqdo You want to talk maybe?08:11
ralonsohslaweq, sure, give me 5 mins08:16
slaweqralonsoh: sure08:18
opendevreviewMerged openstack/neutron master: Update python testing as per zed cycle teting runtime  https://review.opendev.org/c/openstack/neutron/+/84153208:39
opendevreviewyatin proposed openstack/neutron stable/train: [Train Only] Do not run grenade-skip-level job  https://review.opendev.org/c/openstack/neutron/+/84169809:17
opendevreviewRodolfo Alonso proposed openstack/neutron master: [WIP][DNM] [OVN] Allow VIP ports with a defined "device_owner"  https://review.opendev.org/c/openstack/neutron/+/84171109:59
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [L3HA] Don't update HA router's ports if router isn't active on agents  https://review.opendev.org/c/openstack/neutron/+/84171210:00
slaweqralonsoh: ^^ please check that patch10:00
slaweqI hope it will fix that fullstack test :)10:01
ralonsohsure10:01
slaweqat least it did in my local lab10:01
ralonsohslaweq, right, I think the code is correct10:02
ralonsohlet's wait for the CI10:02
slaweqyeag10:02
slaweq*yeah10:02
ralonsohand, btw, probably we won't need to block n-lib 2.21.010:02
ralonsohwe'll see10:02
slaweqI hope so10:02
ralonsohok...10:02
ralonsohit's done: the 2.21.0 patch is merged10:03
ralonsohdammit10:03
ralonsohhttps://review.opendev.org/c/openstack/requirements/+/84156610:03
ralonsohthis is not good 10:03
ralonsohbecause now we can't check with the sqlalchemy 2.0 patch10:03
ralonsoharggggggg10:03
slaweqso now we need revert that patch and make my patch depends on that revert, right?10:03
ralonsohslaweq, I'll do it now10:04
slaweqthx10:04
slaweqsubmitted 10 minutes ago and now revert :)10:04
ralonsohslaweq, https://review.opendev.org/c/openstack/requirements/+/84148910:09
ralonsohyou can use this patch in the depends-on10:09
lajoskatonaslaweq: Hi, the forum for the Berlin summit is rejected :-(10:11
slaweqlajoskatona: ohh, really?10:17
slaweqthat's bad10:17
lajoskatonaslaweq: agree10:18
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [L3HA] Don't update HA router's ports if router isn't active on agents  https://review.opendev.org/c/openstack/neutron/+/84171210:18
opendevreviewDamian Dąbrowski proposed openstack/neutron master: [L3-HA] Always keep qg- port up, but with a few tweaks to avoid issues  https://review.opendev.org/c/openstack/neutron/+/83967110:52
opendevreviewMerged openstack/neutron stable/ussuri: Fix setting table monitoring conditions  https://review.opendev.org/c/openstack/neutron/+/84074411:06
lajoskatonamnaser: Hi, please check this comment https://review.opendev.org/c/openstack/neutron-vpnaas/+/840330/5//COMMIT_MSG#2611:20
lajoskatonamnaser: as I see that's blocking the vpnaas backports11:20
opendevreviewMerged openstack/neutron-fwaas-dashboard master: Address RemovedInDjango40Warning  https://review.opendev.org/c/openstack/neutron-fwaas-dashboard/+/83997711:29
noonedeadpunkhey there. Has anybody was complaining on performance degradation of mysql queries after upgrade to X?12:21
noonedeadpunks/has/was/12:21
noonedeadpunkAs basically we see a relatively slow subquery, that's being executed several times during single api call. Like for port list this https://paste.openstack.org/show/b01q2g07wM3SXLbrWImp/ will get executed 3 times independently, and each run would take like 10-15 sec.12:23
noonedeadpunkFirst to get allowedaddresspairs, then for extradhcpopts and ipallocations12:24
slaweqralonsoh: good new, fullstack is green with my patch https://5e938628fc9e2dcb7a2d-22a46b7f7ce23fe9b2117d76fd7c738d.ssl.cf2.rackcdn.com/841712/2/check/neutron-fullstack-with-uwsgi/5ae1347/job-output.txt12:26
slaweqand it uses neutron-lib 2.21.0 :)12:26
ralonsohslaweq, yeah!!! I'm going to recheck it12:40
ralonsohjust to test it again12:40
slaweq++12:41
fricklernoonedeadpunk: seems ports.network_id isn't indexed on its own, making that query slow. not sure what changed though12:54
ralonsohnoonedeadpunk, do you know where in the code is done this query?12:56
noonedeadpunkralonsoh: nope, not really :) Was just looking for it12:57
ralonsohnoonedeadpunk, and did you see a regression when installing X?12:58
ralonsohor maybe this query was not before...12:58
ralonsohok, I'll try to find it12:58
noonedeadpunkSo we haven't saw any slow queries before upgrade12:58
noonedeadpunkSo either there was no such query, or it was running way faster12:59
ralonsohnoonedeadpunk, just for curiosity12:59
ralonsohhow do you measure this in your env?12:59
noonedeadpunkAnother thing that changed with upgrade is sqlaclhemy...12:59
noonedeadpunkwe were drawing graphs from monitoring regarding queries that take more then 10 seconds. And spotted that this subquery among raised other in slow log of mysql13:00
ralonsohmore than 10 secs?13:00
ralonsohpfffff13:00
noonedeadpunkWell, port list was timouting with 60sec wait for connection on load balancer13:01
noonedeadpunkInteresting part, is that if running this as admin user - query isn't issued13:02
ralonsohnoonedeadpunk, please, report a launchpad bug, this is important13:02
ralonsohI really want to have this info and address it asap13:02
noonedeadpunkSo like `openstack port list` as a tenant takes 70 seconds and openstack port list --project <tenant> takes 613:03
noonedeadpunkSure13:03
noonedeadpunkI was told that list of plugins isntalled is important here? Some other information to mention?13:03
ralonsohyes, for example the backend used, the plugins (qos, trunk, etc)13:04
opendevreviewRodolfo Alonso proposed openstack/neutron master: Create an index for "ports.network_id"  https://review.opendev.org/c/openstack/neutron/+/84176113:27
lajoskatonaralonsoh, noonedeadpunk:  if QoS is enabled this can be a good candidate https://bugs.launchpad.net/neutron/+bug/190572613:28
lajoskatonaralonsoh, noonedeadpunk: hmmm, it was backported till train https://review.opendev.org/q/I1d0b3975ae6e92e34e9da20a0e26ce024422d332, so it shouldnt be theoretically13:29
noonedeadpunkGood idea but I guess qos is disabled... Need to double check 13:29
noonedeadpunkNope, it's disabled13:30
noonedeadpunkrouter vpnaas metering and bgp are there13:31
ralonsohlajoskatona, the sql query is actually a problem13:32
noonedeadpunkI'm trying to succeed on executing prot list to paste output in bug report :)13:32
ralonsohlajoskatona, https://review.opendev.org/c/openstack/neutron/+/84176113:32
ralonsohnoonedeadpunk, ^13:32
lajoskatonaralonsoh: thanks13:32
ralonsohI've identified the method creating this query13:32
noonedeadpunkI think we can try this out13:35
ralonsohjust a heads-up: a DB change cannot be backported to stable releases13:36
noonedeadpunkyeah, I totally get that :)13:37
noonedeadpunkAt least we can test this out in dev env13:38
noonedeadpunkI'm not sure it's the whole issue we see though13:38
noonedeadpunkhttps://bugs.launchpad.net/neutron/+bug/197334913:40
noonedeadpunkralonsoh: ^13:40
ralonsohthanks13:40
noonedeadpunkWhat concerns me most, is why the hell that difference: https://paste.openstack.org/show/bROSFo0TpJGoLvsTcQ2L/13:40
noonedeadpunkbetween admin/user call13:41
ralonsohthat could be a RBAC issue, but just thinking loud13:41
opendevreviewMerged openstack/ovn-octavia-provider master: [OVN] Fix DuplicateOptionError on test scope  https://review.opendev.org/c/openstack/ovn-octavia-provider/+/83908313:48
opendevreviewRodolfo Alonso proposed openstack/neutron master: Create an index for "ports.network_id"  https://review.opendev.org/c/openstack/neutron/+/84176113:49
noonedeadpunkbtw, if pass &tenant_id=70b8361aacd9459097e706ba56206c7c to query it's twice faster...13:49
noonedeadpunkralonsoh: well it appeared we already had network_id as index field in one of environments, and it's as slow as others13:53
noonedeadpunkSeems one day we tried to optimize that without result13:53
ralonsohnoonedeadpunk, did you change the neutron code?13:54
noonedeadpunkNope, looks like jsut made an index manually13:54
opendevreviewSandeep Yadav proposed openstack/neutron stable/wallaby: Revert "Use Port_Binding up column to set Neutron port status"  https://review.opendev.org/c/openstack/neutron/+/83534014:00
noonedeadpunkWHile comparing envs trident just found that index was present one of them likely for quite a while14:00
lajoskatona#startmeeting neutron_drivers14:01
opendevmeetMeeting started Fri May 13 14:01:29 2022 UTC and is due to finish in 60 minutes.  The chair is lajoskatona. Information about MeetBot at http://wiki.debian.org/MeetBot.14:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:01
opendevmeetThe meeting name has been set to 'neutron_drivers'14:01
mlavalleo/14:01
lajoskatonao/14:01
slaweqo/14:01
mtomaskao/14:01
haleybhi14:01
*** dasm|off is now known as dasm14:01
amotokihi14:01
ralonsohhi14:02
lajoskatonaI think we can start14:03
lajoskatonaWe have one RFE for today and one more topic from ralonsoh14:03
lajoskatona[RFE][fwaas][OVN]support l3 firewall for ovn driver (#link https://bugs.launchpad.net/neutron/+bug/1971958)14:03
damiandabrowski[m]hi!14:03
ralonsoh(nice and complex RFE)14:04
lajoskatonathis RFE is as I see is the official thing for why Inspur arrived to maintain neutron-fwaas14:04
slaweqyeah, IMO it should be straightforward as that's the reason why we revived neutron-fwaas mostly14:04
lajoskatonaI am not sure if we have to ask a spec for this where details can be discussed or just let it flow ?14:05
mlavalleyes, the way I see this, is that we already approved this RFE14:05
ralonsohI would ask, in the LP, for the goals in this RFE14:06
ralonsohwhat are they expecting from fwaas in OVN14:06
lajoskatonaralonsoh: true that can be listed to have clear focus14:06
mlavalle+114:06
amotoki+114:07
slaweqmaybe we should open Blueprint to track all of that work?14:07
lajoskatonayes we can I think14:07
amotokii think a blueprint would be useful14:07
mlavalle+114:07
lajoskatonaok, so let's accept it with a blueprint to track progress, and ask details in LP bug for the exact goals14:08
slaweq+114:09
amotoki+114:09
mlavalle+114:09
ralonsoh+114:10
haleyb+114:10
lajoskatonathanks, let's move on14:10
lajoskatona#topic On Demand Agenda14:10
lajoskatona(ralonsoh): (added on 14/5/22) https://bugs.launchpad.net/neutron/+bug/1973049: with the SQLAlchemy 2.0 compatibility patch in place (n-lib 2.21.0), there are some issues when an API call (e.g.: user command) updates the same resource as another RPC call (agent call). This is very frequent with port status and FIP status. Sometimes (I still need to investigate the reason), the retry command detects that there is another SQ14:10
lajoskatonaansaction in progress (https://paste.opendev.org/show/beHzMCKjVLmE5nX0ZXZX/).14:10
ralonsohthanks14:10
lajoskatonaA long sentence14:10
ralonsohsummary:14:11
ralonsohThis is a recurrent problem in the Neutron server when updating a resource that has "standardattributes". If a concurrent update is done, the DB (SQLAlchemy) will return a "StaleDataError" exception. E.g.: [1]14:11
ralonsoh"""14:11
ralonsohUPDATE statement on table 'standardattributes' expected to update 1 row(s); 0 were matched.14:11
ralonsoh"""14:11
ralonsohthat usually happens when a port or FIP is updated from two different agents14:11
ralonsohor the RPC (agent) and API call (user)14:11
slaweqbecause of revision numbers, right?14:11
ralonsohyes14:11
lajoskatonabut we have this only since sqlalchemy 2.0 work ws merged?14:12
ralonsohno no14:12
ralonsohthis is something that has been happening always14:12
lajoskatonaahh, ok ,thanks14:12
mlavalleit's a long standing thing14:12
slaweqI think it is also with older SQLAlchemy14:12
ralonsohI'm not sure14:12
ralonsohbecause this is related to the object mapper14:12
ralonsohone sec14:12
ralonsoh    __mapper_args__ = {14:13
ralonsoh        # see http://docs.sqlalchemy.org/en/latest/orm/versioning.html for14:13
ralonsoh        # details about how this works14:13
ralonsoh        "version_id_col": id,14:13
ralonsoh(this is in neutron-lib)14:13
ralonsohsqlalchemy will use (not ID, this is my change) "revision_number" as version_id_col14:13
ralonsohmy proposal: https://bugs.launchpad.net/neutron/+bug/1973049/comments/214:14
slaweqdoes your comment means that in case of such conflict, we will not have correct revision number for resource (it will be one less that it should be)?14:15
slaweqor am I misunderstanding something there?14:15
ralonsohslaweq, we'll have the latest one updated14:16
ralonsohbut yes, it will be one less14:16
mlavallewhy keep the revision number at all, then?14:16
ralonsohin case of two commands14:16
slaweqso if e.g. 2 workers will want to update same port and each of them will try to bump revision number to let's say from 9 to 10, both will do updates of the port but revision number will be 10 instead of 11 finally, right?14:17
ralonsohyes14:17
slaweqmlavalle: revision_numbers are pretty important e.g. for ovn driver14:17
ralonsohmlavalle, this is something I would need to check14:17
slaweqbut it's in api too so I'm not sure we can remove it really14:17
ralonsohexactly... so this could be intrusive14:17
slaweqmaybe other software, like e.g. heat relies on it, idk14:18
lajoskatonayes it can hit all clients I suppose14:18
mlavalleI wasn't proposing removing revision numbers14:18
mlavalleit was a rethroical question. Let me be more straight:14:18
mlavallerevision_numbers protect us from multiple updates taking place at once14:19
mlavalleisn't that true?14:19
ralonsohnot really14:19
ralonsohwell, it will prevent the DB from accepting the transaction14:20
ralonsohit will rollback14:20
slaweqI'm not sure if we can do things like that, to e.g. not update revision number in some cases as this will break that described behaviour https://docs.openstack.org/api-ref/network/v2/#revisions IMO14:21
lajoskatonaas I see it is like a poor man's transaction guard :-) you ask the resource check the rev number and update with it and if the server check is different for the number the operation fails14:21
mlavalleyeap14:22
ralonsohthis is only enabled with service revisions and version_check=True14:22
ralonsohok, I'll review this proposal again14:22
ralonsohI won't spend more of your time14:22
slaweqcan14:23
slaweqsorry14:23
mlavalleI think this revision number stuff was inspired by this: http://www.joinfu.com/2015/01/understanding-reservations-concurrency-locking-in-nova/14:23
mlavalleoriginally14:23
slaweqcan't we e.g use some distributed lock to lock resource which is going to be updated14:23
slaweqso that no other workers will try to update same resource in same time14:24
ralonsohnonono, no distributed locks14:24
ralonsohwe have the DB for this14:24
mlavalleit's the compare and swap approach14:24
ralonsohfor reservations, we have our own engine14:24
ralonsohwith a new driver in place now14:24
ralonsohno need for revisions14:24
ralonsohbut OVN does, so we need to be careful on this14:24
obondarevAFAIR rev numbers are needed for push notifications mechanism, for agent to be in sync with latest server updates14:25
slaweqalso API uses it, so that client can use If-Match header to check revisions of resources14:25
obondarev(sorry for being late)14:25
ralonsohobondarev, right, agents consume that number14:25
ralonsohok, I'm starting to think that this was a bad proposal...14:26
ralonsoh(thanks for the brain storming)14:26
slaweqralonsoh: this is valid issue but IMO we have to keep revision numbers working as they are now and to be sure they are updated always14:27
ralonsohexactly14:27
lajoskatonait was really enlighting14:29
ralonsohfor sure14:29
ralonsohthank you all14:29
mlavalleLet's also look at previous commits, to remeber the history. For example: https://review.opendev.org/c/openstack/neutron/+/42358114:29
mlavallejust read the commit messager14:30
mlavallemessage^^^14:30
damiandabrowski[m]sorry for interrupting but I need to leave in 5min14:30
damiandabrowski[m]I just want to say that today I removed WIP tag from https://review.opendev.org/c/openstack/neutron/+/839671 so please have a look if You can. I think it may be the best possible solution14:30
ralonsohok14:31
slaweqdamiandabrowski: sure14:31
lajoskatonadamiandabrowski[m]: thanks14:31
damiandabrowski[m]thank You!14:32
lajoskatonaFor https://bugs.launchpad.net/neutron/+bug/1973049/ does anybody more comments?14:33
slaweqralonsoh: one more question14:33
ralonsohsuer14:34
ralonsohsure14:34
slaweqcan't we maybe somehow do something like:14:34
slaweqUPDATE standardattributes SET revision_number = revision_number + 1 WHERE id = 4214:34
slaweqinstead of "get and update" like we do now?14:34
ralonsohbut this is the goal: update what you retrieve from the DB in this transaction14:35
slaweqwouldn't that solve the issue with those errors?14:35
ralonsohnope, that will introduce more14:35
ralonsohyou are deleting the transactionality14:35
slaweqok14:36
slaweqI was just thinking loud :)14:36
slaweqso there is no way to tell mysql "increase for me this number by 1"?14:37
slaweqand we need to do it in python?14:37
mlavalleralonsoh: to be clear, I don't oppose any efforts to improve DB and it's performance. But before we mess with the revision number mechanism, let's go back to the history (blog, commits) and all remind ourselves what we are dealing with14:37
mlavalleso whatever change we make, we do it with our eyes wide open14:37
mlavallethat's all14:37
lajoskatonamlavalle: thanks14:39
lajoskatonaif no more comments or questions...14:40
lajoskatona#endmeeting14:40
opendevmeetMeeting ended Fri May 13 14:40:41 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:40
opendevmeetMinutes:        https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-05-13-14.01.html14:40
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-05-13-14.01.txt14:40
opendevmeetLog:            https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-05-13-14.01.log.html14:40
ralonsohhave a nice weekend!14:40
mlavalleo/14:40
slaweqo/14:40
mtomaskao/14:40
lajoskatonaThanks for the discussion, have a nice weekend14:40
amotokio/14:40
lajoskatonao/14:40
mlavallehave a nice weekend!14:40
ralonsohand check https://review.opendev.org/c/openstack/neutron/+/841712 before leaving today!14:41
slaweqhave a nice weekend @all!14:41
obondarevo/14:41
mlavalleralonsoh: thanks for today's proposal. Nice discussion14:45
ralonsohmlavalle, yw14:45
slaweqralonsoh: I'm just updating to address haleyb's comments ther14:50
slaweqshould be ready in a minute14:50
ralonsohperfect14:50
* haleyb is assuming his comments were valid :)14:52
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [L3HA] Don't update HA router's ports if router isn't active on agents  https://review.opendev.org/c/openstack/neutron/+/84171214:52
slaweqralonsoh: haleyb ^^ done14:52
ralonsohchecking now14:53
slaweqthx14:54
haleybslaweq: typo in log message, 'an any' -> 'on any'14:58
*** ykarel_ is now known as ykarel15:05
opendevreviewSlawek Kaplonski proposed openstack/neutron master: [L3HA] Don't update HA router's ports if router isn't active on agents  https://review.opendev.org/c/openstack/neutron/+/84171215:05
slaweqhaleyb: done ^^ :)15:06
slaweqhave a nice weekend, I'm done for today15:06
slaweq:)15:06
haleybyou too!15:07
lajoskatonaslaweq: just a sec, sorry....15:07
lajoskatonaslaweq: could you abandon this one: https://review.opendev.org/c/openstack/neutron/+/823292 ?15:07
slaweqlajoskatona: done15:08
lajoskatonaslaweq: thanks15:08
lajoskatonamlavalle: Hi, could you help me out, it seems I cant abandon old pike patches in neutron-lbaas:15:11
lajoskatonamlavalle: https://review.opendev.org/q/project:openstack/neutron-lbaas+status:open+branch:stable/pike15:11
lajoskatonamlavalle: could you try it please, as I see you are in the neutron-release group and that perhaps has right for it15:11
elodillesmlavalle lajoskatona : sorry, i've done that meanwhile o:)15:16
lajoskatonaelodilles:  thanks15:17
opendevreviewTerry Wilson proposed openstack/ovsdbapp stable/xena: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84173815:54
opendevreviewTerry Wilson proposed openstack/ovsdbapp stable/wallaby: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84173915:54
opendevreviewTerry Wilson proposed openstack/ovsdbapp stable/ussuri: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84174015:55
opendevreviewTerry Wilson proposed openstack/ovsdbapp stable/train: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84174115:55
opendevreviewsean mooney proposed openstack/os-vif stable/xena: Use TCP keepalives for ovsdb connections  https://review.opendev.org/c/openstack/os-vif/+/84177116:09
opendevreviewsean mooney proposed openstack/os-vif stable/xena: only register tables used by os-vif  https://review.opendev.org/c/openstack/os-vif/+/84177216:09
opendevreviewsean mooney proposed openstack/os-vif stable/wallaby: Use TCP keepalives for ovsdb connections  https://review.opendev.org/c/openstack/os-vif/+/84177316:10
opendevreviewsean mooney proposed openstack/os-vif stable/wallaby: only register tables used by os-vif  https://review.opendev.org/c/openstack/os-vif/+/84177416:10
opendevreviewsean mooney proposed openstack/os-vif stable/victoria: Use TCP keepalives for ovsdb connections  https://review.opendev.org/c/openstack/os-vif/+/84177516:13
opendevreviewsean mooney proposed openstack/os-vif stable/victoria: only register tables used by os-vif  https://review.opendev.org/c/openstack/os-vif/+/84177616:13
opendevreviewsean mooney proposed openstack/os-vif stable/ussuri: Use TCP keepalives for ovsdb connections  https://review.opendev.org/c/openstack/os-vif/+/84177716:13
opendevreviewsean mooney proposed openstack/os-vif stable/ussuri: only register tables used by os-vif  https://review.opendev.org/c/openstack/os-vif/+/84177816:13
opendevreviewElvira García Ruiz proposed openstack/neutron master: [OVN] Log drop events per security group  https://review.opendev.org/c/openstack/neutron/+/83501416:14
opendevreviewsean mooney proposed openstack/os-vif stable/train: Use TCP keepalives for ovsdb connections  https://review.opendev.org/c/openstack/os-vif/+/84177916:14
opendevreviewsean mooney proposed openstack/os-vif stable/train: only register tables used by os-vif  https://review.opendev.org/c/openstack/os-vif/+/84178016:14
mlavallelajoskatona: I think you've been taken care of16:28
mlavalleelodilles: thanks16:28
*** gibi is now known as gibi_pto16:39
lajoskatonamnaser: Hi, please check this comment https://review.opendev.org/c/openstack/neutron-vpnaas/+/840330/5//COMMIT_MSG#2618:49
lajoskatonamnaser: as I see that's blocking the vpnaas backports18:49
mnaserlajoskatona: let me address that right away18:49
opendevreviewMohammed Naser proposed openstack/neutron-vpnaas stable/yoga: tests: fix functional tests  https://review.opendev.org/c/openstack/neutron-vpnaas/+/84033018:50
opendevreviewMohammed Naser proposed openstack/neutron-vpnaas stable/xena: tests: fix functional tests  https://review.opendev.org/c/openstack/neutron-vpnaas/+/84033118:52
opendevreviewMohammed Naser proposed openstack/neutron-vpnaas stable/victoria: tests: fix functional tests  https://review.opendev.org/c/openstack/neutron-vpnaas/+/84033318:52
opendevreviewMohammed Naser proposed openstack/neutron-vpnaas stable/wallaby: tests: fix functional tests  https://review.opendev.org/c/openstack/neutron-vpnaas/+/84033218:52
mnaserlajoskatona: should be ok now18:53
lajoskatonamnaser: thanks19:03
opendevreviewMohammed Naser proposed openstack/neutron-vpnaas master: Clean-up README file  https://review.opendev.org/c/openstack/neutron-vpnaas/+/57467919:04
mnasercool, i'm going on the backlog of reviews and making some changes for those that need it to make them decent ot land19:04
opendevreviewMohammed Naser proposed openstack/neutron-vpnaas master: Clean-up README file  https://review.opendev.org/c/openstack/neutron-vpnaas/+/57467919:06
mnaserlajoskatona: https://review.opendev.org/c/openstack/neutron-vpnaas/+/822926 trivial cleanup here too19:13
opendevreviewMerged openstack/neutron-vpnaas master: Drop install_venv  https://review.opendev.org/c/openstack/neutron-vpnaas/+/80991220:16
opendevreviewMerged openstack/ovsdbapp stable/xena: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84173820:26
opendevreviewMerged openstack/ovsdbapp stable/ussuri: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84174020:26
opendevreviewMerged openstack/ovsdbapp stable/train: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84174121:13
*** dasm is now known as dasm|off21:18
opendevreviewMerged openstack/ovsdbapp stable/wallaby: Add cooperative_yield() to OvsdbIdl  https://review.opendev.org/c/openstack/ovsdbapp/+/84173921:29
opendevreviewJakub Libosvar proposed openstack/neutron master: ovn-migration: Remove second tripleo-update call  https://review.opendev.org/c/openstack/neutron/+/84180121:37

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