qwebirc36763 | Hello people, we are having an issue with an ovsdb-server node wanting to join an existing cluster with a big OVN_Northbound database. We see the following log come by "|reconnect|ERR|tcp:10.67.1.41:6643: no response to inactivity probe after 2 seconds, disconnecting", but haven't found a way to increase this inactivity probe or confirm, this is the problem. Anyone able to help us? | 08:53 |
---|---|---|
felixhuettner[m] | that is a little annoying since you need to configure a listener explicitly in the database | 09:12 |
felixhuettner[m] | we use the following to configure a listener with a timeout on localhost https://gitlab.com/yaook/operator/-/blob/devel/yaook/op/infra/templates/ovsdb-statefulset.yaml?ref_type=heads#L252-269 | 09:12 |
qwebirc36763 | Thanks Felixhuettner, I will try that :) | 09:38 |
opendevreview | Bartosz Bezak proposed openstack/neutron master: Revert "Ensure traffic is not centralized if DVR is enabled" https://review.opendev.org/c/openstack/neutron/+/900668 | 09:43 |
qwebirc36763 | Should this be run at the joiner or the existing cluster felixhuettner? At the joiner I get a "ovn-nbctl: unix:/var/run/ovn/ovnnb_db.sock: database connection failed ()" | 09:48 |
opendevreview | Bartosz Bezak proposed openstack/neutron master: Revert "Ensure traffic is not centralized if DVR is enabled" https://review.opendev.org/c/openstack/neutron/+/900668 | 09:50 |
opendevreview | Roman Safronov proposed openstack/neutron-tempest-plugin master: Fix importing security group tests https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/900772 | 10:11 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Update the External Ports documentation https://review.opendev.org/c/openstack/neutron/+/900030 | 10:53 |
opendevreview | Lajos Katona proposed openstack/neutron-tempest-plugin master: Tap Mirror API and scenario tests https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/886004 | 10:57 |
ltomasbo | ping bbezak about https://review.opendev.org/c/openstack/neutron/+/900668 | 11:19 |
ltomasbo | if this works during creation and such and it is only broken due to neutron restart, perhaps the resync is what needs to be fixed instead of doing the revert? | 11:20 |
opendevreview | Jayce Houtman proposed openstack/neutron master: Change exception messages to error log messages for DNS integration. https://review.opendev.org/c/openstack/neutron/+/900212 | 13:37 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Enhanced external port scheduling https://review.opendev.org/c/openstack/neutron/+/894767 | 14:13 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: [OVN] Update the External Ports documentation https://review.opendev.org/c/openstack/neutron/+/900030 | 14:13 |
*** ozzzo1 is now known as ozzzo | 14:37 | |
opendevreview | Michel Nederlof proposed openstack/neutron master: [OVN] Update lsp host id when virtual parent moves https://review.opendev.org/c/openstack/neutron/+/896883 | 15:37 |
opendevreview | Luis Tomas Bolivar proposed openstack/neutron master: Ensure ovn loadbalancer FIPs are centralized upon neutron restarts https://review.opendev.org/c/openstack/neutron/+/900647 | 15:45 |
opendevreview | Michel Nederlof proposed openstack/neutron master: [OVN] Update lsp host id when virtual parent moves https://review.opendev.org/c/openstack/neutron/+/896883 | 15:46 |
opendevreview | Michel Nederlof proposed openstack/neutron master: [OVN] Update lsp host id when virtual parent moves https://review.opendev.org/c/openstack/neutron/+/896883 | 15:50 |
opendevreview | Merged openstack/neutron stable/2023.2: [Fullstack] Drop all linuxbridge scenarios from fullstack tests https://review.opendev.org/c/openstack/neutron/+/900663 | 16:39 |
opendevreview | Merged openstack/neutron stable/2023.1: [Fullstack] Drop all linuxbridge scenarios from fullstack tests https://review.opendev.org/c/openstack/neutron/+/900664 | 16:39 |
opendevreview | Merged openstack/neutron stable/zed: [Fullstack] Drop all linuxbridge scenarios from fullstack tests https://review.opendev.org/c/openstack/neutron/+/900665 | 16:39 |
opendevreview | Merged openstack/python-neutronclient master: Imported Translations from Zanata https://review.opendev.org/c/openstack/python-neutronclient/+/889915 | 18:10 |
haleyb | zigo: did that neutron-lib change work for debian and sqlalchemy 2? just looking at patches before doing a release | 18:17 |
opendevreview | Merged openstack/os-ken master: Avoid RuntimeError caused by iteration over sys.modules https://review.opendev.org/c/openstack/os-ken/+/900601 | 19:06 |
opendevreview | Merged openstack/python-neutronclient master: Drop unused simplejson https://review.opendev.org/c/openstack/python-neutronclient/+/900126 | 19:30 |
opendevreview | Merged openstack/neutron-lib master: Imported Translations from Zanata https://review.opendev.org/c/openstack/neutron-lib/+/894251 | 20:24 |
opendevreview | Merged openstack/neutron-lib master: vpnaas: add support for more ciphers (auth, encryption, pfs modes) https://review.opendev.org/c/openstack/neutron-lib/+/898828 | 20:24 |
zigo | haleyb: Looks like it didn't: https://ci.debian.net/data/autopkgtest/unstable/amd64/p/python-neutron-lib/39754289/log.gz | 20:34 |
haleyb | zigo: hmm, that doesn't look like it's using my patch (which hasn't merged) | 20:38 |
haleyb | name = obj['id'] | 20:38 |
haleyb | that was changed to name = obj.id | 20:39 |
zigo | I used https://review.opendev.org/c/openstack/neutron-lib/+/900557 | 20:39 |
zigo | Is there another patch ? | 20:40 |
haleyb | zigo: that is the only one, did you try the latest PS? earlier ones were still broken | 20:40 |
zigo | haleyb: Git blame says I commited it on the 9th, so that's not the latest one. | 20:41 |
zigo | Let me try the latest... | 20:41 |
haleyb | ah, my coding was not perfect the first 6 tries | 20:42 |
zigo | :) | 20:45 |
zigo | haleyb: I'm building and uploading, then you can check later tomorrow https://qa.debian.org/excuses.php?experimental=1&package=sqlalchemy | 20:45 |
zigo | If python-neutron-lib is fixed, it will go away from that page. | 20:45 |
zigo | Thansk a lot for that patch ! | 20:46 |
jlibosva | haleyb: hi, wrt https://review.opendev.org/c/openstack/neutron/+/892815 - as far as I understand I should update the api-ref - which is in neutron-lib, right? | 21:28 |
haleyb | jlibosva: right, it's in neutron-lib/api-ref/source/v2 | 21:34 |
opendevreview | Michel Nederlof proposed openstack/neutron master: [OVN] Update lsp host id when virtual parent moves https://review.opendev.org/c/openstack/neutron/+/896883 | 21:35 |
opendevreview | Jakub Libosvar proposed openstack/neutron-lib master: api-ref: Document only unbound ports vnic_type updates https://review.opendev.org/c/openstack/neutron-lib/+/900826 | 21:52 |
opendevreview | Michel Nederlof proposed openstack/neutron master: [OVN] Update lsp host id when virtual parent moves https://review.opendev.org/c/openstack/neutron/+/896883 | 22:03 |
opendevreview | Miguel Lavalle proposed openstack/neutron master: Router flavors and service type for OVN https://review.opendev.org/c/openstack/neutron/+/883988 | 22:53 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!