Thursday, 2026-08-13

carloss#startmeeting manila15:00
opendevmeetMeeting started Thu Aug 13 15:00:23 2026 UTC and is due to finish in 60 minutes.  The chair is carloss. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'manila'15:00
gouthamro/15:00
sakumbha__o/15:00
Saio/15:00
carlosscourtesy ping: dviroel vhari carthaca Sai gireesh Kumar_T Anoop_Shukla dari-c Silvia-Wachira15:01
gireesho/15:01
vhario/15:01
Anoop_ShuklaO/15:02
carlossour meeting agenda for today:15:03
carloss#link https://wiki.openstack.org/wiki/Manila/Meetings#Next_meeting15:03
carlosslet's get started15:04
carloss#topic Announcements15:04
carlossSchedule and deadlines15:04
carloss#link https://releases.openstack.org/hibiscus/schedule.html (Hibiscus Schedule)15:04
carlosswe're two weeks away from feature freeze15:04
carlossand we have *a lot* to review and merge in the upcoming weeks15:05
carlosswe'll go through it in the review focus15:05
carlossWe'll have a bugsquash in the week that follows the feature freeze15:07
carlosswe should prep for it in advance too15:08
carlossthat's the only announcement I'd like to share for today (also thinking about more time for going through feature proposal freeze)15:08
carlossis there an announcement you'd like to share with us today?15:08
carlosstaking silence as no15:10
carlosslet's switch to15:11
carloss#topic Review focus15:11
carlossso we have a very very long list for ourselves in15:11
carloss#link https://etherpad.opendev.org/p/manila-hibiscus-review-focus (Hibiscus review focus etherpad)15:11
carlossand every single review will be welcome and appreciated to get through feature freeze15:11
carlossunder "Features" in the etherpad15:14
carlossI am trying to distingush between what needs an API bump and what doesn't15:14
carlossthat's usually our very first target because a bunch of these features need stability in the CI and also can block other driver changes15:14
carlossbefore we go through each one in the list15:15
carlossas for "Long waiting API changes and fixes" - gouthamr thanks for adding the notes to them, I think we should defer to the next release, considering the high volume of changes we have to review and merge in the next couple of weeks15:15
Anoop_ShuklaYep that would help15:16
carlossso going through the changes that bump the API version, we have:15:17
gouthamryeah, let;s move those things to the bottom/out of the way15:17
carlossdone15:17
carloss#link https://review.opendev.org/c/openstack/manila/+/989941 (Fix migration_get_progress to use GET at microversion 2.98)15:17
carloss#link https://review.opendev.org/c/openstack/manila/+/999836 (Share replicas inherit mount_point_name)15:18
carloss#link https://review.opendev.org/c/openstack/manila/+/993501 (Added Share Server Replica Support)15:18
carloss#link https://review.opendev.org/c/openstack/manila/+/1000068 (Implement new snapshot_inherit_share_access_support share capability)15:19
carlossthese are the candidates for API bumps15:19
carlossFix migration_get_progress to use GET at microversion 2.98 and Share replicas inherit mount_point_name are smaller changes and already lined up in terms of microversion15:20
carloss2.98 and 2.99 respectively15:20
gouthamrthat's good15:20
carlossI think we can go ahead and try to get them in asap15:20
* gouthamr is reviewing them in order15:20
carlossImplement new snapshot_inherit_share_access_support share capability is significantly smaller than the share replica support15:20
carlossand I think we should line it up after 2.98 and 2.9915:21
carlossmaking it 2.10015:21
carlossgireesh srinesh[m] are you guys okay?15:21
carlossthat would make share server replica support 2.10115:21
carlosss/gireesh srinesh[m] are you guys okay?/gireesh srinesh[m] are you guys okay with this approach?15:22
gireeshfine for me, thanks Carloss 15:22
srinesh[m]sure, will update the version in my pr15:22
gireeshthat would make share server replica support 2.101: ++15:22
* carloss forgetting words, haven't caffeinated enough yet :p15:22
carlossgireesh srinesh[m] thank you very much! that will help us avoiding the api version merge conflicts in the next couple of weeks :)15:23
carlossor it won't, but we know the order things should land15:23
carlossnow we need reviewers to sign up15:23
carlossI think we have a good number of reviewers for 2.9815:24
carloss2.99 (https://review.opendev.org/c/openstack/manila/+/999836) needs at least another reviewer from a different affiliation15:25
carlossI'll sign up for it15:25
carlosswe need reviewers for 2.100 (Implement new snapshot_inherit_share_access_support share capability)15:26
kpdevFYI :-  most of the zuul tests are failing with Traceback (most recent call last):   File "/opt/stack/requirements/.venv/bin/edit-constraints", line 5, in <module>     from openstack_requirements.cmds.edit_constraint import main ModuleNotFoundError: No module named 'openstack_requirements.cmds'. .  so we see zuul -115:26
carlosskpdev: yep, it feels like CI is broken - I've been in and out of meetings for the last 2 hours or so, didn't get the chance to look at it yet15:26
carlossbut I assume this is not causing failures in Manila only15:26
gouthamrbeing spoken about in #openstack-infra15:27
carlossthanks for noting, gouthamr 15:27
carlossAnoop_Shukla kpdev gouthamr could you please take a look at 2.100?15:27
carlossI'll do it too15:28
Anoop_ShuklaSure15:28
gouthamra milestone15:28
carlossyes, a milestone!15:28
kpdevack15:29
* carloss remembers microversion 2.49 was the first time he submitted code to Manila... time flies15:29
carlossAnoop_Shukla gouthamr thank you!15:29
carlossthat covers features that bump the API15:29
carlossnow, core but non-driver features:15:30
carloss  #link https://review.opendev.org/c/openstack/manila/+/974364 (Add rally branch comparison job)15:32
carloss  #link https://review.opendev.org/q/topic:%22bp/privsep-migration%22 (Privsep migration)15:32
carloss  #link https://review.opendev.org/q/topic:%22eventlet-removal%22+project:openstack/manila+status:open (Eventlet removal)15:32
carlossprivsep migration and eventlet removal being the focus of the three I just shared15:32
carlosswe cant fully remove eventlet if we don't drop privsep15:33
gouthamri think the rally job needs some changes, carloss? it's been failing grenade.. 15:33
carlossuhm, I think I haven't picked up latest changes15:33
carlossI'll update it today/tomorrow15:33
carlossand get fresh logs15:33
gouthamrack15:33
carlossgouthamr: thanks for reviewing privsep changes... we need more eyes though. gireesh Anoop_Shukla kpdev: can I have your eyes on such changes?15:34
carlosssrinesh[m]: I also appreciate your reviews on the HPE change :)15:34
gouthamri'm looking at privsep changes, i should finish up a round of reviews on all of them today15:34
carlossgouthamr: awesome, thank you!15:34
carlossI almost missed mentioning:15:36
carloss#link https://review.opendev.org/c/openstack/manila/+/981706 (Deferred delete share server and share network)15:36
carlosskpdev: thanks for the patience on this change15:36
carlossI see gouthamr already had a first pass, I'll review it as well15:36
kpdevok15:37
Anoop_Shuklaack15:37
carlosswe have some changes targeting Dell, some are pending reviews for a while15:39
carloss #link- https://review.opendev.org/c/openstack/manila/+/976101 (Dell PowerScale: Add QoS support)15:39
carloss #link- https://review.opendev.org/c/openstack/manila/+/993906 (Dell PowerStore: Add manage/unmanage share snapshot support)15:39
carloss #link- https://review.opendev.org/c/openstack/manila/+/986620 (Dell PowerStore: Add manage/unmanage share support)15:39
carloss #link- https://review.opendev.org/c/openstack/manila/+/957200 (Dell PowerScale: Added support of revert to snapshot)15:39
carlossall of these have already been reviewed at some point15:40
carlosssome even have a +215:40
carlossI'll go through them and ping the reviewers15:41
gouthamrthe Dell CI's been failing on https://review.opendev.org/c/openstack/manila/+/993906; code lgmt15:41
gouthamrlgtm*15:41
carlossack, I'll ping the Dell maintainers and ask if they have any thoughts on the CI15:42
gouthamr++15:43
carlossthe other features targeting drivers are15:44
carloss#link https://review.opendev.org/c/openstack/manila/+/963494 (VAST driver: Add multitenancy support via share types)15:44
carlossreviewers: carloss, stig, kpdev15:44
carloss#link https://review.opendev.org/c/openstack/manila/+/992850 (HPE Driver: Added driver support for Snapshot features)15:44
carlossreviewers: carloss, gouthamr, gireesh15:44
carloss#link https://review.opendev.org/c/openstack/manila/+/995364 (Netapp: Implement ZAPI to REST gaps)15:44
carlossreviewers: Sai gireesh Anoop_Shukla gouthamr carloss15:44
carloss#link https://review.opendev.org/c/openstack/manila/+/99488415:44
carlossreviewers: Sai gireesh Anoop_Shukla gouthamr carloss15:44
carloss#link https://review.opendev.org/c/openstack/manila/+/991844 (NetApp - Add support for SnapMirror Active Sync(SM-as) for NAS)15:44
carlossreviewers: Anoop_Shukla gireesh carloss kpdev gouthamr 15:44
carlossI think that covers all driver proposed changes and it takes us to drivers15:44
carloss#link https://review.opendev.org/q/hashtag:%22lustre-driver (DDN Lustre driver)15:45
carloss#link  https://review.opendev.org/c/openstack/manila/+/995158  (DDN ExaScaler)15:45
carloss#link https://review.opendev.org/c/openstack/manila/+/989998 (WEKA Share driver)15:45
carlossgouthamr: thanks for the work on the lustre driver and also for already keeping up with the reviews on the other two15:45
carlossI can be another reviewer15:45
carlosskpdev Anoop_Shukla can you please help with the review of the new drivers as well?15:46
Anoop_Shuklasure15:46
kpdevok15:46
Anoop_ShuklaWill take a look at the new driver changes as well15:46
carlossawesome, thank you!15:47
carlossdid I miss a change on this list?15:47
carlossit is a very very very long list15:47
carlossand I didn't even share manila-tempest-plugin as part of this15:47
carlossbut please do test the changes. I will be looking through them individually and trying to ensure things are tested, so we can catch bugs and CI failures earlier15:48
gouthamron LUSTRE, i posted on #openstack-manila yesterday15:48
gouthamrthere's a long-ish train of patches at this point.. so some of this landing would help clear the queue15:48
gouthamrthe patch train is different from other drivers because this is a FOSS driver, considered a "first party" in our parlance15:49
gouthamrif i could probably have at least one reviewer on these, i'd be glad:15:50
gouthamr#link https://review.opendev.org/q/project:openstack/devstack-plugin-lustre+status:open 15:50
gouthamrmerging these would clear the CI/devlopment hurdles15:50
carlossyes, agreed! I'll start looking at these changes and try helping to merge what is already close or will help clearing15:50
gouthamrits devstack, so less risky, honestly if we're trading bandwidth 15:50
carlossstarting with the devstack plugin15:50
Anoop_ShuklaThe luster driver link did not work15:50
carloss#Link https://review.opendev.org/q/hashtag:%22lustre-driver%2215:51
carlossmy apologies, Anoop_Shukla :)15:51
carlossgood stuff gouthamr, lots of great work on Lustre15:51
carlossthanks for working on it15:51
carlossany other thoughts for $topic?15:52
Anoop_Shuklathx15:52
carlossnp15:52
carloss#topic Bug triage15:52
carlossvhari: o/15:52
vharity carloss 15:52
carlosssorry, little time but it should be okay for a few bugs or any announcements :D15:52
vhariack, :)15:53
vharias discussed at the PTG, we are starting the periodic stale bug cleanup today15:53
vharihere is link to the Launchpad bug expiry policy, #link https://ubuntu.com/docs/launchpad/user/reference/bugs/bug-expiry/15:53
vhari#link https://ubuntu.com/docs/launchpad/user/reference/bugs/bug-expiry/15:53
vhariI have added this month's list to the etherpad for review15:53
vhari#link https://etherpad.opendev.org/p/manila-bug-triage-pad-new#L1215:53
vharithese bugs will be moved to "Incomplete" status today, accompanied by a comment explaining the action15:54
vhari#link https://bugs.launchpad.net/manila/+bug/186695115:54
vhari#link https://bugs.launchpad.net/manila/+bug/205010115:54
vhari#link https://bugs.launchpad.net/manila/+bug/205842415:54
vhariso bug owners are invited to review and note any exceptions, otherwise Launchpad automatically expires bugs after 60 days of inactivity15:54
vharipls reach out if any questions about the stale bugs 15:55
vhariwe have time to minor triage a new bug 15:55
vhari#link https://bugs.launchpad.net/manila/+bug/216292315:55
carlossgouthamr kpdev ^ you folks reported/have been assigned to one of these bugs (or work with someone that did it)15:55
carlosscan you please take a look at that list of bugs vhari just shared? :)15:55
carlossre 216292315:56
vharikpdev ty for taking a look 15:56
carlossI think medium fits it - Sai mentioned he'd be doing some research on it15:57
carlossSai: is RC1 a good milestone for targeting this bug?15:57
kpdevvhari: I am not working on this bug, I just saw it now. Sai can help here15:57
* gouthamr ack on the bugs heading to incomplete, some of them have good comments explaining what happened - but bug states probably needed an update15:57
vhariack, kpdev ty for headsup15:58
vhari++15:58
SaiConsider yes for now carloss. If any hiccups, will give a heads up. Thanks. 15:58
vharithat's a wrap for bugs due to time :) 15:58
vhariback to you carloss 15:58
carlosskpdev: can you please check https://bugs.launchpad.net/manila/+bug/2050101 ?15:58
carlossgouthamr: ack... can you please take a look at them and update?15:58
kpdevok15:59
carlossthank you!15:59
vharity all for pitching in today 15:59
carlossthank you for sharing the policy and our plans vhari 15:59
carlossI think it will really help us keeping only the bugs that are still relevant/being worked on16:00
vhariyw carloss 16:00
carlossalright, there was something else I wanted to bring up as part of open discussions or announcements:16:00
vhariand we'll keep the cadence moving forward16:01
carlossPTL/TC nomination window open! I've been the Manila PTL for a while now and leadership changes are always welcome in open source projects. In case you'd like to run for Manila PTL, I'd love to work with you to make that happen :D16:01
carlossI am really happy with everything we've been accomplishing and for serving this community16:02
carlosswe've a very special group working on this time and a nice culture16:03
vharicarloss++ :)16:03
Anoop_Shukla++16:03
carlossdoes that mean I won't run for next term? not yet, but I think it's really important that we keep those possibilities open and encourage people to step up16:04
carlossalright, let's wrap up this meeting16:04
carlossthank you for participating16:04
carlosslet's get back to #openstack-manila16:04
carlosshave a great day :)16:04
carloss#endmeeting16:04
opendevmeetMeeting ended Thu Aug 13 16:04:47 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:04
opendevmeetMinutes:        https://meetings.opendev.org/meetings/manila/2026/manila.2026-08-13-15.00.html16:04
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/manila/2026/manila.2026-08-13-15.00.txt16:04
opendevmeetLog:            https://meetings.opendev.org/meetings/manila/2026/manila.2026-08-13-15.00.log.html16:04

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