Wednesday, 2025-10-08

opendevreviewTakashi Kajinami proposed openstack/neutron master: Remove comment about removed logic  https://review.opendev.org/c/openstack/neutron/+/96334601:24
opendevreviewDai Dang Van proposed openstack/neutron master: Add dns forwarder l2 extension  https://review.opendev.org/c/openstack/neutron/+/95139004:08
opendevreviewLajos Katona proposed openstack/neutron-tempest-plugin master: dns_forwarder extension: add extension to distributed dhcp job  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/95877504:11
opendevreviewLajos Katona proposed openstack/neutron master: dns_forwarder extension: add devstack plugin  https://review.opendev.org/c/openstack/neutron/+/95877404:13
opendevreviewVladimir Kozhukalov proposed openstack/neutron master: Fix periodic_resync thread in DHCP agent  https://review.opendev.org/c/openstack/neutron/+/96287108:18
ralonsohTheJulia, can you share some CI logs?08:23
ralonsohplease open a LP with some information, we'll triage it ASAP08:24
opendevreviewVladimir Kozhukalov proposed openstack/neutron master: Fix periodic_resync thread in DHCP agent  https://review.opendev.org/c/openstack/neutron/+/96287108:51
*** iurygregory_ is now known as iurygregory12:08
*** ykarel_ is now known as ykarel12:56
opendevreviewLajos Katona proposed openstack/neutron master: WIP: [eventlet]: Handle stop DHCP agent  https://review.opendev.org/c/openstack/neutron/+/96338613:06
lajoskatonaralonsoh: Hi, for DHCP agent hanging issue------^13:07
opendevreviewAshish Gupta proposed openstack/neutron-tempest-plugin master: Testing  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/96328713:07
ralonsohlajoskatona, let me check locally13:07
lajoskatonaralonsoh: The problem is that the ProcessMonitor._check_child_processes are still hanging :-(13:08
lajoskatonaralonsoh: perhaps if you have some idea where is a point where the ProcessMonitor can be stopped when we stop the dhcp_agent 13:09
opendevreviewElod Illes proposed openstack/neutron unmaintained/xena: [CI][um-only] Force use of ansible 9 for py36 job  https://review.opendev.org/c/openstack/neutron/+/96338713:13
ralonsohlajoskatona, the DHCP agent process is using service.launch() to spawn the service class. This service class is defined in the upper line13:19
ralonsoh    server = neutron_service.Service.create(13:19
ralonsoh        binary=constants.AGENT_PROCESS_DHCP,13:19
ralonsoh        topic=topics.DHCP_AGENT,13:19
ralonsoh        report_interval=cfg.CONF.AGENT.report_interval,13:19
ralonsoh        manager='neutron.agent.dhcp.agent.DhcpAgentWithStateReport')13:19
TheJuliaralonsoh: https://bugs.launchpad.net/neutron/+bug/2127038 has links13:20
ralonsoh`DhcpAgentWithStateReport`, that inherits from `DhcpAgent`, also inherits from `Manager`13:20
ralonsohwe should implement the "stop()" method in `DhcpAgent`, stopping the _process_monitor13:21
ralonsohlajoskatona, agree?13:21
ralonsohTheJulia, thanks!13:22
ralonsohTheJulia, so they are failing 100% of the times these jobs13:23
ralonsohok, that means something is broken in Neutron13:23
TheJuliaralonsoh: the ipv4 version, basically 100% of the time, the ipv6 version, maybe 80%13:24
ralonsohTheJulia, can you check depending on a Neutron patch?13:25
TheJuliaGenerally for v4, we've almost never seen a successful dhcp in the logs until we ended up changing cleaning which likely pushed a race condition around the proverbial board by making the job have a different run time and performance profile. v6 sometimes works, sometimes fails, but sporatically enough that the jobs generally fail13:25
TheJuliaralonsoh: which depending patch? (still waking up)13:25
ralonsohnot proposed yet, just asking if that is possible13:26
TheJuliaralonsoh: I've pondered pulling out the patches individually on neutron just to identify it13:26
TheJuliaralonsoh: oh, absolutely13:26
ralonsohI think the first one you sent https://review.opendev.org/c/openstack/neutron/+/962191 is the culprit13:26
TheJuliaYeah, that is the one I'm suspecting as well13:26
lajoskatonaralonsoh: I added the stop() to the DhcpAgent class, and based on the logs it is executed13:26
TheJuliaI shifted gears to try and reproduce locally but haven't quite gotten there entirely yet13:26
TheJulia(unfortunately, gaming laptop with lots of ram has an entirely different performance profile to CI)13:27
opendevreviewRodolfo Alonso proposed openstack/neutron master: WIP == Revert "[OVN] Always exclude the local chassis creating ``HA_Chassis_Group``"  https://review.opendev.org/c/openstack/neutron/+/96339013:27
ralonsohTheJulia, ^13:27
TheJuliak, going to create a wip13:28
TheJuliaralonsoh: I'll keep an eye on https://zuul.opendev.org/t/openstack/status?change=963342 and let you know what the results are in ~1hr13:29
TheJuliaralonsoh: thanks!13:30
opendevreviewLajos Katona proposed openstack/neutron-vpnaas-dashboard master: Migrate from neutronclient to SDK  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/96038813:30
opendevreviewLajos Katona proposed openstack/neutron-vpnaas-dashboard master: Migrate from neutronclient to SDK  https://review.opendev.org/c/openstack/neutron-vpnaas-dashboard/+/96038813:33
opendevreviewVladimir Kozhukalov proposed openstack/neutron master: Fix periodic_resync thread in DHCP agent  https://review.opendev.org/c/openstack/neutron/+/96287113:54
opendevreviewSlawek Kaplonski proposed openstack/neutron-fwaas master: Fix bindep for rpm platforms  https://review.opendev.org/c/openstack/neutron-fwaas/+/96340514:44
TheJuliaralonsoh: Both of ironic's ovn jobs passed with that revert, I'll recheck it for good measure to ensure its not just a fluke. That being said both console logs are problem free as it relates to dhcping14:47
ralonsohTheJulia, tomorrow I'll investigate this patch and propose a solution. By default, I'll propose this revert. Give me until tomorrow morning14:48
TheJuliaNo worries, thanks for the assistance!14:48
*** sfinucan is now known as stephenfin15:44
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218816:31
opendevreviewLajos Katona proposed openstack/neutron master: WIP: [eventlet]: Handle stop DHCP agent  https://review.opendev.org/c/openstack/neutron/+/96338617:34
opendevreviewVladimir Kozhukalov proposed openstack/neutron master: Fix periodic_resync thread in DHCP agent  https://review.opendev.org/c/openstack/neutron/+/96287117:47
opendevreviewBrian Haley proposed openstack/neutron master: Make sure OVN PG is present before adding a SG rule  https://review.opendev.org/c/openstack/neutron/+/94621620:43
opendevreviewJakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp  https://review.opendev.org/c/openstack/neutron/+/96218820:58

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