*** amoralej|off is now known as amoralej | 06:18 | |
opendevreview | Sharon Koech proposed openstack/neutron master: Network Cascade Deletion Extension https://review.opendev.org/c/openstack/neutron/+/849776 | 06:47 |
---|---|---|
slaweq | mlavalle: thx, I will look into it today | 06:59 |
opendevreview | Lajos Katona proposed openstack/neutron stable/yoga: Test: mock out _check_netfilter_for_bridges in unit tests https://review.opendev.org/c/openstack/neutron/+/850920 | 07:35 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/victoria: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850992 | 07:36 |
bauzas | mlavalle: thanks for the bug report update, looking | 07:49 |
bauzas | mlavalle: about your question about live migrations, I'll look at Gerrit | 07:49 |
slaweq | bauzas: hi, I just found out that this issue happens a lot in various neutron jobs too | 08:00 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/ussuri: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850996 | 08:01 |
bauzas | slaweq: yep, saw your comment | 08:05 |
bauzas | yesterday, some nova folks were debating the tempest logic | 08:06 |
bauzas | I'm about to possibly mark the bug incomplete on the nova side | 08:06 |
bauzas | but before that, I'm checking whether some change happened on July 21st | 08:06 |
bauzas | gibi: around ? | 08:07 |
bauzas | slaweq: https://meetings.opendev.org/irclogs/%23openstack-nova/%23openstack-nova.2022-07-25.log.html#t2022-07-25T16:20:19 | 08:07 |
gibi | looking back... | 08:08 |
gibi | bauzas: the last thing nova merged was on 19th | 08:08 |
gibi | and between 19-21 there was normal success rate | 08:08 |
bauzas | https://review.opendev.org/q/project:openstack/nova+is:merged | 08:09 |
bauzas | and we haven't released os-vif, right? | 08:09 |
slaweq | I will check logs today | 08:10 |
gibi | as Lajos mentioned in the bug we have os-vif 3.0.0 | 08:10 |
gibi | right around the time window | 08:10 |
slaweq | maybe I will find something there | 08:10 |
bauzas | gibi: I can shoot a DNM patch | 08:10 |
slaweq | bauzas: gibi would be good to check IMHO | 08:11 |
gibi | bauzas: sure, go ahead | 08:11 |
gibi | this was the os-vif 3.0.0 release https://review.opendev.org/c/openstack/releases/+/849544 | 08:12 |
bauzas | yup, and 75b290f Delete trunk bridges to avoid race with Neutron seems a bit related | 08:13 |
bauzas | an usual suspect, per se. | 08:13 |
bauzas | https://review.opendev.org/c/openstack/nova/+/850998 is created, will see | 08:17 |
lajoskatona | gibi, bauzas, slaweq: If I am right https://review.opendev.org/c/openstack/neutron/+/837780 can be the solution, that pathc waited for the os-vif release (more testing is needed for sure) | 08:32 |
lajoskatona | https://bugs.launchpad.net/nova/+bug/1940425/comments/9 | 08:32 |
bauzas | guess so | 08:33 |
bauzas | some logic changed and now we hit like 100% failure rate | 08:33 |
bauzas | so, either we revert the os-vif change, or we go full steam ahead and let os-vif fully handle the trunks | 08:34 |
ralonsoh | lajoskatona, bauzas the point is that we need to ensure the os-vif change is being used by Nova | 08:35 |
bauzas | that's an upgrade problem | 08:36 |
ralonsoh | if not, this neutron patch will break any deployment with Nova using an older os-vif version too | 08:36 |
ralonsoh | bauzas, but how to handle it? | 08:36 |
bauzas | keeping in mind nova supports yoga computes too | 08:36 |
bauzas | probably why grenade and nova-next are failing | 08:36 |
ralonsoh | bauzas, exactly | 08:36 |
bauzas | ralonsoh: I personnally feel the best is to wait for 1 release to happen | 08:37 |
bauzas | and only delete the trunk creation in Neutron once you're sure that all computes are fully upgraded | 08:37 |
bauzas | but, there is still something wrong in the os-vif release | 08:37 |
ralonsoh | bauzas, so wait for this Neutron patch until A release? | 08:37 |
bauzas | os-vif shouldn't handle this | 08:37 |
bauzas | ralonsoh: I honestly feel this is a design discussion but yeah that could be one option | 08:38 |
ralonsoh | ok then | 08:38 |
bauzas | either Neutron is able to know Nova is fully upgraded | 08:38 |
bauzas | or Neutron has to wait for a graceful period | 08:38 |
bauzas | IMHO, the immediate action would be to revert the broken logic in os-vif | 08:39 |
bauzas | and then, discuss between nova and neutron how we can handle this upgrade problem | 08:40 |
opendevreview | Merged openstack/neutron-specs master: OVS: multiple routed provider segments per host https://review.opendev.org/c/openstack/neutron-specs/+/823823 | 08:50 |
slaweq | bauzas: ralonsoh gibi lajoskatona so it seems that for now to unblock the gate we should blacklist os-vif 3.0.0, right? | 08:55 |
slaweq | and then revert that patch and make new releaser | 08:56 |
slaweq | *release | 08:56 |
ralonsoh | yeah, we should do this | 08:56 |
ralonsoh | slaweq, maybe we can solve this without reverting | 08:56 |
slaweq | ralonsoh: ok, will You propose a patch? | 08:56 |
ralonsoh | ok | 08:56 |
slaweq | ralonsoh: yeah, but for now we should block that os-vif version IMO | 08:56 |
ralonsoh | yes | 08:56 |
slaweq | maybe revert will not be needed but some fix and new release for sure | 08:57 |
lajoskatona | ralonsoh, slaweq, bauzas: the login in os-vif 3.0.0 is ok with https://review.opendev.org/c/openstack/neutron/+/837780, or do we miss something? | 08:59 |
ralonsoh | lajoskatona, yes but we can't ensure nova and neutron are sync | 09:00 |
ralonsoh | or at least the Neutron has this patch | 09:00 |
ralonsoh | we can run Nova Zed and Neutron Yoga | 09:00 |
lajoskatona | ralonsoh, slaweq, bauzas: isn't it possible to make it optional in os-vif, like we planned in Neutron with a cfg option, and when the full fix is ready we set it to use by default? | 09:00 |
ralonsoh | lajoskatona, this is what I think | 09:00 |
ralonsoh | if we push this from Neutron | 09:00 |
lajoskatona | ralonsoh: ok | 09:00 |
ralonsoh | so we can "mark" the trunk bridge | 09:00 |
ralonsoh | with an external-ids tag (whatever name) | 09:01 |
ralonsoh | when os-vif reads this tag from the trunk bridge, it will delete the trunk bridge | 09:01 |
ralonsoh | that means Neutron is updated | 09:01 |
ralonsoh | now all the logic responsibility falls under Neutron | 09:01 |
ralonsoh | we need to check if the bridge is there (or not) | 09:01 |
bauzas | slaweq: there is a DNM patch https://review.opendev.org/c/openstack/nova/+/850998 | 09:02 |
ralonsoh | and apply the new logic (just remove the port) or remove the bridge and unwite the ports | 09:02 |
gibi | slaweq: I agree to blacklist 3.0.0 for now to see if that unblocks our gate | 09:02 |
bauzas | if we see this works and we're sure we'll provide a new revision, I can remove the DNM info and we'll merge it | 09:02 |
bauzas | about how to fix the problem, this is a larger discussion | 09:03 |
slaweq | bauzas: yeah | 09:03 |
ralonsoh | requirements patch | 09:05 |
ralonsoh | https://review.opendev.org/c/openstack/requirements/+/851002 | 09:05 |
bauzas | thanks | 09:05 |
sahid | Morning guys | 09:05 |
bauzas | will rebase my DNM | 09:05 |
sahid | lajoskatona: with regards to the multi-segment spec, any else needed, or any questionning that I may have missed to respond? :-) | 09:06 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: DNM Just test os-vif != 3.0.0 https://review.opendev.org/c/openstack/neutron/+/851003 | 09:07 |
slaweq | ralonsoh: gibi bauzas lajoskatona ^^ and neutron test on top of ralonsoh's patch | 09:07 |
bauzas | slaweq: I just updated mine https://review.opendev.org/c/openstack/nova/+/850998 | 09:07 |
bauzas | Zuul failed because I forgot to propose the reqs patch, shit | 09:08 |
slaweq | bauzas: ok, lets check both. If all jobs will be green we will be good to go IMO | 09:08 |
lajoskatona | sahid: Hi, we can continue with the reviews | 09:09 |
sean-k-mooney | o/ | 09:09 |
gibi | slaweq: ack | 09:09 |
sean-k-mooney | so im not in favor of blocking os-vif 3.0.0 | 09:09 |
sean-k-mooney | at least not in the zed release | 09:10 |
sean-k-mooney | if we want to temporary do so while this is fixed on the neutron side im ok with that | 09:10 |
ralonsoh | we can't guarantee what version of nova or neutron is installed | 09:10 |
ralonsoh | we need a way to sync that | 09:10 |
sean-k-mooney | no you dont | 09:11 |
sean-k-mooney | the nova version does not matter | 09:11 |
ralonsoh | Nova/os-vif | 09:11 |
sean-k-mooney | the os-vif change did not depend on nova changes | 09:11 |
ralonsoh | ok: what version of os-vif / Neutron you have in your system | 09:11 |
sean-k-mooney | the neutron agent just need to try and delete the bridge if its not already deleted | 09:11 |
bauzas | sean-k-mooney: we need to deliver a 3.0.1 at least, or ask Neutron to revert some change related to the os-vif change, if they can | 09:12 |
sean-k-mooney | the change in neutron to drop the bridge cleanup code will just need to wait till AA | 09:12 |
sean-k-mooney | yes i am asking for the neutron change to be reverted | 09:13 |
ralonsoh | we have nothing in Neutron yet | 09:13 |
ralonsoh | there is nothing in Neutron to be reverted | 09:13 |
bauzas | but it looks like something is broken due to the new os-vif trunk handling | 09:13 |
ralonsoh | because we don't expect the trunk port to be deleted | 09:13 |
bauzas | and my guess is that if you have two computes, one old and one master | 09:13 |
sean-k-mooney | all that was added was deleting the trunk bridge | 09:14 |
ralonsoh | that's the issue | 09:14 |
sean-k-mooney | which only affecct ml2/ovs | 09:14 |
slaweq | exactly as ralonsoh said, we didn't merged neutron part yet https://review.opendev.org/c/openstack/neutron/+/837780 | 09:14 |
sean-k-mooney | i tough this was breakign with ml2/ovn | 09:14 |
ralonsoh | not the trunk port, the trunk bridge | 09:14 |
ralonsoh | so, as commented 20 mins ago | 09:14 |
ralonsoh | we can sync all of this from Neutron | 09:14 |
ralonsoh | we can mark the trunk bridge, in the external-ids dict | 09:14 |
ralonsoh | and if os-vif detects this, it will delete the trunk bridge, as in 3.0.0 (but with this check) | 09:15 |
ralonsoh | if not, that means Neutron is an old version and won't understand why the trunk bridge is deleted | 09:15 |
sean-k-mooney | is it recreating the bridge | 09:16 |
ralonsoh | it is first deleting the bridge and then creating it again | 09:16 |
sean-k-mooney | ok that sound like a bug | 09:17 |
sean-k-mooney | since the nutorn agent is never ment to creat the bridge | 09:17 |
ralonsoh | no we don't create it | 09:17 |
sean-k-mooney | the trunk creation was always done by os-vif | 09:17 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/ussuri: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850996 | 09:17 |
ralonsoh | but we delete it | 09:17 |
ralonsoh | at least now | 09:17 |
sean-k-mooney | yes so neutron used to delete the bridge | 09:17 |
sean-k-mooney | now os-vif can too | 09:18 |
sean-k-mooney | but why is it recreated? | 09:18 |
ralonsoh | when it is re-created? | 09:18 |
sahid | lajoskatona: ack thank you, let me know if anything is needed | 09:18 |
bauzas | can we all assume that something is broken by the new release of os-vif and until we figure out a backup plan, we need to revert this version ? | 09:18 |
bauzas | it's holding all our merges as of now | 09:18 |
ralonsoh | yes, we should block 3.0.0 | 09:19 |
sean-k-mooney | bauzas: honestly im not a fan of that but have the ci results come in with the pin yet | 09:19 |
bauzas | we could later revert the skip if we find a solution that doesn't require an os-vif patch | 09:19 |
bauzas | sean-k-mooney: they're running as I speak | 09:19 |
sean-k-mooney | can you clarify one thing | 09:19 |
sean-k-mooney | is this also affecting ovn | 09:19 |
bauzas | ideally, we should verify the exact change in cause | 09:19 |
bauzas | and maybe provide a 3.0.1 without just the patch | 09:20 |
sean-k-mooney | i dont want to merge anything in os-vif until we know why this happens | 09:20 |
bauzas | as 3.0.0 ships more than just the trunk logic modification | 09:20 |
bauzas | sean-k-mooney: don't disagree with you | 09:20 |
bauzas | but we haven't bisected yet | 09:20 |
bauzas | we're just testing that rolling back to 2.8.0 will work | 09:21 |
sean-k-mooney | so im still waitign for a an answer to "have we seen this on any ovn job" | 09:21 |
slaweq | sean-k-mooney: You mean this live-migration with trunks failure on ovn job? If yes, I didn't saw any issue like that there | 09:22 |
slaweq | only on ovs jobs | 09:22 |
sean-k-mooney | ack | 09:22 |
sean-k-mooney | if we had seen this fail on ovn it would rule out that patch | 09:22 |
sean-k-mooney | since that code only runs on ml2/ovs | 09:22 |
sean-k-mooney | well not quite but ml2/ovn does not have trunk bridge so its a noop | 09:23 |
sean-k-mooney | there are only 2 functionl change in 3.0.0 | 09:23 |
bauzas | could we verify that "75b290f Delete trunk bridges to avoid race with Neutron" is the faulty patch ? | 09:23 |
sean-k-mooney | https://github.com/openstack/os-vif/commit/75b290fb2a8f706583e0c12c5c5a4c0fc80e6481 | 09:23 |
sean-k-mooney | and https://github.com/openstack/os-vif/commit/9ace551db2262d1134ad984ae8a10436a02cdac6 | 09:24 |
bauzas | 75b290f Delete trunk bridges to avoid race with Neutron could also be a suspect, nope ? | 09:24 |
bauzas | snap, bad paste | 09:24 |
bauzas | yeah, the hybrid plugin paste | 09:24 |
bauzas | $ git log --oneline --no-merges 2.8.0..3.0.0 | 09:24 |
bauzas | 771dfff update ci since linuxbridge is now experimental | 09:24 |
bauzas | 1651a73 Drop lower-constraints.txt and its testing | 09:24 |
bauzas | 75b290f Delete trunk bridges to avoid race with Neutron | 09:24 |
bauzas | a12edbf update job template to zed | 09:24 |
bauzas | 9ace551 Check for hybrid plugging in OVS | 09:24 |
bauzas | 95fbe6a Change minversion of tox to 3.18.0 | 09:24 |
sean-k-mooney | the second patch is one we started backporting downstream | 09:24 |
sean-k-mooney | so if we have an issue with that we would need to revert it there too | 09:25 |
bauzas | we have 75b290f and 9ace551 that are suspects | 09:25 |
sean-k-mooney | for 17.0 | 09:25 |
bauzas | excellent... | 09:25 |
bauzas | hence the bisect I feel | 09:25 |
sean-k-mooney | i mean if we really want to i can have it test the indiviual commits | 09:26 |
sean-k-mooney | i just need to mofiy the job to use os-vif form git | 09:26 |
bauzas | the other option is two gerrit branches | 09:26 |
sean-k-mooney | or that | 09:26 |
bauzas | one testing the revert of 9ace551 and the second one testing revert of 75b290f, both using os-vif master | 09:26 |
sean-k-mooney | slaweq: ralonsoh are we seeign any excption or error on the l2 agent | 09:27 |
ralonsoh | sean-k-mooney, let me check | 09:27 |
sean-k-mooney | bauzas: 9ace551 is unlikely to be inovlved here since that code only takes effect if you go form hybrid-plug true to false | 09:27 |
sean-k-mooney | such as ml2/ovs to ml2/ovn | 09:28 |
sean-k-mooney | the only way im aware of that 75b290f, could break things is if neutron was not able to proceed if the bridge was deleted | 09:29 |
bauzas | snap, does the depends-on now require an URL instead of a Change-Id ? | 09:31 |
sean-k-mooney | no | 09:31 |
sean-k-mooney | both work | 09:31 |
sean-k-mooney | but url is required for non gerrit sources | 09:31 |
sean-k-mooney | that said url has been prefered for a long long time | 09:31 |
bauzas | that was my guess but https://zuul-ci.org/docs/zuul/latest/gating.html wasn't explicit | 09:31 |
sean-k-mooney | url was added for github gitlab and other sourcs that doen use change ides | 09:32 |
bauzas | but yeah, then, I should switch into using URLs | 09:32 |
bauzas | anyway, the status page shows the dependency, which is good | 09:33 |
bauzas | oh f*** | 09:33 |
bauzas | https://zuul.openstack.org/status#850998 | 09:33 |
bauzas | we only trigger functional and unittests | 09:34 |
bauzas | that's probably why we were able to merge a broken os-vif release | 09:34 |
bauzas | I need another DNM patch for testing it | 09:35 |
sean-k-mooney | for os-vif yes in the requirement repo | 09:35 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider stable/ussuri: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850996 | 09:36 |
sean-k-mooney | we dont have multinode os-vif test if i rememebr corrctly it was on my todolist to add at somepoint | 09:36 |
bauzas | sean-k-mooney: no, also in nova | 09:36 |
bauzas | if you only update requirements.txt | 09:36 |
sean-k-mooney | nova is not the gating thing for os-vif | 09:36 |
bauzas | I'm unclear | 09:36 |
sean-k-mooney | novas gate jobs are not the important thing for os-vif release | 09:37 |
sean-k-mooney | os-vifs jobs are | 09:37 |
bauzas | I'm saying that bumping or dropping an os-vif release in nova's reqs.txt doesn't run the full gate | 09:37 |
sean-k-mooney | because you did not touch on of the code files | 09:38 |
bauzas | in other words, while we verify os-vif itself, we don't verify how we use it in nova, in particular within an upgrade scenario | 09:38 |
bauzas | sean-k-mooney: correct | 09:39 |
bauzas | hence the DNM I need to file | 09:39 |
sean-k-mooney | right but this is not where that verification should be happenign normally | 09:39 |
sean-k-mooney | if we want to test upgrade we shoudl add grenade to the os-vif repo | 09:39 |
sean-k-mooney | we have an eperimental job in nova for testing unrelased os-vif by the way | 09:41 |
sean-k-mooney | https://github.com/openstack/nova/blob/master/.zuul.yaml#L753-L754= | 09:41 |
sean-k-mooney | but in general any upgrade/multi node testing for os-vif should happen in the os-vif repo if we want to test that | 09:41 |
sean-k-mooney | when i brought this up in the past people did not seam to care about testing it so i have kept the bare minium set of jobs working | 09:42 |
sean-k-mooney | and never had time to expand them | 09:42 |
bauzas | yup I don't disagree with you | 09:42 |
bauzas | but this explains why we were able to merge a change that broke our gate | 09:43 |
sean-k-mooney | nope | 09:44 |
sean-k-mooney | because your asserting it could be prevented by nova jobs | 09:44 |
sean-k-mooney | unless your refering to the upper constrait patch | 09:44 |
sean-k-mooney | but again it is not nova's job ot test os-vif | 09:45 |
bauzas | I'm not asserting anything about what we should do | 09:46 |
sean-k-mooney | if the bug is cause by the os-vif trunk delete patch the only place it should have been caught was a multinode job on the os-vif check pipeline | 09:47 |
bauzas | my point was only to say "oh, ok, I understand now how we were able to merge the os-vif release bump into nova reqs.txt without having the check and gate jobs yelling" | 09:47 |
bauzas | and agreed on the fact this is an os-vif covering issue | 09:48 |
sean-k-mooney | we didnt update novas requirements.txt | 09:48 |
sean-k-mooney | we raised the max version in upper-constraits.txt | 09:48 |
sean-k-mooney | we are currently relying on tempst full | 09:50 |
sean-k-mooney | https://github.com/openstack/requirements/blob/master/.zuul.d/project.yaml#L60= | 09:50 |
sean-k-mooney | we dont have any ml2/ovs coverage | 09:50 |
sean-k-mooney | and likely no trunk coverages | 09:50 |
sean-k-mooney | so if we wanted to catch the upper-constratis bump we would have needed a multinode ml2/ovs job | 09:51 |
sean-k-mooney | this still feels like a neutron bug. nueton should not break if the bridge is deleted so we likely need to find out why that happens and fix it and backport that anyway | 09:52 |
sean-k-mooney | that was the whole premis behind the approch we agreed at the ptg. and how the upgrade was ment to work | 09:53 |
bauzas | sean-k-mooney: my bad, yeah I was referring to the nova's change in reqs, which is u-c | 09:53 |
ralonsoh | sean-k-mooney, why not? | 09:53 |
ralonsoh | why Neutron should not fail? Neutron is expecting to find this bridge | 09:54 |
sean-k-mooney | because it should not be at that point | 09:54 |
sean-k-mooney | we depete all the patch ports | 09:54 |
sean-k-mooney | unpluuing the subports and parent port | 09:54 |
sean-k-mooney | before we remove the bridge | 09:54 |
lajoskatona | bauzas, sean-k-mooney: do we need new jobs to avoid such cases in future? I mean neutron-tempest-plugin with os-vif master(that could be a periodic which need to be checked regularly) or os-vif job with neutron/nova master? | 09:54 |
sean-k-mooney | so neutorn shoudl no longer be expect the bridge to exist | 09:54 |
sean-k-mooney | because the port is nolonger plugged on that host | 09:54 |
sean-k-mooney | lajoskatona: we should just make the os-vif gate jobs multinode. its been a todo item for years. and maybe add greneade | 09:55 |
sean-k-mooney | lajoskatona: in the requirements repo we might want to have an ml2/ovs multi node job too in general but that should not be needed | 09:56 |
sean-k-mooney | os-vif already uses nova/neutron master in its master branch | 09:56 |
sean-k-mooney | but because its only singel node it did not run this test | 09:56 |
lajoskatona | sean-k-mooney: ok, thanks | 09:57 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: Remove "nose" library https://review.opendev.org/c/openstack/os-ken/+/850631 | 09:58 |
opendevreview | Elvira GarcÃa Ruiz proposed openstack/neutron master: [OVN] Log drop events per security group https://review.opendev.org/c/openstack/neutron/+/835014 | 10:20 |
opendevreview | sean mooney proposed openstack/os-vif master: [WIP] make os-vif jobs multinode and enable trunk testing https://review.opendev.org/c/openstack/os-vif/+/851011 | 10:26 |
sean-k-mooney | ^ is probably incomplete but its more or less what should be needed to enable multinode testing and trunk port testing in os-vif's ci | 10:27 |
opendevreview | Fernando Royo proposed openstack/networking-ovn stable/train: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/networking-ovn/+/851013 | 10:48 |
lajoskatona | sean-k-mooney: thanks | 10:52 |
opendevreview | Fernando Royo proposed openstack/networking-ovn stable/train: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/networking-ovn/+/851013 | 11:09 |
opendevreview | Merged openstack/networking-bagpipe master: py310: Add required-projects list to py310 job https://review.opendev.org/c/openstack/networking-bagpipe/+/841917 | 11:10 |
*** froyo is now known as froyo|lunch | 12:07 | |
*** froyo|lunch is now known as froyo | 12:07 | |
bauzas | so, the os-vif block workarounds the problem and unblocks the gate | 12:39 |
bauzas | I'm in favor of merging the skip by now | 12:39 |
bauzas | and not wait for finding the root cause in order to make a 3.0.1 | 12:39 |
bauzas | we could deliver 3.0.1 later once we agree | 12:40 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Add a default table in "ip rule" command https://review.opendev.org/c/openstack/neutron/+/850223 | 12:50 |
opendevreview | ayenachew molla proposed openstack/neutron-tempest-plugin master: Delete tcp rule from a security group https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/848268 | 12:57 |
lajoskatona | bauzas: sounds ok, I added this topic to the Neutron meeting agenda, to have it discussed | 13:01 |
bauzas | maybe the root cause couldn't be in os-vif | 13:01 |
bauzas | if so, we could revert the release skip | 13:01 |
bauzas | tbc, the skip is still temporary until we figure out the proper fix | 13:01 |
*** amoralej is now known as amoralej|lunch | 13:09 | |
*** dasm|off is now known as dasm | 13:19 | |
*** amoralej|lunch is now known as amoralej | 13:41 | |
lajoskatona | #startmeeting networking | 14:00 |
opendevmeet | Meeting started Tue Jul 26 14:00:12 2022 UTC and is due to finish in 60 minutes. The chair is lajoskatona. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
opendevmeet | The meeting name has been set to 'networking' | 14:00 |
lajoskatona | o/ | 14:00 |
mlavalle | o/ | 14:00 |
ralonsoh | hi | 14:00 |
averdaguer | o/ | 14:00 |
obondarev | hi | 14:00 |
skoech[m] | \o | 14:00 |
isabek | Hi | 14:01 |
elvira | o/ | 14:01 |
lajoskatona | Let's start the meeting | 14:02 |
lajoskatona | Zed schedule: https://releases.openstack.org/zed/schedule.html | 14:02 |
lajoskatona | Repeating the release dates which are coming from : [release] Release countdown for week R-11, Jul 18 - 22: (#link https://lists.openstack.org/pipermail/openstack-discuss/2022-July/029583.html) | 14:02 |
lajoskatona | Non-client library freeze: August 26th, 2022 (R-6 week) | 14:03 |
lajoskatona | Client library freeze: September 1st, 2022 (R-5 week) | 14:03 |
lajoskatona | Zed-3 milestone: September 1st, 2022 (R-5 week) | 14:03 |
slaweq | o/ | 14:03 |
lajoskatona | The A release will be Antelope | 14:04 |
lajoskatona | Antelope PTG etherpad: https://etherpad.opendev.org/p/neutron-antelope-ptg | 14:04 |
mlavalle | Nice! | 14:04 |
lajoskatona | if you have topics which you would like to discuss please add the topics to it | 14:04 |
lajoskatona | I added a few lines to collect Operator's engagement topics also | 14:05 |
lajoskatona | please check and write down if you have anything you think can be interesting on a discussion with operators | 14:05 |
lajoskatona | Some not so official thing: | 14:06 |
lajoskatona | I will be on PTO and back on 15 August | 14:07 |
lajoskatona | So I plan to cancel next 2 team meeting and drivers meeting | 14:07 |
lajoskatona | what do you think? | 14:07 |
slaweq | ++ | 14:07 |
mlavalle | ++ | 14:07 |
ralonsoh | +1 | 14:08 |
slaweq | I will be also off 8-16 Aug | 14:08 |
mlavalle | lajoskatona: when do you start your time off? | 14:08 |
bcafarel | late o/ | 14:08 |
lajoskatona | next Monday | 14:08 |
mlavalle | ack | 14:08 |
mlavalle | have fun! | 14:08 |
lajoskatona | thanks :-) | 14:08 |
lajoskatona | I will send out mail about it | 14:09 |
mlavalle | let's hope we don't wreck the place while you are away | 14:09 |
lajoskatona | you can wait for me with that | 14:09 |
lajoskatona | anyway it usually happens around release time so we have few weeks | 14:10 |
skoech[m] | :D | 14:10 |
lajoskatona | If you have no more questions comments for the announcements we can move on | 14:10 |
slaweq | actually it already started with os-vif :P | 14:10 |
lajoskatona | yeah we can count that as 1 | 14:11 |
slaweq | LOL | 14:11 |
lajoskatona | :-) | 14:11 |
lajoskatona | Ok, let's go to next topic | 14:12 |
lajoskatona | #topic Bugs | 14:12 |
lajoskatona | Report from obondarev: https://lists.openstack.org/pipermail/openstack-discuss/2022-July/029707.html | 14:12 |
lajoskatona | I saw one bug without owner: | 14:12 |
lajoskatona | [OVN] metadata does not work when using neutron-dhcp-agent for baremetal ports (#link https://bugs.launchpad.net/neutron/+bug/1982569 ) | 14:12 |
lajoskatona | obondarev do you have anything more to add for the last week? | 14:12 |
obondarev | just an RFE to be discussed on the next drivers: https://bugs.launchpad.net/neutron/+bug/1982541 | 14:13 |
obondarev | [RFE] OVN E/W routing | 14:13 |
obondarev | for external (baremetal) VLAN ports | 14:13 |
lajoskatona | thanks | 14:14 |
lajoskatona | and perhaps we can have a few words of the hot topic of today: https://bugs.launchpad.net/neutron/+bug/1940425 | 14:15 |
lajoskatona | this is the os-vif 3.0.0 release hell slaweq mentioned | 14:16 |
lajoskatona | or more the usual x-project hell | 14:16 |
slaweq | it seems it's good that we merged and released it in this direction as otherwise we wouldn't even find this issue | 14:17 |
slaweq | and it would be later reported by some user | 14:17 |
lajoskatona | if I understand well now we block os-vif 3.0.0 with https://review.opendev.org/c/openstack/requirements/+/851002 | 14:17 |
lajoskatona | slaweq: thanks, this is really positive view of this, and true | 14:18 |
slaweq | yw :) | 14:18 |
lajoskatona | If I understand well we don't know really which commit was the one that causes trouble, but there was not so many: | 14:19 |
lajoskatona | https://bugs.launchpad.net/neutron/+bug/1940425/comments/7 | 14:19 |
slaweq | IIUC it was "75b290f Delete trunk bridges to avoid race with Neutron" | 14:20 |
ralonsoh | sean-k-mooney, is integrating grenade on os-vif CI | 14:20 |
slaweq | as neutron now still expects trunk bridge to be there but os-vif is deleting it | 14:20 |
ralonsoh | we'll be able to check that | 14:20 |
mlavalle | yeah, that's the obvious culprit | 14:20 |
lajoskatona | slaweq: I have the same feeling | 14:20 |
ralonsoh | but most probably yes, this is "Delete trunk bridges to avoid race with Neutron | 14:20 |
ralonsoh | a12edbf update job template to zed" | 14:20 |
sean-k-mooney | ralonsoh: well multinode jobs first we can add grenede too if we want | 14:21 |
sean-k-mooney | the test that was failing was not running on the os-vif ci previously | 14:21 |
ralonsoh | exactly | 14:21 |
sean-k-mooney | https://review.opendev.org/c/openstack/os-vif/+/851011 | 14:22 |
sean-k-mooney | it failed in that run by the way https://067d6e188ecb98d71167-c128921194a2b01210c7e01142fc6470.ssl.cf2.rackcdn.com/851011/1/check/os-vif-ovs-iptables/46df59a/testr_results.html | 14:22 |
sean-k-mooney | test_live_migration_with_trunk[i | 14:22 |
sean-k-mooney | but that said other live migration test filed so the job config might not be right yet | 14:22 |
ralonsoh | about the possible solution, I would comment on the LP bug | 14:23 |
ralonsoh | to avoid mail chains | 14:23 |
sean-k-mooney | we can but form my perspective there is no bug in nova or os-vif | 14:24 |
mlavalle | I also want to mention that the neutron counterpart to the os-vif commit is https://review.opendev.org/c/openstack/neutron/+/837780. In it, I'm adding a config knob that will allow us to handle when the os-vif side deletes the trunk's bridge | 14:24 |
sean-k-mooney | we have unplugged the trunk port and subports before we remvoe the bridge | 14:24 |
sean-k-mooney | so neutron should not be expecting it to exsit anymore | 14:24 |
ralonsoh | sean-k-mooney, we can comment on the LP bug | 14:24 |
sean-k-mooney | sure. | 14:25 |
lajoskatona | mlavalle: would be good to know if that solves the issue | 14:25 |
lajoskatona | I mean if yes we can think about how to make it work with Neutron-Nova | 14:25 |
sean-k-mooney | although i have my hands full with downstream escalation so i wont be able to focus on this much for a few days | 14:25 |
lajoskatona | I suspect this can be a good topic for the PTG :-) | 14:25 |
sean-k-mooney | we decied to go the current directly at the last ptg | 14:26 |
sean-k-mooney | but sure | 14:26 |
sean-k-mooney | i have not had time to look at why this is causeing issues for neutorn. | 14:26 |
sean-k-mooney | if that can be sumemrised that would be good | 14:27 |
sean-k-mooney | in the bug | 14:27 |
ralonsoh | I'll do | 14:27 |
sean-k-mooney | thanks | 14:27 |
lajoskatona | ralonsoh: thanks | 14:27 |
mlavalle | I will also follow up in the LP bug | 14:28 |
lajoskatona | mlavalle: thanks | 14:28 |
lajoskatona | This week isabek is the deputy and next week elvira will be (and I have to shuffle the list...) | 14:29 |
elvira | yes o/ | 14:29 |
isabek | o/ | 14:29 |
ralonsoh | yeah, we need an assignee for the 2 week of august | 14:29 |
lajoskatona | elvira, isabek: thanks | 14:29 |
lajoskatona | I will check the table today or tomorrow | 14:30 |
lajoskatona | ok, that's it for bugs | 14:31 |
lajoskatona | #topic On Demand Agenda | 14:31 |
lajoskatona | do you have anything to discuss? | 14:32 |
mlavalle | not me | 14:32 |
slaweq | nothing from me | 14:32 |
bcafarel | nothing except enjoy your time off lajoskatona :) | 14:33 |
ralonsoh | +1 | 14:33 |
lajoskatona | thanks | 14:33 |
amotoki | enjoy your vacation lajoskatona | 14:33 |
obondarev | +1! | 14:33 |
elvira | +1 | 14:33 |
lajoskatona | we go to live in a tent, so perhaps this will be the note for the weather to have some rain around Hungary :-) | 14:33 |
slaweq | :) | 14:34 |
mlavalle | LOL | 14:34 |
amotoki | :) | 14:34 |
lajoskatona | Ok, I think we can close the meeting | 14:34 |
mlavalle | we are also praying for rain in Texas | 14:34 |
lajoskatona | #endmeeting | 14:34 |
opendevmeet | Meeting ended Tue Jul 26 14:34:26 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:34 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/networking/2022/networking.2022-07-26-14.00.html | 14:34 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/networking/2022/networking.2022-07-26-14.00.txt | 14:34 |
opendevmeet | Log: https://meetings.opendev.org/meetings/networking/2022/networking.2022-07-26-14.00.log.html | 14:34 |
lajoskatona | o/ | 14:34 |
slaweq | o/ | 14:34 |
mlavalle | o/ | 14:34 |
amotoki | o/ | 14:34 |
obondarev | o/ | 14:34 |
mlavalle | slaweq: ci meeting ove irc today? | 14:34 |
slaweq | mlavalle: yes | 14:35 |
slaweq | in 25 minutes | 14:35 |
mlavalle | thanks! | 14:35 |
lajoskatona | slaweq: Hi, could you please check the Network Cascade Delete patches which are up for review when you have some free time: https://review.opendev.org/q/topic:cascade_delete_extension+status:open | 14:42 |
lajoskatona | slaweq: I don't know why gerrit mark them as "merge conflict", because they are on top of master (at least when I last checked them) | 14:43 |
slaweq | lajoskatona: sure | 14:46 |
lajoskatona | slaweq: thanks | 14:49 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [OVN][Placement] Drive binding by placement allocation https://review.opendev.org/c/openstack/neutron/+/786478 | 14:50 |
opendevreview | Rodolfo Alonso proposed openstack/os-ken master: Remove "six" library https://review.opendev.org/c/openstack/os-ken/+/850767 | 14:53 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Switch Fedora based job to Centos Stream https://review.opendev.org/c/openstack/neutron/+/844335 | 14:55 |
opendevreview | Merged openstack/ovn-octavia-provider stable/yoga: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850556 | 14:55 |
opendevreview | Merged openstack/ovn-octavia-provider stable/xena: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850557 | 14:55 |
slaweq | #startmeeting neutron_ci | 15:00 |
opendevmeet | Meeting started Tue Jul 26 15:00:12 2022 UTC and is due to finish in 60 minutes. The chair is slaweq. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'neutron_ci' | 15:00 |
mlavalle | o/ | 15:00 |
slaweq | o/ | 15:00 |
lajoskatona | o/ | 15:00 |
slaweq | lets wait for other folks too | 15:01 |
slaweq | ralonsoh: ykarel bcafarel ping, neutron CI meeting | 15:01 |
ralonsoh | si sorry | 15:01 |
ralonsoh | hi* | 15:01 |
slaweq | ok, lets start | 15:02 |
slaweq | Grafana dashboard: https://grafana.opendev.org/d/f913631585/neutron-failure-rate?orgId=1 | 15:02 |
slaweq | Please open now :) | 15:02 |
slaweq | #topic Actions from previous meetings | 15:02 |
ykarel | o/ | 15:02 |
slaweq | slaweq to fix functiona/fullstack failures on centos 9 stream: https://bugs.launchpad.net/neutron/+bug/1976323 | 15:02 |
slaweq | still no progress with that one, but I will get to it :) | 15:03 |
slaweq | #action slaweq to fix functiona/fullstack failures on centos 9 stream: https://bugs.launchpad.net/neutron/+bug/1976323 | 15:03 |
slaweq | next one | 15:03 |
slaweq | slaweq to move fedora periodic job to centos9 stream | 15:03 |
slaweq | no progress yet but I just started working on it few minutes ago | 15:03 |
slaweq | so I hope I will have something soon | 15:03 |
slaweq | #action slaweq to move fedora periodic job to centos9 stream | 15:03 |
slaweq | next one | 15:04 |
slaweq | lajoskatona to open LP bugs related to the stable branches timeouts | 15:04 |
lajoskatona | I think I have, just a sec | 15:04 |
ralonsoh | https://review.opendev.org/q/119b82f1b10df50a696e936e80672c7ddb00436f | 15:04 |
lajoskatona | https://bugs.launchpad.net/neutron/+bug/1982206 | 15:05 |
lajoskatona | thanks ralonsoh | 15:05 |
slaweq | ++ | 15:05 |
slaweq | thx | 15:05 |
slaweq | next one then | 15:05 |
slaweq | mlavalle to report issue with propose-translation-update job and investigate that issue | 15:05 |
mlavalle | I did investigate | 15:05 |
mlavalle | this job is failing massively for all the projects | 15:05 |
mlavalle | since this merged: https://review.opendev.org/c/zuul/zuul-jobs/+/846248 | 15:06 |
mlavalle | so I proposed a revert. Not because I thought necessarily that was the best solution, but to start a discussion: https://review.opendev.org/c/zuul/zuul-jobs/+/850917 | 15:06 |
lajoskatona | Revert of revert :-) | 15:07 |
ralonsoh | there is an alternative proposal: https://review.opendev.org/c/openstack/project-config/+/850962 | 15:07 |
mlavalle | and indeed I think I got the conversation going: https://review.opendev.org/c/openstack/project-config/+/850962 | 15:07 |
mlavalle | so we are getting there | 15:07 |
slaweq | thx mlavalle for taking care of it | 15:08 |
slaweq | with that we checked all action items from last week | 15:08 |
mlavalle | so most likely I will end up abandoning the revert of the revert and hopefully will find a solution with the latest patch from Ian | 15:08 |
slaweq | ++ | 15:08 |
ralonsoh | +1 | 15:08 |
ykarel | +1 | 15:08 |
slaweq | #topic Stable branches | 15:08 |
slaweq | bcafarel: any updates here? | 15:08 |
mlavalle | as I said, the revert of the revert was more a provocation than anything else | 15:08 |
lajoskatona | :-) | 15:09 |
bcafarel | as long as the "revert of the revert of the revert..." line still fits in the screen :) | 15:09 |
lajoskatona | for stable branches please check this for train: https://review.opendev.org/c/openstack/requirements/+/850828 | 15:10 |
bcafarel | for stable branches, we have these timeout issues - some in UT fixed by lajoskatona to backport and others, still looking as they timeout during installation of packages | 15:10 |
bcafarel | https://bugs.launchpad.net/neutron/+bug/1982206 and https://bugs.launchpad.net/neutron/+bug/1982720 (that later one breaking train grenade) | 15:10 |
lajoskatona | ahh ok, so we have bug for the train issue, I forgot that | 15:11 |
slaweq | so grenade timeout happens only on train? | 15:11 |
bcafarel | at least from what I have seen yes | 15:13 |
bcafarel | ~2 hours to get paste "Processing triggers for libc-bin" step apparently :/ | 15:13 |
slaweq | https://zuul.opendev.org/t/openstack/build/1a4f23e400a3491b88b161e50878753a/log/job-output.txt#2498 | 15:13 |
slaweq | regarding this grenade job, is this really neutron issue? | 15:14 |
lajoskatona | good question | 15:14 |
slaweq | for me this doesn't seems like an neutron issue really | 15:15 |
slaweq | I can try to investigate it a bit more | 15:15 |
ralonsoh | if in Train we are still using 18.04, that means the default binary is python3.6 | 15:16 |
ralonsoh | if I'm not wrong | 15:16 |
ralonsoh | so that error will be persistent | 15:16 |
slaweq | ralonsoh: yes, it can be | 15:16 |
slaweq | I will investigate it | 15:16 |
slaweq | #action slaweq to check neutron-grenade failurs on stable/train: https://bugs.launchpad.net/neutron/+bug/1982720 | 15:16 |
ralonsoh | thanks | 15:16 |
lajoskatona | thanks | 15:16 |
ykarel | seems https://ff10fb94d3bc910c8640-4a6b1d9d45ac1c9671941502c3743ab2.ssl.cf1.rackcdn.com/850828/1/check/neutron-grenade/1a4f23e/logs/devstack-gate-setup-workspace-old.txt the actual error? | 15:16 |
slaweq | aha, so is it maybe because stable/stein is EM already? | 15:17 |
ralonsoh | ah right, could be | 15:17 |
opendevreview | Merged openstack/ovn-octavia-provider stable/wallaby: Ensure members without subnet belong to VIP subnet or fail https://review.opendev.org/c/openstack/ovn-octavia-provider/+/850558 | 15:18 |
slaweq | no, it's something different | 15:18 |
slaweq | anyway, lets not spent too much time on this today, I will check it and we will see | 15:18 |
ykarel | li+1 | 15:18 |
ralonsoh | IMO, we should not spend too much time on grenade on Train | 15:18 |
lajoskatona | +1 | 15:19 |
slaweq | true | 15:19 |
ykarel | +1 | 15:19 |
slaweq | ok, lets move on now | 15:19 |
slaweq | #topic Stadium projects | 15:19 |
slaweq | lajoskatona: anything new? | 15:19 |
lajoskatona | only bagpipe is failing as I remember from this morning I have to check it in detail | 15:20 |
lajoskatona | it's possible that only the periodic job failed | 15:20 |
lajoskatona | that's it for the stadiums | 15:21 |
slaweq | ok, thx | 15:21 |
slaweq | #topic Grafana | 15:21 |
slaweq | #link https://grafana.opendev.org/d/f913631585/neutron-failure-rate | 15:22 |
slaweq | there is not much there as in check queue we have pretty high numbers on some jobs | 15:22 |
slaweq | like e.g. multinode ovs jobs - issue related to os-vif | 15:22 |
slaweq | last week we also had issue with pyroute2 which blocked our gate | 15:23 |
ralonsoh | yeah, both libraries | 15:23 |
slaweq | with both of those issues, I don't have much to say about rechecks neighter | 15:24 |
slaweq | as we didn't merged too many patches recently | 15:24 |
slaweq | Regarding bare rechecks: | 15:24 |
slaweq | +---------+---------------+--------------+-------------------+... (full message at https://matrix.org/_matrix/media/r0/download/matrix.org/TKTpTbrxBQEuJgvvIDGanBWX) | 15:24 |
slaweq | here are the stats | 15:24 |
lajoskatona | is it lower than last week? | 15:25 |
slaweq | not much | 15:25 |
slaweq | but I need to update this script finally | 15:25 |
lajoskatona | ok, thanks for taking care of it | 15:25 |
slaweq | as it is counting all rechecks from patches updated in last X days | 15:25 |
slaweq | even rechecks which are older | 15:25 |
slaweq | and that's all from me for the rechecks and grafana | 15:26 |
slaweq | any questions/comments? | 15:26 |
ralonsoh | no thanks | 15:26 |
slaweq | if no, I think we can move on | 15:27 |
slaweq | to the last topic for today | 15:27 |
slaweq | #topic Periodic | 15:27 |
slaweq | here there is one new issue | 15:27 |
slaweq | openstack-tox-py39-with-oslo-master is failing since 21.07.2022 every day | 15:27 |
slaweq | I reported bug https://bugs.launchpad.net/neutron/+bug/1982818 | 15:27 |
slaweq | and failure example is https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_9d6/periodic/opendev.org/openstack/neutron/master/openstack-tox-py39-with-oslo-master/9d672a3/testr_results.html | 15:27 |
slaweq | anyone wants to check it maybe? | 15:27 |
slaweq | if not I can take a look | 15:27 |
ralonsoh | yeah | 15:28 |
ralonsoh | maybe related to new DB | 15:28 |
ralonsoh | I can check it | 15:28 |
slaweq | thx ralonsoh | 15:28 |
slaweq | #action ralonsoh to check failing openstack-tox-py39-with-oslo-master periodic job | 15:28 |
lajoskatona | I added comment to the bug, | 15:28 |
lajoskatona | seems oslo.db lkast release | 15:28 |
ralonsoh | ahhh yes | 15:29 |
slaweq | thx lajoskatona | 15:29 |
lajoskatona | The patch "a530cbf Remove the 'Session.autocommit' parameter" was guilty in my env | 15:30 |
lajoskatona | from oslo.db, but I had no more time to see what it is really | 15:30 |
slaweq | anyone have any other topic related to neutron CI to discuss today? | 15:32 |
slaweq | if not, I will give You some time back today :) | 15:32 |
lajoskatona | nothing from me | 15:33 |
ralonsoh | fine for me | 15:33 |
mlavalle | nothing from me | 15:33 |
slaweq | ok, thx for attending the meeting then | 15:33 |
slaweq | and see You all online | 15:33 |
slaweq | o/ | 15:33 |
ralonsoh | bye | 15:33 |
slaweq | #endmeeting | 15:33 |
opendevmeet | Meeting ended Tue Jul 26 15:33:32 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:33 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-07-26-15.00.html | 15:33 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-07-26-15.00.txt | 15:33 |
opendevmeet | Log: https://meetings.opendev.org/meetings/neutron_ci/2022/neutron_ci.2022-07-26-15.00.log.html | 15:33 |
lajoskatona | o/ | 15:33 |
ykarel | o/ | 15:33 |
ralonsoh | folks, missing topic from Team meeting | 15:33 |
ralonsoh | os-ken | 15:33 |
ralonsoh | --> https://review.opendev.org/q/project:openstack/os-ken+status:open | 15:33 |
ralonsoh | if you have time, thanks!! | 15:33 |
mlavalle | o/ | 15:33 |
slaweq | ralonsoh: sure | 15:33 |
* bcafarel looks | 15:34 | |
lajoskatona | ralonsoh: checking | 15:35 |
*** amoralej is now known as amoralej|off | 16:16 | |
*** dasm is now known as dasm|off | 22:17 | |
opendevreview | Miguel Lavalle proposed openstack/neutron master: Avoid race condition when deleting trunk bridges https://review.opendev.org/c/openstack/neutron/+/837780 | 23:27 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!