Thursday, 2022-06-30

opendevreviewMiguel Lavalle proposed openstack/neutron master: Implement experimental features framework  https://review.opendev.org/c/openstack/neutron/+/84518100:05
opendevreviewMiguel Lavalle proposed openstack/neutron master: [WIP][DNM][OVN] Change the default firewall policy  https://review.opendev.org/c/openstack/neutron/+/83906600:17
opendevreviewYuehuiLei proposed openstack/networking-sfc master: Drop lower-constraints.txt and its testing  https://review.opendev.org/c/openstack/networking-sfc/+/84822307:43
opendevreviewYuehuiLei proposed openstack/networking-sfc master: Drop lower-constraints.txt and its testing  https://review.opendev.org/c/openstack/networking-sfc/+/84822307:44
opendevreviewArnau Verdaguer proposed openstack/neutron master: Migration revert plan  https://review.opendev.org/c/openstack/neutron/+/83563808:20
opendevreviewYuehuiLei proposed openstack/networking-sfc master: Drop lower-constraints.txt and its testing  https://review.opendev.org/c/openstack/networking-sfc/+/84822308:29
fricklerralonsoh: lajoskatona: FYI we're still seeing lots of failures that seem related to network segments in OSC CI, e.g. https://zuul.opendev.org/t/openstack/build/dbfa28a202784fcc9e672e0ecd1cdb10 so I've proposed to drop it from testing for now https://review.opendev.org/c/openstack/python-openstackclient/+/84823709:23
ralonsohfrickler, I'll check those errors later today09:24
ralonsohfrickler, https://bugs.launchpad.net/neutron/+bug/198034609:25
stephenfinfrickler: This is a functional test failure, yeah? That sounds like we're running tests in parallel and they're stomping on each other09:28
lajoskatonafrickler: thanks09:29
lajoskatonafrickler, ralonsoh, rubasov: aren't those are related to https://bugs.launchpad.net/neutron/+bug/1979958 ? from the bug report it is not clear (for me) what is  the exact error msg in #197995809:31
ralonsohlajoskatona, could be but I think, as stephenfin said, this could be something related to the test execution09:32
ralonsohnot a bug09:32
lajoskatonaralonsoh: ok09:32
fricklerthis is racy, it doesn't faill 100%. sometimes it also seems that other tests running in parallel are failing09:32
stephenfinralonsoh: dumb question but is there any specific meaning to segment 2055?09:33
ralonsohnot really09:33
stephenfinokay, so I can use 2056, 2057 etc. ?09:33
fricklerralonsoh: btw. did you see https://review.opendev.org/c/openstack/python-openstackclient/+/847786 ? that is a test you introduced that also caused lots of failures09:34
ralonsohstephenfin, actually this could be a random number or something that the test should check first09:34
stephenfinI've learned that random numbers don't tend to be that random when you run something 100s of times a week :-P09:34
ralonsohfrickler, why? this quota was set for one project only09:35
stephenfin...especially in a CI VM with limited entropy09:35
fricklerralonsoh: I attached a sample log in the story, I've seen multiple similar failures in OSC https://storyboard.openstack.org/#!/story/201011009:36
stephenfinDoes https://review.opendev.org/c/openstack/python-openstackclient/+/848242 make sense?09:36
fricklernote the last line with the passing quota test that ran in parallel09:37
ralonsohfrickler, each test, if I'm not wrong, is using its own project09:37
fricklerralonsoh: so maybe that assumption is wrong, I don't know09:37
stephenfinralonsoh: I suspect not. Look at the command: "openstack --os-cloud=devstack-admin network create ..."09:38
stephenfinso it's using the devstack-admin project, right?09:38
stephenfinbased on the standard clouds.yaml generated by devstack at least09:38
fricklerstephenfin: that patch looks reasonable to me.09:39
fricklervery likely OSC tests work differently than pure tempest based resources, yes09:40
rubasovlajoskatona: I would be surprised if those two bugs were the same, while we don't yet have proper details for #1979958, the claimed regression patch was merged a while ago, so my guess is that we don't have test coverage for the problem, otherwise it should have emerged earlier10:34
lajoskatonarubasov: thanks for checking, I checked the logs from osc, and agree with you11:18
lajoskatonaralonsoh, slaweq: could you check this one for pyroute2 master jobs if you have few minutes free time: https://review.opendev.org/c/openstack/neutron/+/846288  ?12:10
ralonsohsure12:10
lajoskatonaralonsoh: thanks12:18
slaweqlajoskatona did You address ykarel's comment there?12:24
lajoskatonaslaweq: hmm, I missed that, thanks, (F5 helped me....)12:25
slaweq:)12:25
fricklerralonsoh: stephenfin: I think the OSC issue may point to an issue in neutron yet. the tests are executed serially, so the conflict that happens indicates that neutron has trouble releasing the segment when the network is deleted. you can see a lot of retries with lock timeout exceeded in the q-svc log for the failing job 12:30
fricklerJun 29 18:37:16.380373 ubuntu-focal-rax-iad-0030219055 neutron-server[83372]: DEBUG neutron_lib.db.api [None req-9a30df3d-953a-43da-87de-fe496181443a admin admin] Retry wrapper got retriable exception: Callback neutron.services.segments.db._delete_segments_for_network-8731543434626 failed with "(pymysql.err.OperationalError) (1205, 'Lock wait timeout exceeded; try restarting transaction')12:30
ralonsohok, I'll check this issue12:33
opendevreviewayenachew molla proposed openstack/neutron-tempest-plugin master: Test to remove TCP security group rule  https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/84826812:55
*** dasm|off is now known as dasm13:03
opendevreviewLajos Katona proposed openstack/tap-as-a-service master: Py3: Remove six  https://review.opendev.org/c/openstack/tap-as-a-service/+/84662413:27
opendevreviewMerged openstack/neutron stable/wallaby: ovn-migration: Remove second tripleo-update call  https://review.opendev.org/c/openstack/neutron/+/84800015:31
opendevreviewMerged openstack/os-vif master: Check for hybrid plugging in OVS  https://review.opendev.org/c/openstack/os-vif/+/83910216:04
opendevreviewRodolfo Alonso proposed openstack/neutron master: [WIP][DNM] Remove workaround for LP#1767422  https://review.opendev.org/c/openstack/neutron/+/84831216:05
opendevreviewJakub Libosvar proposed openstack/neutron stable/yoga: migration: Remove patch port between br-int and br-tun  https://review.opendev.org/c/openstack/neutron/+/84827616:36
opendevreviewJakub Libosvar proposed openstack/neutron stable/xena: migration: Remove patch port between br-int and br-tun  https://review.opendev.org/c/openstack/neutron/+/84827716:36
opendevreviewJakub Libosvar proposed openstack/neutron stable/wallaby: migration: Remove patch port between br-int and br-tun  https://review.opendev.org/c/openstack/neutron/+/84827816:37
opendevreviewMerged openstack/neutron master: ovn: revert to stateful dnat_and_snat  https://review.opendev.org/c/openstack/neutron/+/83877616:38
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: remove unused function _get_port_local_vlan  https://review.opendev.org/c/openstack/neutron/+/84627517:32
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: handle segmentation ids per network ports  https://review.opendev.org/c/openstack/neutron/+/83947817:32
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: make vlanmanager to handle more vlan mapping per network  https://review.opendev.org/c/openstack/neutron/+/83947917:32
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: use a local vlan per network/segmentation  https://review.opendev.org/c/openstack/neutron/+/84041517:32
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp/rpc: retrieve network details with segments  https://review.opendev.org/c/openstack/neutron/+/84041617:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: utils: add option to generate dhcp device id per segmentation  https://review.opendev.org/c/openstack/neutron/+/84041717:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ml2/mech: bind port on segment that subnet belongs  https://review.opendev.org/c/openstack/neutron/+/84041817:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: make device manager to clean only not used devices  https://review.opendev.org/c/openstack/neutron/+/84041917:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: add/use cleanup stale devices API  https://review.opendev.org/c/openstack/neutron/+/84042017:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: support multiple segmentations per network  https://review.opendev.org/c/openstack/neutron/+/84042117:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint  https://review.opendev.org/c/openstack/neutron/+/84145917:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host  https://review.opendev.org/c/openstack/neutron/+/84183817:33
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron-specs master: OVS: multiple routed provider segments per host  https://review.opendev.org/c/openstack/neutron-specs/+/82382317:39
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: handle segmentation ids per network ports  https://review.opendev.org/c/openstack/neutron/+/83947817:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: make vlanmanager to handle more vlan mapping per network  https://review.opendev.org/c/openstack/neutron/+/83947917:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: use a local vlan per network/segmentation  https://review.opendev.org/c/openstack/neutron/+/84041517:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp/rpc: retrieve network details with segments  https://review.opendev.org/c/openstack/neutron/+/84041617:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: utils: add option to generate dhcp device id per segmentation  https://review.opendev.org/c/openstack/neutron/+/84041717:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: ml2/mech: bind port on segment that subnet belongs  https://review.opendev.org/c/openstack/neutron/+/84041817:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: make device manager to clean only not used devices  https://review.opendev.org/c/openstack/neutron/+/84041917:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: add/use cleanup stale devices API  https://review.opendev.org/c/openstack/neutron/+/84042017:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: support multiple segmentations per network  https://review.opendev.org/c/openstack/neutron/+/84042117:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint  https://review.opendev.org/c/openstack/neutron/+/84145917:43
opendevreviewSahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host  https://review.opendev.org/c/openstack/neutron/+/84183817:43
opendevreviewIhar Hrachyshka proposed openstack/neutron master: ovn: use requested-chassis list format for live migration  https://review.opendev.org/c/openstack/neutron/+/82845519:32
opendevreviewIhar Hrachyshka proposed openstack/neutron stable/yoga: ovn: revert to stateful dnat_and_snat  https://review.opendev.org/c/openstack/neutron/+/84828319:35
*** beagles_ is now known as beagles20:12
*** jlibosva is now known as Guest386320:32
*** dasm is now known as dasm|off20:42
opendevreviewMiguel Lavalle proposed openstack/neutron master: Implement experimental features framework  https://review.opendev.org/c/openstack/neutron/+/84518123:00

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