Wednesday, 2021-12-08

opendevreviewMerged openstack/neutron master: [OVN] Prevent deleting the only IP of a router port  https://review.opendev.org/c/openstack/neutron/+/81752504:11
opendevreviewMerged openstack/neutron stable/xena: [OVN] Fix deadlock in neutron_ovn_db_sync_util.py  https://review.opendev.org/c/openstack/neutron/+/81858304:11
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: Log console output for mac_learning and multicast tests  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/81941005:22
opendevreviewMerged openstack/neutron master: Add network QoS inheritance to floating IP  https://review.opendev.org/c/openstack/neutron/+/81773406:58
opendevreviewMerged openstack/neutron master: Add "update_network" implementation to "L3AgentExtension" child classes  https://review.opendev.org/c/openstack/neutron/+/82012506:58
opendevreviewBence Romsics proposed openstack/neutron master: A step toward making the dead vlan actually dead  https://review.opendev.org/c/openstack/neutron/+/82089707:32
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_create_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82045607:50
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_create_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82045608:55
*** ykarel_ is now known as ykarel09:21
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_create_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82045609:32
lajoskatonaslaweq: Hi, in launchpad do I have to set anything for a blueprint, like "Series Goal"....?10:38
lajoskatonaslaweq: I checked this one: https://blueprints.launchpad.net/neutron/+spec/node-local-ip10:39
slaweqlajoskatona I usually set Milestone target for BPs which I wanted to track currently10:46
slaweqI don't think I was setting Series Goal for them10:46
opendevreviewMerged openstack/neutron master: Avoid writing segments to the DB repeatedly  https://review.opendev.org/c/openstack/neutron/+/81977710:47
lajoskatonaslaweq: there is no yoga in the drop-down list, where should I add it?10:51
slaweqlajoskatona on https://launchpad.net/neutron You can click "Register a series" link10:52
slaweqand register Yoga series10:52
slaweqthen You will have something like https://launchpad.net/neutron/wallaby10:53
slaweqwhere You can create milestones10:53
lajoskatonaslaweq: thanks11:01
slaweqlajoskatona: yw11:01
opendevreviewSlawek Kaplonski proposed openstack/neutron master: WIP/DNM - Add FIPS enabled jobs  https://review.opendev.org/c/openstack/neutron/+/79753711:12
ykarelbcafarel, fyi https://docs.opendev.org/opendev/system-config/latest/grafana.html#sysadmin specify easy way to setup grafana locally and test patches11:38
ykareli found issue with periodic dashboard using this11:39
kevkosean-k-mooney: hi, do you remember i've tried to investigate issue with vif-plugged-in neutron-> nova ? 12:04
kevkosean-k-mooney: i've found a "commits window" between neutron version 17.0.0 17.2.1 where security group update is working very veird12:05
kevkosean-k-mooney: on neutron 17.0.0 i have 5 vms and when one SG is changed ... i can see in log this 12:06
kevkosean-k-mooney: 2021-12-08 11:36:15.683 8 DEBUG neutron.agent.securitygroups_rpc [req-25a07c9e-f6b6-4bc3-80c3-48ce9d773b29 - - - - -] Update security group information for ports dict_keys(['1ee46d82-1288-47bf-8d53-f6a2650b0819']) _apply_port_filter /usr/lib/python3/dist-packages/neutron/agent/securitygroups_rpc.py:16112:06
kevkosean-k-mooney: when the same test case is used on neutron 17.2.1 (just one SG) ..in LOG i can see this 12:07
kevkosean-k-mooney: Update security group information for ports dict_keys(['ea3f87ec-09d3-4617-a111-c4413be31c75', '66d0f096-4209-481f-aacf-36fa753d7925', 'a8749e34-c867-463d-bfb5-2e973a3585b0', 'cd1e6feb-0382-4174-a651-c871730817b7', '65ebe4c5-8966-4eed-ac91-4f147cf2d08a', '4a46a6d3-101a-4772-801e-77488a3f7a68']) _apply_port_filter /usr/lib/python3/dist-packages/neutron/agent/securitygroups_rpc.py:18712:07
kevkoso, i think that's the reason why this procedure takes so long ..and then it's failing sometimes because of 5 min timeout on nova side ...12:08
kevkosean-k-mooney: could you help me please find commit which changed this behaviour ? because this looks like  abug 12:08
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Make configure_for_func_testing compatible with e.g. Centos  https://review.opendev.org/c/openstack/neutron/+/79962512:10
kevkoslaweq: ^^ ? 12:10
sean-k-mooneykevko: well neuton with ml2/ovs batches openflow rule updates12:15
sean-k-mooneyso perhas that is an issue with first boot12:15
sean-k-mooneyif the port happens to get porcess as path of a batch of ports when its instally being plugged that might cause a time out as the agent is installing flows for the other ports and it take a while12:16
sean-k-mooneythats gust a guess 12:17
sean-k-mooneyhow long does it take to actully setup the security groups12:17
kevkowell, it depends12:19
sean-k-mooneywhat is the gap in _apply_port_filter to when it says its compleet12:21
sean-k-mooneyis that over 300 seconds12:21
sean-k-mooneyif so then you likely have found the issue as you suggest12:21
sean-k-mooneyone way to fix that would be to treat new ports sepreatly form updated12:22
sean-k-mooneyso that they are not batched together12:22
kevkobut I'm seeing this when I update SG 12:22
sean-k-mooneythe security groups are also applied when the port is plugged for the first time12:23
sean-k-mooney _apply_port_filter is not just called on an update12:23
kevkoah, so it would help to ditinguish updated/new ports 12:23
kevkosean-k-mooney: ok, but how it can be possible that 17.0.0 and 17.2.1 do it different ? 12:24
kevkoas you have good knowledge of neutron code .. can u please check which commit would change this behaviour between these two versions ? 12:25
bcafarelykarel: nice, this looks faster way to test grafana!12:28
sean-k-mooneykevko: unfortunetly no. i don not wokr on neutron day to day, i did 6/7 years ago but now i mainly work on nova so i dont knwo what woudl have change in that interval12:44
sean-k-mooneykevko: github should be able to give you the list of commits between those release or git for the matter12:45
sean-k-mooneywiht git log you can also filter by file12:45
sean-k-mooneyso you could look at whact change in the neutorn l2 agent in that interval12:45
sean-k-mooneythe other approch would be to do a git blame and look at the apply_port_fliter fucntion and see if any cahnge happend to it or where it was called12:46
sean-k-mooneyif you can t do that the hopefully some one form the neutron team can help you find the cause12:47
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82102112:56
opendevreviewLajos Katona proposed openstack/neutron-tempest-plugin master: test_list_agent: pop 'alive' from agent dict  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82092113:08
kevkosean-k-mooney: well, I have already completed this round around git log and blame .. thank you :) ..i will try it again 13:10
opendevreviewMerged openstack/neutron master: Replace "target_tenant" with "target_project" in RBAC OVOs and models  https://review.opendev.org/c/openstack/neutron/+/81585513:34
opendevreviewyatin proposed openstack/neutron-tempest-plugin master: [WIP] Switch scenario jobs to virt nodes  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82106714:05
*** ykarel is now known as ykarel|away14:07
opendevreviewSlawek Kaplonski proposed openstack/neutron master: WIP/DNM - Add FIPS enabled jobs  https://review.opendev.org/c/openstack/neutron/+/79753714:20
opendevreviewBence Romsics proposed openstack/neutron stable/xena: Avoid writing segments to the DB repeatedly  https://review.opendev.org/c/openstack/neutron/+/82107214:28
opendevreviewBence Romsics proposed openstack/neutron stable/wallaby: Avoid writing segments to the DB repeatedly  https://review.opendev.org/c/openstack/neutron/+/82107314:29
opendevreviewBence Romsics proposed openstack/neutron stable/victoria: Avoid writing segments to the DB repeatedly  https://review.opendev.org/c/openstack/neutron/+/82107414:29
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82107914:46
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82108014:50
opendevreviewMaor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82107914:54
opendevreviewMerged openstack/networking-ovn stable/train: [OVN] Fix gateway_mtu option should not always be set  https://review.opendev.org/c/openstack/networking-ovn/+/81965516:49
*** tobias-urdin3 is now known as tobias-urdin20:10
*** ubuntu is now known as Guest800320:10
*** EugenMayer3 is now known as EugenMayer20:10
*** cgoncalves_ is now known as cgoncalves20:10
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Make configure_for_func_testing compatible with e.g. Centos  https://review.opendev.org/c/openstack/neutron/+/79962521:15
opendevreviewSlawek Kaplonski proposed openstack/neutron master: Remove installation of the ovs from the source in Devstack plugin  https://review.opendev.org/c/openstack/neutron/+/82113221:15
opendevreviewAde Lee proposed openstack/neutron master: WIP/DNM - Add FIPS enabled jobs  https://review.opendev.org/c/openstack/neutron/+/79753722:21

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