jayaanand | hi | 15:00 |
---|---|---|
haixin | o/ | 15:00 |
ashrodri | #startmeeting manila | 15:01 |
opendevmeet | Meeting started Thu May 16 15:01:50 2024 UTC and is due to finish in 60 minutes. The chair is ashrodri. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:01 |
opendevmeet | The meeting name has been set to 'manila' | 15:01 |
vhari | hi | 15:01 |
ashrodri | courtesy ping vkmc dviroel carloss vhari gouthamr carthaca msaravan pulluri | 15:02 |
gouthamr | o/ hello | 15:02 |
carthaca | hi | 15:02 |
ashrodri | o/ hello everyone, sorry for my tardiness | 15:02 |
ashrodri | today's agenda: | 15:02 |
ashrodri | #link https://wiki.openstack.org/wiki/Manila/Meetings | 15:02 |
ccokeke[m] | Hello | 15:04 |
ashrodri | alright, let's get started | 15:04 |
ashrodri | #topic Announcements | 15:04 |
ashrodri | #link https://releases.openstack.org/dalmatian/schedule.html | 15:04 |
ashrodri | Reminder that this week is milestone 1. | 15:04 |
ashrodri | #link https://launchpad.net/manila/+milestone/dalmatian-1 | 15:04 |
ashrodri | Here is the list of bugs targeted for m-1, we will get these retargeted for the next milestone. | 15:05 |
ashrodri | That's all from me. Do you have any Announcements to share today? | 15:05 |
ashrodri | okay, moving on... | 15:07 |
ashrodri | #topic Review Focus | 15:07 |
ashrodri | #link https://etherpad.opendev.org/p/manila-dalmatian-review-focus | 15:08 |
gouthamr | gate's hosed right now | 15:08 |
ashrodri | Is there any patch we want to bring attention to today? Some have been updated recently, most are still waiting for review | 15:08 |
gouthamr | but, not for a terrible reason | 15:08 |
ashrodri | I have noticed the manila-grenade-skip-level-always job is failing recently. | 15:08 |
ashrodri | Seems to be an issue with keystone db. | 15:08 |
gouthamr | we recently unblocked sqlalchemy2.0 from the upper constraints list | 15:09 |
gouthamr | which caused this issue with the manila-grenade-skip-level-always job | 15:09 |
gouthamr | here's a fix: | 15:09 |
gouthamr | #link https://review.opendev.org/c/openstack/manila/+/919769 ([CI] Grenade job changes for 2024.2 release cycle) | 15:09 |
ashrodri | thanks for working on that gouthamr, ill take a look later today. | 15:11 |
ashrodri | i'll add to the etherpad too | 15:13 |
ashrodri | Any other patches to bring up today? | 15:14 |
ashrodri | okay, next up... | 15:17 |
ashrodri | #topic Bug Triage | 15:17 |
kpdev | i have patch, waiting to merge for long time- https://review.opendev.org/c/openstack/manila/+/894637 | 15:17 |
vhari | ty for working on this fix kpdev | 15:18 |
gouthamr | kpdev: you have my +2, and we can probably ask dviroel or haixin to take a look.. i was waiting on NetApp CI there; but it is failing | 15:18 |
vhari | has +2/+1 if anyone can take a look | 15:18 |
ashrodri | patch looks in good shape, I can take a look as well later today | 15:18 |
vhari | ashrodri++ | 15:19 |
gouthamr | jayaanand: ty for the +1, can you confirm this doesn't break anything? the CI seems to be in a bad shape for a while, and it makes me nervous to merge anything driver related in that state | 15:19 |
haixin | I don't know much about NetApp-driven mechanics... | 15:19 |
gouthamr | ^ exactly :) | 15:19 |
haixin | :( | 15:20 |
jayaanand | i am checking | 15:20 |
jayaanand | looks fine for me. NetApp CI is in bad shape. we are working on it. it will be fixed shortly | 15:21 |
gouthamr | okay; ty.. i'll check if dviroel can help with this (he may be afk atm) | 15:24 |
vhari | maybe good to recheck the results after ^^ is fixed | 15:24 |
vhari | any other concerns? | 15:24 |
vhari | so our 1st bug | 15:25 |
kpdev | No, thanks for taking this. | 15:25 |
vhari | #link https://bugs.launchpad.net/manila/+bug/2065705 | 15:25 |
gouthamr | a low hanging fruit bug; we need to process NotFound errors on the deletion path, log them as a warning and not fail deletion | 15:28 |
gouthamr | this is a general expectation across drivers, and iirc the ceph driver used to behave this way too.. perhaps we missed it during the ceph mgr API change/rewrite | 15:29 |
gouthamr | the workaround needs an admin to use force delete | 15:29 |
gouthamr | which is, undesirable in cases where the ceph share never existed - for example, when the share got scheduled to ceph, but failed | 15:30 |
* vhari kpdev++ | 15:33 | |
gouthamr | ashrodri: do you want to attempt this? | 15:33 |
ashrodri | yeah i can take a look | 15:34 |
vhari | ty ashrodri .. | 15:35 |
vhari | next up | 15:35 |
vhari | #link https://bugs.launchpad.net/manila/+bug/2065727 | 15:35 |
ashrodri | ah yes i reported this one. | 15:38 |
ashrodri | found it while working on a bandit fix, switching from using eval() to getattr() and func() | 15:38 |
ashrodri | but tests fail, and at the bottom of the rabbit hole i fell through, i found that it is most likely an error while mocking requests | 15:39 |
ashrodri | i think someone at dell_emc should take a look. for now the nosec comment on those lines is enough to satisfy bandit | 15:40 |
gouthamr | ty for the intermediate fix ashrodri | 15:42 |
gouthamr | we can continue to make progress on bandit without being blocked by this | 15:43 |
gouthamr | iirc someone reached out to the dell emc maintainers regarding this in the past, correct? | 15:44 |
gouthamr | we can tag this low and wait for an assignee to pick this up | 15:45 |
ashrodri | i think one of the ndsu students who were working on bandit had sent an email to the maintainers. not sure if they received a response | 15:45 |
ashrodri | vhari are those the only bugs for today? | 15:50 |
vhari | ack.. it's a wrap | 15:50 |
vhari | that in .. if no other concerns about ^^ | 15:50 |
ashrodri | ack, i think that was it for that bug | 15:51 |
vhari | back to you :) | 15:51 |
ashrodri | thanks for the discussion everyone. wrapping up... | 15:51 |
ashrodri | #topic Open discussion | 15:52 |
ashrodri | Anything more to bring up today? | 15:52 |
kpdev | need review on https://review.opendev.org/c/openstack/manila-specs/+/916595 | 15:53 |
ashrodri | sure thing kpdev, ill add to my list | 15:54 |
carthaca | We are currently looking into resource reservation - is there any prior art / do you know if anyone has already tried to integrate manila and blazar? | 15:56 |
ashrodri | No, I haven't heard of that. | 15:59 |
ashrodri | Reaching top of the hour. carthaca lets discuss more in next meeting. | 16:00 |
carthaca | thx | 16:00 |
ashrodri | or in manila | 16:00 |
ashrodri | Thanks for joining everyone, have a great rest of your day! | 16:01 |
ashrodri | #endmeeting | 16:01 |
opendevmeet | Meeting ended Thu May 16 16:01:06 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:01 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/manila/2024/manila.2024-05-16-15.01.html | 16:01 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/manila/2024/manila.2024-05-16-15.01.txt | 16:01 |
opendevmeet | Log: https://meetings.opendev.org/meetings/manila/2024/manila.2024-05-16-15.01.log.html | 16:01 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!