opendevreview | zhangtongjian proposed openstack/neutron master: add has lock judgment for OvnNbSynchronizer https://review.opendev.org/c/openstack/neutron/+/800751 | 01:28 |
---|---|---|
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Support router association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/792338 | 05:20 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Support peer association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/800882 | 05:20 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Support router association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/792338 | 05:49 |
opendevreview | Manu B proposed openstack/neutron-dynamic-routing master: Support peer association to BGP speaker https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/800882 | 05:49 |
opendevreview | Manu B proposed openstack/neutron-lib master: Introduce new bgp_associations API definition https://review.opendev.org/c/openstack/neutron-lib/+/792774 | 07:14 |
*** rpittau|afk is now known as rpittau | 07:24 | |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/wallaby: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800892 | 08:58 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/victoria: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800893 | 08:59 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron stable/ussuri: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800894 | 08:59 |
opendevreview | Lucas Alvares Gomes proposed openstack/networking-ovn stable/train: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/networking-ovn/+/800896 | 09:02 |
opendevreview | zhangtongjian proposed openstack/neutron master: add has lock judgment for OvnNbSynchronizer https://review.opendev.org/c/openstack/neutron/+/800751 | 09:09 |
zhangtongjian | lucasagomes:hi | 09:29 |
lucasagomes | zhangtongjian, hi there | 09:32 |
zhangtongjian | lucasagomes:https://review.opendev.org/c/openstack/neutron/+/800751 | 09:32 |
lucasagomes | will take a look | 09:32 |
zhangtongjian | lucasagomes:tks | 09:33 |
lucasagomes | zhangtongjian, commented | 09:44 |
opendevreview | Manu B proposed openstack/neutron-lib master: Introduce new bgp_associations API definition https://review.opendev.org/c/openstack/neutron-lib/+/792774 | 10:10 |
gryf | hi. can anyone tell me which devstack services do I need for neutron with OVN for multinode setup? for controller I have this: https://dpaste.org/6P1u. what about worker node? | 10:22 |
gryf | (the last one is q-svc) | 10:22 |
bcafarel | gryf: ovn-controller and probably ovn metadata agent and you should be good | 10:24 |
bcafarel | I think we have also devstack example for compute node let me check | 10:24 |
bcafarel | gryf: https://opendev.org/openstack/neutron/src/branch/master/devstack/ovn-compute-local.conf.sample | 10:25 |
gryf | bcafarel, cool, thanks! | 10:25 |
gryf | btw, do I still needs Q_* variables? doesn't OVN is the default one? | 10:26 |
opendevreview | Merged openstack/neutron master: Revert "Config option to enable OVN IDL on other workers" https://review.opendev.org/c/openstack/neutron/+/800650 | 10:27 |
opendevreview | Merged openstack/neutron master: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800679 | 10:27 |
ralonsoh | gryf, https://paste.opendev.org/show/807498/ | 10:32 |
ralonsoh | this is my compute node config | 10:32 |
ralonsoh | I have ceph for live-migration | 10:32 |
gryf | ralonsoh, oh cool, so no need for explicitly setting Q_ML2_* anymore :) | 10:33 |
gryf | thanks :) | 10:33 |
ralonsoh | no, OVN the default one now with devstack | 10:33 |
gryf | awesome! | 10:33 |
gryf | ralonsoh, why you need q-agt, q-meta and q-l3 with OVN? | 10:35 |
ralonsoh | I don't, I disable those services | 10:37 |
gryf | ralonsoh, on line 13 you have it enabled though, but anyway down there you have it disabled, ack :) | 10:38 |
ralonsoh | I need to clean-up a bit this local.conf file... | 10:39 |
gryf | :D | 10:39 |
kevko | Hi guys, wondering if below message from mariadb log is neutron issue or mariadb issue ? | 10:48 |
kevko | [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMARY` table `neutron`.`provisioningblocks` | 10:48 |
kevko | [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMARY` table `neutron`.`portsecuritybindings` | 10:48 |
kevko | [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait index `PRIMARY` table `neutron`.`ml2_port_binding_levels` | 10:48 |
kevko | openstack wallaby version | 10:49 |
kevko | there is also question in openstack discuss -> http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014928.html | 10:49 |
kevko | can't see similar messages for other services ..only neutron | 10:49 |
ralonsoh | kevko, that was also affecting other products | 10:52 |
ralonsoh | https://bugzilla.redhat.com/show_bug.cgi?id=1899052 | 10:52 |
ralonsoh | that seems to be a problem in innoDB | 10:52 |
kevko | ralonsoh: well, I have 10.5.10 mariadb ..so I assume it's already fixed in this version | 10:53 |
ralonsoh | and when do you see those errors? | 10:54 |
ralonsoh | what operation are you doing? | 10:54 |
lajoskatona | gryf: there's a patch with local.conf smples: https://review.opendev.org/c/openstack/neutron/+/799159, nearly merged | 10:55 |
kevko | well, I was running tempest tests against stack ..so can't identify which workflow .. | 10:55 |
gryf | lajoskatona, thanks! | 10:57 |
zhangtongjian | lucasagomes: due to https://review.opendev.org/c/openstack/neutron/+/800751 | 11:02 |
zhangtongjian | lucasagomes: as your comments, is we should lock NB? | 11:03 |
kevko | well, I was running tempest tests against stack ..so can't identify which workflow .. | 11:08 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Make external ports aware of network AZs https://review.opendev.org/c/openstack/neutron/+/762550 | 11:25 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Document Network Availability Zones https://review.opendev.org/c/openstack/neutron/+/788040 | 11:25 |
opendevreview | Takashi Kajinami proposed openstack/neutron-lib master: Replace deprecated inspect.getargspec https://review.opendev.org/c/openstack/neutron-lib/+/800914 | 11:29 |
opendevreview | Takashi Kajinami proposed openstack/neutron-lib master: Replace deprecated inspect.getargspec https://review.opendev.org/c/openstack/neutron-lib/+/800915 | 11:31 |
opendevreview | Takashi Kajinami proposed openstack/neutron-lib master: Replace deprecated inspect.getargspec https://review.opendev.org/c/openstack/neutron-lib/+/800920 | 11:34 |
ralonsoh | tkajinam, hi, you are not pushing updates but new patches | 11:35 |
ralonsoh | please, abandon 800914 and 800915 | 11:35 |
tkajinam | ralonsoh, sorry seems like my local commit is messed up | 11:35 |
ralonsoh | no problem at all | 11:35 |
tkajinam | ralonsoh, I noticed that and now fixing them all | 11:35 |
opendevreview | Takashi Kajinami proposed openstack/neutron-lib master: Replace deprecated inspect.getargspec https://review.opendev.org/c/openstack/neutron-lib/+/800915 | 11:36 |
opendevreview | Takashi Kajinami proposed openstack/neutron-lib master: Replace deprecated inspect.getargspec https://review.opendev.org/c/openstack/neutron-lib/+/800915 | 11:37 |
tkajinam | ralonsoh, ^^^ this one is fixed | 11:38 |
ralonsoh | cool | 11:39 |
opendevreview | zhangtongjian proposed openstack/neutron master: add has lock judgment for OvnNbSynchronizer https://review.opendev.org/c/openstack/neutron/+/800751 | 11:47 |
zhangtongjian | lucasagomes: hi, i have same comments, pls has a look | 11:50 |
*** iurygregory_ is now known as iurygregory | 12:07 | |
opendevreview | Michal Arbet proposed openstack/neutron-dynamic-routing stable/wallaby: Fix TypeError when formatting BGP IP address. https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/786324 | 12:16 |
lucasagomes | zhangtongjian, I think the patch is wrong there, do you meant to put that check on that sync() method!? | 12:21 |
kevko | ^ someone to check ? | 12:21 |
lucasagomes | cause that's at the end of the scope for that method, it does not have any effect | 12:21 |
opendevreview | zhangtongjian proposed openstack/neutron master: add has lock judgment for OvnNbSynchronizer https://review.opendev.org/c/openstack/neutron/+/800751 | 12:34 |
zhangtongjian | lucasagomes: I've made some changes for the patch | 12:35 |
zhangtongjian | ralonsoh, pls have a look the patch https://review.opendev.org/c/openstack/neutron/+/800751 | 12:41 |
opendevreview | Lajos Katona proposed openstack/neutron-lib master: BFD api def https://review.opendev.org/c/openstack/neutron-lib/+/775420 | 13:12 |
opendevreview | Lajos Katona proposed openstack/neutron-lib master: extension for adding bfd monitors to extraroutes https://review.opendev.org/c/openstack/neutron-lib/+/778859 | 13:12 |
opendevreview | Lajos Katona proposed openstack/neutron-tempest-plugin master: WIP: API tests for BFD support https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/800949 | 14:04 |
pjakuszew | does anyone know if it is possible to break a loopingcall.FixedIntervalLoopingCall in running neutron-l3-agent? two out of three L3 nodes with VPNaaS plugins seem be caught in a loop that breaks IPsecDriver.report_status() function | 14:20 |
pjakuszew | I would really like to avoid restarting the L3 agents | 14:20 |
pjakuszew | as in, the loopingcall keeps running continuously | 14:21 |
pjakuszew | instead of defined intervals | 14:21 |
pjakuszew | this causes issues like VPN connections not disappearing from strongswan after they are deleted via API | 14:21 |
pjakuszew | and new ones are being labeled as PENDING_CREATE despite being functional | 14:22 |
opendevreview | Elod Illes proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and lower-constraints job https://review.opendev.org/c/openstack/neutron-fwaas/+/800954 | 14:43 |
opendevreview | Elod Illes proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and lower-constraints job https://review.opendev.org/c/openstack/neutron-fwaas/+/800954 | 14:49 |
opendevreview | Elod Illes proposed openstack/neutron-fwaas stable/ussuri: Fix pdf build and lower-constraints job https://review.opendev.org/c/openstack/neutron-fwaas/+/800954 | 16:01 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Remove "_get_network_lock_id" compatibility method https://review.opendev.org/c/openstack/neutron/+/800967 | 16:08 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN][Placement] Add a SB Chassis event to track changes in BW config https://review.opendev.org/c/openstack/neutron/+/776701 | 16:14 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Move mech driver VNIC validation to SimpleAgentMechanismDriverBase https://review.opendev.org/c/openstack/neutron/+/779310 | 16:14 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN][Placement] Add support for minimum bandwidth QoS rules https://review.opendev.org/c/openstack/neutron/+/786441 | 16:14 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN][Placement] Drive binding by placement allocation https://review.opendev.org/c/openstack/neutron/+/786478 | 16:14 |
*** rpittau is now known as rpittau|afk | 16:17 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add a privsep context only for link commands https://review.opendev.org/c/openstack/neutron/+/800686 | 16:34 |
opendevreview | Weronika Sikora proposed openstack/neutron master: Spawn radvd on standby DVR-HA routers https://review.opendev.org/c/openstack/neutron/+/800972 | 17:07 |
opendevreview | Merged openstack/neutron master: Add devstack local.conf sample for ML2 OVS https://review.opendev.org/c/openstack/neutron/+/799159 | 17:11 |
opendevreview | Merged openstack/neutron stable/wallaby: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800892 | 17:21 |
opendevreview | Merged openstack/neutron stable/ussuri: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800894 | 20:37 |
opendevreview | Merged openstack/neutron stable/victoria: [OVN] Fix ML2/OVN + Neutron DHCP agent use case https://review.opendev.org/c/openstack/neutron/+/800893 | 21:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!