15:01:50 <ashrodri> #startmeeting manila
15:01:50 <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:50 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:01:50 <opendevmeet> The meeting name has been set to 'manila'
15:01:50 <vhari> hi
15:02:00 <ashrodri> courtesy ping vkmc dviroel carloss vhari gouthamr carthaca msaravan pulluri
15:02:06 <gouthamr> o/ hello
15:02:07 <carthaca> hi
15:02:12 <ashrodri> o/ hello everyone, sorry for my tardiness
15:02:26 <ashrodri> today's agenda:
15:02:27 <ashrodri> #link https://wiki.openstack.org/wiki/Manila/Meetings
15:04:12 <ccokeke[m]> Hello
15:04:12 <ashrodri> alright, let's get started
15:04:18 <ashrodri> #topic Announcements
15:04:24 <ashrodri> #link https://releases.openstack.org/dalmatian/schedule.html
15:04:30 <ashrodri> Reminder that this week is milestone 1.
15:04:57 <ashrodri> #link https://launchpad.net/manila/+milestone/dalmatian-1
15:05:08 <ashrodri> Here is the list of bugs targeted for m-1, we will get these retargeted for the next milestone.
15:05:43 <ashrodri> That's all from me. Do you have any Announcements to share today?
15:07:46 <ashrodri> okay, moving on...
15:07:54 <ashrodri> #topic Review Focus
15:08:04 <ashrodri> #link https://etherpad.opendev.org/p/manila-dalmatian-review-focus
15:08:22 <gouthamr> gate's hosed right now
15:08:34 <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:36 <gouthamr> but, not for a terrible reason
15:08:46 <ashrodri> I have noticed the manila-grenade-skip-level-always job is failing recently.
15:08:46 <ashrodri> Seems to be an issue with keystone db.
15:09:17 <gouthamr> we recently unblocked sqlalchemy2.0 from the upper constraints list
15:09:39 <gouthamr> which caused this issue with the manila-grenade-skip-level-always job
15:09:44 <gouthamr> here's a fix:
15:09:54 <gouthamr> #link https://review.opendev.org/c/openstack/manila/+/919769 ([CI] Grenade job changes for 2024.2 release cycle)
15:11:38 <ashrodri> thanks for working on that gouthamr, ill take a look later today.
15:13:43 <ashrodri> i'll add to the etherpad too
15:14:03 <ashrodri> Any other patches to bring up today?
15:17:00 <ashrodri> okay, next up...
15:17:08 <ashrodri> #topic Bug Triage
15:17:11 <kpdev> i have patch, waiting to merge for long time- https://review.opendev.org/c/openstack/manila/+/894637
15:18:05 <vhari> ty for working on this fix kpdev
15:18:38 <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:42 <vhari> has +2/+1 if anyone can take a look
15:18:56 <ashrodri> patch looks in good shape, I can take a look as well later today
15:19:32 <vhari> ashrodri++
15:19:42 <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:46 <haixin> I don't know much about NetApp-driven mechanics...
15:19:54 <gouthamr> ^ exactly :)
15:20:08 <haixin> :(
15:20:30 <jayaanand> i am checking
15:21:40 <jayaanand> looks fine for me. NetApp CI is in bad shape. we are working on it. it will be fixed shortly
15:24:21 <gouthamr> okay; ty.. i'll check if dviroel can help with this (he may be afk atm)
15:24:37 <vhari> maybe good to recheck the results after ^^ is fixed
15:24:52 <vhari> any other concerns?
15:25:36 <vhari> so our 1st bug
15:25:41 <kpdev> No, thanks for taking this.
15:25:43 <vhari> #link https://bugs.launchpad.net/manila/+bug/2065705
15:28:45 <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:29:29 <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:56 <gouthamr> the workaround needs an admin to use force delete
15:30:40 <gouthamr> which is, undesirable in cases where the ceph share never existed - for example, when the share got scheduled to ceph, but failed
15:33:30 * vhari kpdev++
15:33:31 <gouthamr> ashrodri: do you want to attempt this?
15:34:04 <ashrodri> yeah i can take a look
15:35:02 <vhari> ty ashrodri ..
15:35:08 <vhari> next up
15:35:11 <vhari> #link https://bugs.launchpad.net/manila/+bug/2065727
15:38:20 <ashrodri> ah yes i reported this one.
15:38:44 <ashrodri> found it while working on a bandit fix, switching from using eval() to getattr() and func()
15:39:42 <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:40:31 <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:42:52 <gouthamr> ty for the intermediate fix ashrodri
15:43:35 <gouthamr> we can continue to make progress on bandit without being blocked by this
15:44:00 <gouthamr> iirc someone reached out to the dell emc maintainers regarding this in the past, correct?
15:45:40 <gouthamr> we can tag this low and wait for an assignee to pick this up
15:45:44 <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:50:00 <ashrodri> vhari are those the only bugs for today?
15:50:21 <vhari> ack.. it's a wrap
15:50:45 <vhari> that in .. if no other concerns about ^^
15:51:15 <ashrodri> ack, i think that was it for that bug
15:51:39 <vhari> back to you :)
15:51:54 <ashrodri> thanks for the discussion everyone. wrapping up...
15:52:01 <ashrodri> #topic Open discussion
15:52:04 <ashrodri> Anything more to bring up today?
15:53:55 <kpdev> need review on https://review.opendev.org/c/openstack/manila-specs/+/916595
15:54:29 <ashrodri> sure thing kpdev, ill add to my list
15:56:40 <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:59:55 <ashrodri> No, I haven't heard of that.
16:00:44 <ashrodri> Reaching top of the hour. carthaca lets discuss more in next meeting.
16:00:56 <carthaca> thx
16:00:59 <ashrodri> or in manila
16:01:01 <ashrodri> Thanks for joining everyone, have a great rest of your day!
16:01:06 <ashrodri> #endmeeting