Monday, 2020-05-04

*** spatel has quit IRC00:04
openstackgerritMerged openstack/neutron-vpnaas master: Bump default tox env from py37 to py38  https://review.opendev.org/72284700:10
*** Nel1x has joined #openstack-neutron00:14
*** ociuhandu has joined #openstack-neutron00:26
*** ociuhandu has quit IRC00:36
*** ociuhandu has joined #openstack-neutron00:38
*** ociuhandu has quit IRC00:43
*** slaweq has joined #openstack-neutron01:01
*** slaweq has quit IRC01:05
*** gthiemon1e has quit IRC01:05
*** gthiemonge has joined #openstack-neutron01:06
*** slaweq has joined #openstack-neutron01:06
*** slaweq has quit IRC01:10
*** slaweq has joined #openstack-neutron01:16
*** slaweq has quit IRC01:21
*** gregwork has quit IRC01:33
*** spatel has joined #openstack-neutron01:50
*** spatel has quit IRC01:54
openstackgerritMerged openstack/neutron-vpnaas master: Add Python3 victoria unit tests  https://review.opendev.org/72205702:07
*** gthiemonge has quit IRC02:09
*** gthiemonge has joined #openstack-neutron02:09
*** HenryG has joined #openstack-neutron02:16
*** ramishra has joined #openstack-neutron02:20
openstackgerritMerged openstack/neutron stable/train: Workaround in NetworkSegmentRange OVO until "project_id" migration  https://review.opendev.org/72265602:23
*** spatel has joined #openstack-neutron02:23
*** sapd1_x has joined #openstack-neutron03:12
*** sapd1_x has quit IRC03:17
*** sapd1_x has joined #openstack-neutron03:31
*** yamamoto has joined #openstack-neutron03:35
*** yamamoto has quit IRC03:38
*** jangutter has quit IRC03:44
*** jangutter has joined #openstack-neutron03:45
*** ociuhandu has joined #openstack-neutron03:56
*** ociuhandu has quit IRC04:02
*** ygk_12345 has joined #openstack-neutron04:17
*** ygk_12345 has left #openstack-neutron04:17
openstackgerritmanjunathpayala proposed openstack/networking-odl master: BGPVPN missing networks in ODL  https://review.opendev.org/70998904:26
*** ratailor has joined #openstack-neutron04:31
*** sapd1_x has quit IRC04:40
*** gcheresh has joined #openstack-neutron04:51
*** sapd1_x has joined #openstack-neutron04:54
*** jmlowe has quit IRC05:00
*** spatel has quit IRC05:01
*** jmlowe has joined #openstack-neutron05:03
*** ociuhandu has joined #openstack-neutron05:23
*** ociuhandu has quit IRC05:33
*** Nel1x has quit IRC05:37
*** tmorin has joined #openstack-neutron06:04
*** waleedm has joined #openstack-neutron06:11
*** slaweq has joined #openstack-neutron06:12
*** ratailor has quit IRC06:19
*** ratailor has joined #openstack-neutron06:19
*** rpittau|afk is now known as rpittau06:33
*** jlibosva has joined #openstack-neutron06:33
*** ociuhandu has joined #openstack-neutron06:38
*** ircuser-1 has quit IRC06:42
*** waleedm_ has joined #openstack-neutron06:47
*** waleedm_ has quit IRC06:48
*** waleedm__ has joined #openstack-neutron06:48
*** waleedm has quit IRC06:50
*** waleedm_ has joined #openstack-neutron06:52
*** waleedm__ has quit IRC06:57
*** waleedm__ has joined #openstack-neutron06:57
*** waleedm_ has quit IRC07:00
*** waleedm__ has quit IRC07:03
*** ccamposr has joined #openstack-neutron07:06
*** ccamposr__ has joined #openstack-neutron07:08
*** ccamposr has quit IRC07:11
*** sapd1_x has quit IRC07:18
*** gcheresh has quit IRC07:30
*** sapd1_x has joined #openstack-neutron07:30
*** jakeyip has joined #openstack-neutron07:36
jakeyipHi all. I'm trying to use neutron-ovn-db-sync-util to sync our neutron db into OVN, but I'm running into issues as our DB is quite big. I wonder if anybody has done something like this before?07:36
slaweqdalvarez: jlibosva: hi, maybe You can help with ^^ :)07:37
jlibosvaslaweq: hi07:37
jlibosvajakeyip: do you have any traces? is it ovsdb commands timing out?07:38
dalvarezjakeyip: did you report a bug in launchpad recently? rings a bell07:40
dalvarezjakeyip: jlibosva https://bugs.launchpad.net/networking-ovn/+bug/187127207:40
openstackLaunchpad bug 1871272 in networking-ovn "Failure running neutron-ovn-db-sync-util" [Undecided,New]07:40
jakeyipyes that's the bug07:41
dalvarezjakeyip: jlibosva i saw your message in launchpad but you wrote 'ignore my last message' so I'm curious if it's all the time around the DHCP options sync area07:41
jlibosvathe duplicated SG is also a known issue I think07:42
dalvarezalso jakeyip there should be no threads involved iirc so everything is pretty linear07:42
jakeyipWell, we've hacked around the code a bit. One observation is that generally it runs slower and slower with more and more records until it is committing one transaction every few minutes07:43
dalvarezjakeyip: jlibosva it would be great to have full logs of the tool if you're ok with sharing07:45
*** gcheresh has joined #openstack-neutron07:45
dalvarezjakeyip: if so, we can try to determine where the bottleneck is07:45
jakeyipdalvarez:  I can revert all our changes and start off with clean upstream code and we start from there?07:45
dalvarezjakeyip: that'd be awesome, log in DEBUG mode and attach logs to the LP bug07:46
dalvarezjakeyip: we need to detemrine which is the bottleneck of these calls: https://github.com/openstack/networking-ovn/blob/stable/train/networking_ovn/ovn_db_sync.py#L9007:47
dalvarezjakeyip: also it'd help if you run it first in LOG mode to see if the issue is actually the writes07:47
dalvarezbut we can build up from your first run and see07:48
*** jpena|off is now known as jpena07:49
jakeyipLOG mode works. It's the writes.07:50
*** ociuhandu has quit IRC07:51
dalvarezjakeyip: cool, i imagined the routers/router ports part was the most expensive as the txn could have zillions of commands07:51
dalvarezjakeyip: also to get a rough estimate... how many number of ports are we talking about?07:52
dalvarezmaybe ovsdbapp cannot handle things like: https://github.com/openstack/networking-ovn/blob/stable/train/networking_ovn/ovn_db_sync.py#L114107:53
dalvarezwhere 2K ports are added... we may need to break things down a bit where needed07:53
dalvarezjakeyip: some numbers would help: #of ports, lrps, routers, networks, acls, port groups07:53
dalvarezyou can pull those from the log mode07:53
jakeyipcool. I've sent up a (truncated) log. let me know if that is useful?07:55
*** ociuhandu has joined #openstack-neutron08:00
jakeyipthe sync doesn't seem to progress. It is currently at ` Running txn n=83 command(idx=37750)` and size of the northbound db on disk doesn't grow08:00
openstackgerritBernard Cafarelli proposed openstack/networking-ovn stable/train: Remove testing OVS/OVN master branch in Train  https://review.opendev.org/69658108:03
jakeyipdalvarez:  we have code that breaks down the transaction into chunks. if you are interested I can send it up for comments.08:03
jlibosvabcafarel: thank you sir :)08:04
bcafarel:)08:04
bcafareljlibosva: np I was checking the open stable backports and the merge conflict looked easy to fix!08:04
jlibosvabcafarel: believe it or not but I was looking at it this morning too :)08:05
jlibosvathat's why I recognized the summary here in the chat08:05
openstackgerritmanjunathpayala proposed openstack/networking-odl master: BGPVPN missing networks in ODL  https://review.opendev.org/70998908:15
*** stingrayza has quit IRC08:15
*** stingrayza has joined #openstack-neutron08:18
*** sapd1_x has quit IRC08:20
openstackgerritOpenStack Proposal Bot proposed openstack/networking-midonet master: Imported Translations from Zanata  https://review.opendev.org/70031108:26
dalvarezjakeyip: wow command(idx=37750)  ! jakeyip can you see the txn being sent to NB ovsdb-server ? in other words, is ovsdb-server not replying back or ovsdbapp not even sending the commands to the server08:27
dalvarezjakeyip: so this doesnt finish in your log: 2020-05-04 17:22:20.223 5935 DEBUG networking_ovn.ovn_db_sync [req-c2feb096-df73-44de-874e-e00caea3a7b5 - - - - -] Port-Group-SYNC: transaction started @ 2020-05-04 17:22:20.223388 sync_port_groups08:29
dalvarezis that right?08:29
dalvarezjakeyip: apparently the server is returning "OVSDB transaction returned TRY_AGAIN"08:30
dalvarezjakeyip: i left a comment08:31
openstackgerritMerged openstack/neutron stable/stein: Fix queries to retrieve allocations with network_segment_range  https://review.opendev.org/72167908:32
*** stingrayza has quit IRC08:32
*** sapd1_x has joined #openstack-neutron08:34
openstackgerritDirk Mueller proposed openstack/neutron stable/pike: Revert iptables TCP checksum-fill code  https://review.opendev.org/71990908:35
*** dtantsur|afk is now known as dtantsur08:43
*** stingrayza has joined #openstack-neutron08:49
jakeyipdalvarez:  thanks for your help! really appreciated it. I've replied to you.08:52
*** salmankhan has joined #openstack-neutron09:00
*** stingrayza has quit IRC09:03
*** salmankhan1 has joined #openstack-neutron09:04
*** salmankhan has quit IRC09:05
*** salmankhan1 is now known as salmankhan09:05
*** stingrayza has joined #openstack-neutron09:07
*** waleedm has joined #openstack-neutron09:15
*** abdysn has joined #openstack-neutron09:15
dalvarezjakeyip: always fails around '2020-04-06 23:33:38.954 3072 ERROR neutron_ovn_db_sync_util for row in self._tables['DHCP_Options']' ?09:18
dalvarezaround DHCP_Options? kinda coming down to my first question in the bug :p09:18
*** lpetrut has joined #openstack-neutron09:25
*** stingrayza has quit IRC09:29
jakeyipdalvarez: no, that part is in `sync_networks_ports_and_dhcp_opts()`. without our patch it doesn't get to that point09:30
*** jangutter has quit IRC09:32
openstackgerritFlavio Fernandes proposed openstack/neutron master: port_forwarding: extend support for OVN usage  https://review.opendev.org/72444509:41
dalvarezjakeyip: your patch == chunks for txns? and with your patch you hit the self._tables['DHCP_Options']' dictr change error??09:43
openstackgerritArie Bregman proposed openstack/networking-ovn stable/train: Added OSP 16.1 to plugin spec  https://review.opendev.org/72522209:47
jakeyipes our patch is chunks for txn. We haven't hit that for a while after our patch09:48
dalvarezjakeyip: i think im a bit lost sorry :) when you say "we haven't hit that" what do you mean by 'that'; the dhcp_options dup dict?  jakeyip im trying to understand where the problem is, without your patch probelm seems to be ovsdb_server and RETRY?09:49
dalvarezjakeyip: and with your patch what's the problem? dup dicts, and randomly on different tables? any patterns?09:50
jakeyipdalvarez: sorry it's confusing because there are multiple errors09:50
jakeyip1) without any patches, OVSDB will return TRY_AGAIN over and over, it never completes09:50
*** yamamoto has joined #openstack-neutron09:50
*** ociuhandu has quit IRC09:51
jakeyip2) with out patches, there are duplicate keys randomly. most commonly in ACLs. running the sync over and over again will result in different key erroring09:51
*** ociuhandu has joined #openstack-neutron09:52
jakeyips/2) with out/2) with our/09:52
*** waleedm has quit IRC09:52
*** ociuhandu has quit IRC09:57
jakeyipI haven't post logs of those errors because it might make things more confusing.09:57
*** yamamoto has quit IRC09:58
dalvarezjakeyip: ack got it, can you add your patch for reference as well?seems that it's needed09:58
*** ociuhandu has joined #openstack-neutron10:00
jakeyipSure. might take a while because we are working on stein and now networking-ovn is in neutron :)10:01
*** stingrayza has joined #openstack-neutron10:01
*** ralonsoh has joined #openstack-neutron10:03
*** gcheresh has quit IRC10:04
dalvarezjakeyip: seems like they dict key is the main cause due to so many things happening at the same time so the in-memory copy of the db hits some race condition10:05
dalvarezotherwiseguy: ^ interesting issue10:05
dalvarezhuh10:05
dalvarezjakeyip: you're using raft, can you verify if this thing happens without raft?10:06
jakeyipwithout clustered db?10:06
dalvarezjakeyip: right, active/passive or just one instance... it's kinda weird that you see reconnections right when the issue happens right?10:07
dalvarezMay 04 18:38:36 jake-ovn-train ovsdb-server[4573]: ovs|01959|reconnect|DBG|tcp:127.0.0.1:51024: connecting...10:07
dalvarezERR|tcp:127.0.0.1:51036: no response to inactivity probe after 5 seconds, disconnecting10:07
dalvarezjakeyip: i'd also suggest bumping the probe intervals10:07
*** armax has joined #openstack-neutron10:09
jakeyipI started off with a single non-clustered db, I moved on to clustered and v2.12 in hope that the optimisations can help. e.g. https://www.slideshare.net/hanzhou1978/large-scale-overlay-networks-with-ovn-problems-and-solutions slide 1710:12
*** rpittau is now known as rpittau|bbl10:14
dalvarezjakeyip: yeah, also i noticed some bugs around the raft clustering on very busy systems that i can't really help with... if you observed the same thing on a non clustered db, perhaps we can ignore this for now10:16
dalvarezjakeyip: i suggested to bump the remote probe intervals in the LP and retry ... reconnections are costly in large dbs but IIRC RAFT makes them easier by sending things that actually changed since the disconnection10:17
dalvarezbut as i said, not very familiar with this part10:17
dalvarezjakeyip: seems to me that reconnections can be noisy so bumping the interval could help determine the root cause, i think that anybways we need to make it more resilient10:17
jakeyipdo you know where this probe interval setting is? I'm having trouble finding it10:18
jakeyipdalvarez:  is that a ovsdb setting or neutron setting?10:19
*** abhishek has joined #openstack-neutron10:29
*** abhishek has quit IRC10:44
openstackgerritMerged openstack/neutron-fwaas-dashboard master: Imported Translations from Zanata  https://review.opendev.org/72383510:46
*** gcheresh has joined #openstack-neutron10:53
dalvarezjakeyip: ovsdb -> https://bugs.launchpad.net/tripleo/+bug/183660410:54
openstackLaunchpad bug 1836604 in tripleo "OVN: bump the ovn-remote-probe-interval for ovn-controller" [Undecided,Fix released] - Assigned to Kamil Sambor (ksambor)10:54
*** njohnston has joined #openstack-neutron11:01
openstackgerritJakub Libosvar proposed openstack/networking-ovn stable/train: [ovn] Add PortBinding delete event for external ports  https://review.opendev.org/72523111:11
openstackgerritMerged openstack/neutron master: Fix dhcpv6-statefull typo  https://review.opendev.org/72486111:11
*** slaweq_ has joined #openstack-neutron11:18
*** slaweq has quit IRC11:21
*** ociuhandu has quit IRC11:29
*** ociuhandu has joined #openstack-neutron11:30
*** jpena is now known as jpena|lunch11:30
jakeyipdalvarez: hm, I saw that, but it seems like that's for ovn-controller? the sync script has it's own client I think.11:33
*** ociuhandu has quit IRC11:35
*** yamamoto has joined #openstack-neutron11:37
*** yamamoto has quit IRC11:37
*** nweinber has joined #openstack-neutron11:45
dalvarezjakeyip: right, i think that the sync script doesnt even have the probe interval or it has it set to 5s? we changed that at some point iirc11:59
dalvarezwe need otherwiseguy ^11:59
openstackgerritSlawek Kaplonski proposed openstack/neutron master: Change format of the dnsmasq's host file  https://review.opendev.org/72524612:03
*** abdysn has quit IRC12:04
*** dmellado has quit IRC12:10
*** ociuhandu has joined #openstack-neutron12:11
*** sapd1_x has quit IRC12:16
*** dmellado has joined #openstack-neutron12:16
*** ociuhandu has quit IRC12:17
openstackgerritMerged openstack/neutron-fwaas-dashboard master: Cleanup py27 support  https://review.opendev.org/72079212:21
*** rpittau|bbl is now known as rpittau12:22
*** ociuhandu has joined #openstack-neutron12:30
*** jpena|lunch is now known as jpena12:31
openstackgerritAndreas Jaeger proposed openstack/networking-bgpvpn master: Add Python3 victoria unit tests  https://review.opendev.org/72204012:52
openstackgerritAndreas Jaeger proposed openstack/networking-bgpvpn master: Cleanup py27 support  https://review.opendev.org/72079412:53
*** spatel has joined #openstack-neutron12:53
*** jamesden_ is now known as jamesdenton13:07
openstackgerritThomas Morin proposed openstack/networking-bgpvpn master: test-requirements: upgrade min version of networking-bagpipe  https://review.opendev.org/72526313:09
*** yamamoto has joined #openstack-neutron13:11
*** yamamoto has quit IRC13:16
*** ociuhandu has quit IRC13:20
*** ociuhandu has joined #openstack-neutron13:21
*** tbachman has joined #openstack-neutron13:21
*** ociuhandu has quit IRC13:25
*** KeithMnemonic has joined #openstack-neutron13:31
*** ociuhandu has joined #openstack-neutron13:36
*** ralonsoh has quit IRC13:37
*** salmankhan1 has joined #openstack-neutron13:39
*** salmankhan has quit IRC13:40
*** salmankhan1 is now known as salmankhan13:40
openstackgerritFlavio Fernandes proposed openstack/neutron master: port_forwarding: extend support for OVN usage  https://review.opendev.org/72444513:42
*** lpetrut has quit IRC13:49
*** ralonsoh has joined #openstack-neutron13:49
*** ratailor has quit IRC13:53
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron stable/train: Use dict .get() to avoid a KeyError in the segment plugin  https://review.opendev.org/72527813:59
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron stable/stein: Default (shared) network segment range is not mandatory  https://review.opendev.org/72168614:02
openstackgerritRodolfo Alonso Hernandez proposed openstack/neutron master: Open Victoria DB branch  https://review.opendev.org/72120714:03
otherwiseguydalvarez: jakeyip: to my knowledge, the only way to get TRY_AGAIN is if we are running a Command that calls verify() which basically means "let me know if a row I'm modifying has been modified already from the values it has that I have cached". In this case, it returns TRY_AGAIN so we can re-run the command. So unless there are multiple connections modifying the db at the same time, it should be impossible to get14:07
otherwiseguyTRY_AGAIN.14:07
openstackgerritRodolfo Alonso Hernandez proposed openstack/ovsdbapp master: Add "inactivity_probe" parameter to "enable_connection_uri"  https://review.opendev.org/72078514:08
otherwiseguyI haven't tried to see what happens if you call a command with verify() and in the same transaction do multiple modifications of the same row, though.14:08
zigoWhat's the correct procedure for upgrading OpenVSwitch in a compute ?14:09
zigoEven after restarting OVS and ovs-agent, I still don't get connectivity to my VM... :/14:09
otherwiseguydalvarez: jakeyip: (I should clarify that it isn't just that verify() the row changed, but that a specific column in the row has changed)14:10
dalvarezotherwiseguy: worth noting that jakeyip is using raft14:17
dalvareznot sure if that plays a role14:17
otherwiseguydalvarez: shouldn't14:17
dalvarezright14:17
otherwiseguydalvarez: doesn't meant that it *doesn't* though :D14:17
dalvarezyeah :D that's why i mentioned it to you14:17
dalvarez:p14:17
otherwiseguyBut yeah, biggest issue is probably just "really long transaction and timeout"14:18
otherwiseguydalvarez: might also be that finishing up the indexed lookups patch makes this issue go away since big db with lots of operations/commands doing O(n) lookups14:39
dalvarezotherwiseguy: that'd help for sure, im not sure what bottleneck are we hiting... i wouldnt expect multiple writers so i dont know where this 'dict' altered thing can occur14:46
otherwiseguydalvarez: I'll try to create a quick test of calling verify() and modifying a row's column twice in the same transaction.14:47
*** mlavalle has joined #openstack-neutron14:48
openstackgerritAndreas Jaeger proposed openstack/networking-bgpvpn master: DNM: Debug jobs  https://review.opendev.org/72529314:54
dalvarezotherwiseguy: not sure if there's an easy way for jakeyip to share the neutron db and we can explore :? that'll help i believe14:54
otherwiseguydalvarez: it should also be noted, that TRY_AGAIN doesn't actually *matter*, it is perfectly valid response and we should handle it normally by just running the command again.15:04
otherwiseguydalvarez: jakeyip: doing a quick test calling db_set() twice on Logical_Switch.external_ids in the same transaction works fine, so I wouldn't expect a TRY_AGAIN w/o multiple connections going. ovn_db_sync doesn't do something silly like run multiple workers if they are defined for the driver...15:11
otherwiseguyeven if it did, was thinking it held an ovsdb lock15:12
otherwiseguyok, can verify it doesn't. that would have been weird. :p15:17
openstackgerritMichał Dulko proposed openstack/neutron stable/ussuri: Add Octavia file in devstack/lib  https://review.opendev.org/72530215:20
otherwiseguydalvarez: jakeyip: i did notice several connections to port 6641 when running ovn-db-sync, had an old checkout of neutron though from I think before we did some work to get rid of l3 connection. re-stacking to see what it looks like on master.15:26
otherwiseguybut if there are some commands running against l3 connection and others running against driver connection that modify same columns maybe they could step on each other occasionally? still seems unlikely since we call commit_block() so block waiting for a response from the server. and I don't think we register events, so shouldn't have that thread to worry about.15:34
*** ociuhandu has quit IRC15:38
*** ociuhandu has joined #openstack-neutron15:39
*** ociuhandu has quit IRC15:44
openstackgerritMerged openstack/neutron master: Add py38 package metadata  https://review.opendev.org/72498915:57
otherwiseguydalvarez: I did just run into a bug introduced by getting rid of the l3 connection--db_sync_util assumes that when looking up the connection with mechanism_manager that it will be under 'ovn', but for sync util it is 'ovn-sync'.16:00
*** ociuhandu has joined #openstack-neutron16:04
*** rpittau is now known as rpittau|afk16:08
*** ociuhandu has quit IRC16:09
openstackgerritTerry Wilson proposed openstack/neutron master: Fix ovn-db-sync-util after removing l3 ovsdb connection  https://review.opendev.org/72530916:10
*** ircuser-1 has joined #openstack-neutron16:19
openstackgerritAndreas Jaeger proposed openstack/networking-midonet master: Add Python3 victoria unit tests  https://review.opendev.org/72372516:20
openstackgerritmanjunathpayala proposed openstack/networking-odl master: BGPVPN missing networks in ODL  https://review.opendev.org/70998916:20
*** gcheresh has quit IRC16:22
openstackgerritMerged openstack/neutron-vpnaas stable/ussuri: Fix unsubscriptable-object error  https://review.opendev.org/72514516:22
*** ociuhandu has joined #openstack-neutron16:27
openstackgerritFlavio Fernandes proposed openstack/neutron master: port_forwarding: extend support for OVN usage  https://review.opendev.org/72444516:27
*** ociuhandu has quit IRC16:38
*** ociuhandu has joined #openstack-neutron16:38
openstackgerritFlavio Fernandes proposed openstack/neutron master: WIP (DNM): ovn port forwarding rfe  https://review.opendev.org/72386316:42
*** ociuhandu has quit IRC16:50
*** dtantsur is now known as dtantsur|afk16:57
*** jpena is now known as jpena|off17:04
*** ralonsoh has quit IRC17:07
*** salmankhan has quit IRC17:21
*** CeeMac has joined #openstack-neutron17:21
*** hoonetorg has quit IRC17:23
*** ociuhandu has joined #openstack-neutron17:25
*** jlibosva has quit IRC17:28
*** ociuhandu has quit IRC17:33
openstackgerritRoman Safronov proposed openstack/neutron master: Add OSP16.1 choice to migration plugin spec  https://review.opendev.org/72535117:34
*** maciejjozefczyk has joined #openstack-neutron17:45
*** maciejjozefczyk has quit IRC17:53
*** maciejjozefczyk has joined #openstack-neutron17:57
*** jlibosva has joined #openstack-neutron17:59
*** jlibosva has quit IRC18:03
openstackgerritMerged openstack/neutron master: Remove unused method "_make_fixed_ip_dict"  https://review.opendev.org/72480418:06
openstackgerritCorey Bryant proposed openstack/networking-bagpipe master: Monkey patch original current_thread _active  https://review.opendev.org/72536118:19
*** Jeffrey4l has quit IRC18:23
*** ociuhandu has joined #openstack-neutron18:23
*** Jeffrey4l has joined #openstack-neutron18:31
openstackgerritCorey Bryant proposed openstack/networking-sfc master: Monkey patch original current_thread _active  https://review.opendev.org/72536718:32
*** Jeffrey4l has quit IRC18:36
*** Jeffrey4l has joined #openstack-neutron18:43
*** maciejjozefczyk has quit IRC18:45
openstackgerritHarald Jensås proposed openstack/neutron master: Use dhcp-host tag support when supported  https://review.opendev.org/72536918:56
*** ociuhandu has quit IRC18:58
*** jlibosva has joined #openstack-neutron18:59
*** hoonetorg has joined #openstack-neutron19:00
*** jlibosva has quit IRC19:03
*** munimeha1 has joined #openstack-neutron19:16
*** ociuhandu has joined #openstack-neutron19:34
dalvarezotherwiseguy: ops good catch!19:39
dalvareztthe mechanism manager19:39
openstackgerritHarald Jensås proposed openstack/neutron master: Use dhcp-host tag support when supported  https://review.opendev.org/72536919:44
*** gcheresh has joined #openstack-neutron19:46
*** lseki has joined #openstack-neutron19:51
*** tmorin has quit IRC20:08
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: Re-home OvnProviderHelper class  https://review.opendev.org/72442720:08
*** nweinber has quit IRC20:14
*** threestrands has joined #openstack-neutron20:34
openstackgerritHarald Jensås proposed openstack/neutron master: Use dhcp-host tag support when supported  https://review.opendev.org/72536920:37
openstackgerritCorey Bryant proposed openstack/networking-sfc master: Monkey patch original current_thread _active  https://review.opendev.org/72536720:38
openstackgerritCorey Bryant proposed openstack/networking-bagpipe master: Monkey patch original current_thread _active  https://review.opendev.org/72536120:39
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: Re-home unit tests  https://review.opendev.org/72442820:40
openstackgerritFlavio Fernandes proposed openstack/neutron master: port_forwarding: extend support for OVN usage  https://review.opendev.org/72444520:45
openstackgerritFlavio Fernandes proposed openstack/neutron master: WIP (DNM): ovn port forwarding rfe  https://review.opendev.org/72386320:53
*** ociuhandu has quit IRC20:57
*** jlibosva has joined #openstack-neutron21:00
*** jlibosva has quit IRC21:06
*** slaweq_ has quit IRC21:08
*** ociuhandu has joined #openstack-neutron21:10
openstackgerritNate Johnston proposed openstack/neutron-tempest-plugin master: [WIP] Add cleanups for trunks  https://review.opendev.org/72493421:11
*** slaweq_ has joined #openstack-neutron21:14
*** gcheresh has quit IRC21:15
*** slaweq_ has quit IRC21:19
openstackgerritNate Johnston proposed openstack/neutron-tempest-plugin master: [WIP] Add cleanups for trunks  https://review.opendev.org/72493421:19
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: Re-home ovsdb event classes  https://review.opendev.org/72539821:19
*** ociuhandu has quit IRC21:22
*** ociuhandu has joined #openstack-neutron21:23
*** ociuhandu has quit IRC21:27
openstackgerritCorey Bryant proposed openstack/neutron-dynamic-routing master: Monkey patch original current_thread _active  https://review.opendev.org/72540321:31
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: Re-home unit tests  https://review.opendev.org/72442821:32
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: Re-home ovsdb event classes  https://review.opendev.org/72539821:34
openstackgerritMerged openstack/neutron master: Migrate neutron grenade jobs to be native Zuul v3  https://review.opendev.org/72507321:47
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: WIP: Include functional tests in coverage results  https://review.opendev.org/71399621:53
openstackgerritBrian Haley proposed openstack/ovn-octavia-provider master: Re-home ovsdb event classes  https://review.opendev.org/72539822:06
openstackgerritNate Johnston proposed openstack/neutron master: [WIP] Try timing port actions  https://review.opendev.org/72478722:11
*** rcernin has joined #openstack-neutron22:22
*** spatel has quit IRC22:49
*** jlibosva has joined #openstack-neutron23:03
*** jlibosva has quit IRC23:08
*** ccamposr has joined #openstack-neutron23:17
*** ccamposr__ has quit IRC23:20
*** mlavalle has quit IRC23:25
*** munimeha1 has quit IRC23:26
openstackgerritMerged openstack/neutron-vpnaas stable/ussuri: Update .gitreview for stable/ussuri  https://review.opendev.org/72205423:33
*** dconde has joined #openstack-neutron23:36
*** dconde has quit IRC23:38
*** dconde has joined #openstack-neutron23:40
openstackgerritMerged openstack/neutron-vpnaas stable/ussuri: Update TOX_CONSTRAINTS_FILE for stable/ussuri  https://review.opendev.org/72205523:43
*** dconde has quit IRC23:45
*** dconde_ has joined #openstack-neutron23:49
*** dconde_ has quit IRC23:49
*** dconde has joined #openstack-neutron23:50
*** sorrison has joined #openstack-neutron23:53
*** dconde has quit IRC23:54
*** dconde has joined #openstack-neutron23:54
*** dconde has quit IRC23:55
*** dconde has joined #openstack-neutron23:55
*** dconde has quit IRC23:55
*** dconde has joined #openstack-neutron23:57
*** dconde has quit IRC23:58
*** dconde has joined #openstack-neutron23:59
*** dconde has quit IRC23:59
*** dconde has joined #openstack-neutron23:59

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