opendevreview | Merged openstack/neutron master: [OVN] Prevent deleting the only IP of a router port https://review.opendev.org/c/openstack/neutron/+/817525 | 04:11 |
---|---|---|
opendevreview | Merged openstack/neutron stable/xena: [OVN] Fix deadlock in neutron_ovn_db_sync_util.py https://review.opendev.org/c/openstack/neutron/+/818583 | 04:11 |
opendevreview | yatin proposed openstack/neutron-tempest-plugin master: Log console output for mac_learning and multicast tests https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/819410 | 05:22 |
opendevreview | Merged openstack/neutron master: Add network QoS inheritance to floating IP https://review.opendev.org/c/openstack/neutron/+/817734 | 06:58 |
opendevreview | Merged openstack/neutron master: Add "update_network" implementation to "L3AgentExtension" child classes https://review.opendev.org/c/openstack/neutron/+/820125 | 06:58 |
opendevreview | Bence Romsics proposed openstack/neutron master: A step toward making the dead vlan actually dead https://review.opendev.org/c/openstack/neutron/+/820897 | 07:32 |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_create_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/820456 | 07:50 |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_create_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/820456 | 08:55 |
*** ykarel_ is now known as ykarel | 09:21 | |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_create_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/820456 | 09:32 |
lajoskatona | slaweq: Hi, in launchpad do I have to set anything for a blueprint, like "Series Goal"....? | 10:38 |
lajoskatona | slaweq: I checked this one: https://blueprints.launchpad.net/neutron/+spec/node-local-ip | 10:39 |
slaweq | lajoskatona I usually set Milestone target for BPs which I wanted to track currently | 10:46 |
slaweq | I don't think I was setting Series Goal for them | 10:46 |
opendevreview | Merged openstack/neutron master: Avoid writing segments to the DB repeatedly https://review.opendev.org/c/openstack/neutron/+/819777 | 10:47 |
lajoskatona | slaweq: there is no yoga in the drop-down list, where should I add it? | 10:51 |
slaweq | lajoskatona on https://launchpad.net/neutron You can click "Register a series" link | 10:52 |
slaweq | and register Yoga series | 10:52 |
slaweq | then You will have something like https://launchpad.net/neutron/wallaby | 10:53 |
slaweq | where You can create milestones | 10:53 |
lajoskatona | slaweq: thanks | 11:01 |
slaweq | lajoskatona: yw | 11:01 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: WIP/DNM - Add FIPS enabled jobs https://review.opendev.org/c/openstack/neutron/+/797537 | 11:12 |
ykarel | bcafarel, fyi https://docs.opendev.org/opendev/system-config/latest/grafana.html#sysadmin specify easy way to setup grafana locally and test patches | 11:38 |
ykarel | i found issue with periodic dashboard using this | 11:39 |
kevko | sean-k-mooney: hi, do you remember i've tried to investigate issue with vif-plugged-in neutron-> nova ? | 12:04 |
kevko | sean-k-mooney: i've found a "commits window" between neutron version 17.0.0 17.2.1 where security group update is working very veird | 12:05 |
kevko | sean-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 |
kevko | sean-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:161 | 12:06 |
kevko | sean-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 |
kevko | sean-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:187 | 12:07 |
kevko | so, 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 |
kevko | sean-k-mooney: could you help me please find commit which changed this behaviour ? because this looks like abug | 12:08 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Make configure_for_func_testing compatible with e.g. Centos https://review.opendev.org/c/openstack/neutron/+/799625 | 12:10 |
kevko | slaweq: ^^ ? | 12:10 |
sean-k-mooney | kevko: well neuton with ml2/ovs batches openflow rule updates | 12:15 |
sean-k-mooney | so perhas that is an issue with first boot | 12:15 |
sean-k-mooney | if 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 while | 12:16 |
sean-k-mooney | thats gust a guess | 12:17 |
sean-k-mooney | how long does it take to actully setup the security groups | 12:17 |
kevko | well, it depends | 12:19 |
sean-k-mooney | what is the gap in _apply_port_filter to when it says its compleet | 12:21 |
sean-k-mooney | is that over 300 seconds | 12:21 |
sean-k-mooney | if so then you likely have found the issue as you suggest | 12:21 |
sean-k-mooney | one way to fix that would be to treat new ports sepreatly form updated | 12:22 |
sean-k-mooney | so that they are not batched together | 12:22 |
kevko | but I'm seeing this when I update SG | 12:22 |
sean-k-mooney | the security groups are also applied when the port is plugged for the first time | 12:23 |
sean-k-mooney | _apply_port_filter is not just called on an update | 12:23 |
kevko | ah, so it would help to ditinguish updated/new ports | 12:23 |
kevko | sean-k-mooney: ok, but how it can be possible that 17.0.0 and 17.2.1 do it different ? | 12:24 |
kevko | as you have good knowledge of neutron code .. can u please check which commit would change this behaviour between these two versions ? | 12:25 |
bcafarel | ykarel: nice, this looks faster way to test grafana! | 12:28 |
sean-k-mooney | kevko: 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 interval | 12:44 |
sean-k-mooney | kevko: github should be able to give you the list of commits between those release or git for the matter | 12:45 |
sean-k-mooney | wiht git log you can also filter by file | 12:45 |
sean-k-mooney | so you could look at whact change in the neutorn l2 agent in that interval | 12:45 |
sean-k-mooney | the 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 called | 12:46 |
sean-k-mooney | if you can t do that the hopefully some one form the neutron team can help you find the cause | 12:47 |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/821021 | 12:56 |
opendevreview | Lajos Katona proposed openstack/neutron-tempest-plugin master: test_list_agent: pop 'alive' from agent dict https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/820921 | 13:08 |
kevko | sean-k-mooney: well, I have already completed this round around git log and blame .. thank you :) ..i will try it again | 13:10 |
opendevreview | Merged openstack/neutron master: Replace "target_tenant" with "target_project" in RBAC OVOs and models https://review.opendev.org/c/openstack/neutron/+/815855 | 13:34 |
opendevreview | yatin proposed openstack/neutron-tempest-plugin master: [WIP] Switch scenario jobs to virt nodes https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/821067 | 14:05 |
*** ykarel is now known as ykarel|away | 14:07 | |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: WIP/DNM - Add FIPS enabled jobs https://review.opendev.org/c/openstack/neutron/+/797537 | 14:20 |
opendevreview | Bence Romsics proposed openstack/neutron stable/xena: Avoid writing segments to the DB repeatedly https://review.opendev.org/c/openstack/neutron/+/821072 | 14:28 |
opendevreview | Bence Romsics proposed openstack/neutron stable/wallaby: Avoid writing segments to the DB repeatedly https://review.opendev.org/c/openstack/neutron/+/821073 | 14:29 |
opendevreview | Bence Romsics proposed openstack/neutron stable/victoria: Avoid writing segments to the DB repeatedly https://review.opendev.org/c/openstack/neutron/+/821074 | 14:29 |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/821079 | 14:46 |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/821080 | 14:50 |
opendevreview | Maor Blaustein proposed openstack/neutron-tempest-plugin master: Add test_update_port_with_dns_name https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/821079 | 14:54 |
opendevreview | Merged openstack/networking-ovn stable/train: [OVN] Fix gateway_mtu option should not always be set https://review.opendev.org/c/openstack/networking-ovn/+/819655 | 16:49 |
*** tobias-urdin3 is now known as tobias-urdin | 20:10 | |
*** ubuntu is now known as Guest8003 | 20:10 | |
*** EugenMayer3 is now known as EugenMayer | 20:10 | |
*** cgoncalves_ is now known as cgoncalves | 20:10 | |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Make configure_for_func_testing compatible with e.g. Centos https://review.opendev.org/c/openstack/neutron/+/799625 | 21:15 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Remove installation of the ovs from the source in Devstack plugin https://review.opendev.org/c/openstack/neutron/+/821132 | 21:15 |
opendevreview | Ade Lee proposed openstack/neutron master: WIP/DNM - Add FIPS enabled jobs https://review.opendev.org/c/openstack/neutron/+/797537 | 22:21 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!