15:00:50 <carloss> #startmeeting manila
15:00:50 <opendevmeet> Meeting started Thu Mar 16 15:00:50 2023 UTC and is due to finish in 60 minutes.  The chair is carloss. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:50 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:50 <opendevmeet> The meeting name has been set to 'manila'
15:00:55 <dviroel> o/
15:01:02 <vkmc> o/
15:01:04 <thiagoalvoravel> o/
15:01:17 * dviroel is not going to be in ping list today
15:01:19 <vhari> o/
15:01:21 <felipe_rodrigues> o/
15:01:22 <MatheusAndrade[m]> o/
15:01:26 <lucasmoliveira059> o/
15:01:33 <carloss> courtesy ping: gouthamr
15:01:37 <HelenaDantas[m]> o/
15:01:55 <gouthamr> o/
15:02:01 <carloss> dviroel o/ :D
15:02:32 <carthaca> hi
15:03:32 <vkmc> haha courtesy ping only for gouthamr
15:03:59 * gouthamr blushes
15:04:07 <carloss> o/ hello everyone
15:04:11 <carloss> welcome!
15:04:16 <carloss> today's meeting agenda:
15:04:22 <carloss> #link https://wiki.openstack.org/wiki/Manila/Meetings#Next_meeting
15:04:23 <haixin> o/
15:04:39 <carloss> #topic Announcements
15:04:48 <carloss> Schedule and Deadlines:
15:04:54 <carloss> #link https://releases.openstack.org/antelope/schedule.html
15:05:29 <carloss> we are one week away from the Antelope release
15:05:49 <carloss> and two weeks away from the Bobcat virtual PTG
15:07:45 <carloss> code/ci looks stable so far, so we are okay for the release
15:07:53 <caiquemello[m]> o/
15:08:44 <carloss> next week, I will be presenting the manila highlights for the Antelope release in the OpenInfra Live
15:09:27 <carloss> the live will start at 13:30 UTC and run to 15 UTC - I should be able to run this meeting as usual
15:09:55 <carloss> #link https://www.youtube.com/@OpenStackFoundation (OpenInfra Youtube Channel)
15:10:22 <carloss> so please join us to listen to some good things that happened during the Antelope release across some OpenStack projects!
15:10:47 <carloss> and the last announcement I have:
15:10:49 <carloss> PTG planning!
15:11:06 <carloss> I sent an email to the mailing list earlier today:
15:11:08 <carloss> #link https://lists.openstack.org/pipermail/openstack-discuss/2023-March/032767.html
15:11:18 <carloss> with some details on the slots we will be meeting and the PTG planning etherpad
15:12:03 <carloss> if you would like to bring up a topic during the PTG, please add the topic until next Tuesday EOD, so I can organize things and share a tentative schedule with you next Thursday
15:12:21 <carloss> and we would have some hours to accommodate the changes if necessary
15:13:00 <carloss> we can have our usual happy hour on Friday, during the last slot
15:14:03 <carloss> or if you have a different idea, we can move the happy hour around :)
15:14:25 <carloss> that's all I had in terms of announcements. Is there something you would like to announce today?
15:17:19 <carloss> taking silence as no
15:17:40 <carloss> some extra time for bug triaging today :)
15:17:50 <carloss> #topic Bug Triage (vhari)
15:18:57 <vhari> hi carloss et al
15:19:22 <vhari> would like to start with latest bugs and work our way back
15:19:41 <vhari> pls chime in if you have a urgent bug to discuss ..
15:19:52 <vhari> have a bit of a backlog past couple of sessions
15:19:57 <vhari> #link https://bugs.launchpad.net/manila/+bug/2011693
15:20:21 <vhari> looking for minor triage atm
15:22:22 <gouthamr> low, bobcat-1? The fix has been proposed by kpdev
15:22:24 <vhari> as of this AM bugs is in progress ..
15:22:34 <carloss> > low, bobcat-1? The fix has been proposed by kpdev
15:22:34 <carloss> ++
15:22:45 <carloss> sounds more like an RFE than a bug
15:23:04 <felipe_rodrigues> +1 RFE
15:23:35 <gouthamr> you’d now have to find the equivalent NetApp REST API and get that in alongside if possible
15:24:19 <felipe_rodrigues> good point gouthamr
15:24:46 <felipe_rodrigues> we can catch it with reviews
15:25:39 <vhari> noted, if no other thoughts
15:25:45 <vhari> next up #link https://bugs.launchpad.net/manila/+bug/2011614
15:25:52 <vhari> #link https://bugs.launchpad.net/manila/+bug/2011614
15:28:15 <carloss> hmm, sounds like medium to me
15:28:29 <carloss> gouthamr: are you aware of any deployment stuck with this issue?
15:29:20 <gouthamr> yes, but not stuck - issue has existed for a while and there’s a workaround; I’d vote for low, bobcat-1
15:29:43 <gouthamr> the workaround is to reset the counter based on the existing exports manually
15:30:06 <vhari> gouthamr++
15:30:19 <carloss> ++
15:31:18 <vhari> moving on
15:31:19 <vhari> #link https://bugs.launchpad.net/manila/+bug/2008497
15:32:07 <gouthamr> ah, we did some more triage on #openstack-manila when carthaca reported this
15:33:22 <gouthamr> the db query to pull up share replicas and “pending” snapshots takes around 10 minutes in his environment causing the periodic tasks to back up and outlast their intervals
15:34:39 <carthaca> yep, I'm working on the improvement  - seems 'https://github.com/openstack/manila/blob/74ae712d58a01daf2a6a1ca76ea8a43cfeaff4e7/manila/share/manager.py#L2672-L2679' is much faster on "with_share_data=False"
15:35:07 <carthaca> and the extra data is not even used anywhere down -.-
15:35:10 <gouthamr> there’s also probably something we can learn about the periodic task API or find an alternative so we can avoid interference from other tasks we’re running serially… so thanks for reporting a bug against Oslo.service carthaca
15:37:11 <carloss> ++
15:39:40 <vhari> low,  bobcat-3?
15:40:12 <carloss> could be, but would this be solved in manila without having a fix for oslo.service?
15:41:49 <gouthamr> yes - the db retrieval lag can be addressed… I think medium is good
15:42:49 <carloss> ack
15:43:39 <vhari> ack , will leave target as it for now due to dependency
15:43:42 <vhari> #link https://bugs.launchpad.net/manila/+bug/2006792
15:45:02 <vhari> looking for minor triage and discuss felipe_rodrigues soln
15:45:25 <gouthamr> good catch and sounds like a good fix
15:45:46 <carloss> felipe_rodrigues: I think I've run into this before
15:45:51 <carloss> thanks for the report
15:46:03 <carloss> I like the fix too
15:46:18 <carloss> s/the fix/the idea of the fidx
15:46:21 <carloss> fix*
15:46:56 <carloss> felipe_rodrigues: are you willing to work on this or have any other netapper proposing the fix?
15:51:29 <felipe_rodrigues> yes
15:51:51 <felipe_rodrigues> we will propose a fix soon
15:51:58 <vhari> ty felipe_rodrigues++
15:52:02 <carloss> ack, thanks
15:52:30 <felipe_rodrigues> yw
15:52:30 <vhari> next 3 bugs are missing docs
15:52:45 <vhari> to quickly triage
15:52:54 <vhari> #link https://bugs.launchpad.net/manila/+bug/2008029
15:53:23 <vhari> carloss, time check looking ok?
15:53:36 <carloss> yes, I think we have the time to cover those
15:54:02 <carloss> gouthamr: thanks for the report. kpdev might be the one more familiar with this change
15:54:04 <vhari> awesome ..
15:54:10 <carloss> I can ping and see if he can propose some docs
15:54:32 <vhari> sound good carloss :)
15:54:35 <vhari> next up
15:54:37 <vhari> #link https://bugs.launchpad.net/manila/+bug/2008028
15:55:12 <carloss> felipe_rodrigues: good docs exercise for the share network metadata APIs
15:55:31 <carloss> could you or someone at the netapp team please take a look?
15:55:38 <felipe_rodrigues> for sure..
15:55:49 <carloss> i'd say it's low prio and we can backport the docs to the user/admin guide
15:56:06 <vhari> ++
15:56:14 <vhari> finally the last one !
15:56:15 <vhari> #link https://bugs.launchpad.net/manila/+bug/2008027
15:56:41 <carloss> thanks for the report gouthamr
15:57:03 <carloss> ashrodri might be the person more familiar with this change, so we can ask her if she can work in the docs
15:57:14 <carloss> same priority as the former I'd say
15:57:51 <gouthamr> ++ we were identifying work items on OpenStackSDK and finding some of these doc gaps
15:57:57 <vhari> cool so that's a wrap for bugs ...
15:58:11 <vhari> awesome progress .. thanks everyone :)
15:58:51 <carloss> thank you very much vhari
15:59:02 <carloss> 2 minutes left in the meeting :p
15:59:40 <vhari> yw
15:59:54 <carloss> thank you for joining! and please don't forget to add your topics for PTG until next Tuesday!
16:00:23 <carloss> let's continue chatting in #openstack-manila
16:00:23 <carloss> #endmeeting