15:00:27 #startmeeting manila 15:00:28 Meeting started Thu Apr 8 15:00:27 2021 UTC and is due to finish in 60 minutes. The chair is gouthamr. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:29 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:32 The meeting name has been set to 'manila' 15:00:33 o/ 15:00:34 o/ 15:00:38 Hi 15:00:42 courtesy ping: ganso vkmc tbarron felipe_rodrigues esantos vhari 15:00:46 o/ 15:01:02 Hello folks. 15:01:11 hi 15:01:15 * tbarron in verbose mode, watch out 15:01:45 hello everyone o/ thank you for joining 15:01:45 lets get started: 15:01:45 #topic Announcements 15:02:25 The final release for wallaby from manila and manila-ui is now due 15:03:10 we've had our RC1 available for a couple of weeks now, and if there are no critical release blocker bugs, that will be used to create the final release 15:04:15 or official GA release - backports are welcome in the meanwhile 15:04:54 #link https://releases.openstack.org/xena/schedule.html (Xena Release Schedule) 15:05:45 We've had a new core reviewer proposal go out yesterday: 15:05:55 #link http://lists.openstack.org/pipermail/openstack-discuss/2021-April/021665.html 15:06:17 please add your +/- 1 by next week 15:06:57 The Xena cycle Project Technical Gathering is ~10 days away 15:07:03 #link http://lists.openstack.org/pipermail/openstack-discuss/2021-April/021676.html ([all] vPTG April 2021 Registration & Schedule) 15:07:07 #link http://ptg.openstack.org/ptg.html 15:07:44 i'm hoping to get a solid schedule by next week, so please add your topics and details to the etherpad 15:07:52 o/ 15:07:55 #link https://etherpad.opendev.org/p/xena-ptg-manila-planning (Manila Xena PTG Planning Etherpad) 15:08:30 there's going to be an OpenStack Community Meeting next week, an hour before this meeting 15:08:50 #link http://lists.openstack.org/pipermail/openstack-discuss/2021-April/021673.html (Wallaby Release Community Meeting) 15:09:38 You'll hear about the changes that made it into the Wallaby cycle and toast the contributors who made them possible 15:10:11 so please attend if you're able to 15:10:19 🍻 15:10:27 alright, that's all for announcements today :) Anyone else got any? 15:12:14 awesome, i see no other topics on the agenda, so lets jump right into regular programming! 15:12:18 #topic Bug Triage (vhari) 15:12:27 o/ vhari - floor is yours 15:13:35 ... 15:13:42 :) 15:13:51 it's possible i shocked her by starting bug triage this early 15:14:07 xD 15:14:11 :D 15:14:26 hi gouthamr 15:14:38 :) updating etherpad .. 15:14:42 ah!! :) 15:15:14 like to go over new bugs for triage .. 15:15:16 #link https://bugs.launchpad.net/manila/+bug/1923008 15:15:19 Launchpad bug 1923008 in OpenStack Shared File Systems Service (Manila) "admin user query share networks with both security_service_id and project_id in search_opts will get wrong result" [Undecided,New] - Assigned to haixin (haixin77) 15:16:36 gouthamr, btw we could use this longer bug triage time slot to sync up :D 15:16:45 yep! 15:17:07 i see, so the project_id filter is ignored if security_service_id is presented 15:17:37 i will fix it days later 15:17:48 hi haixin - thanks for raising this bug 15:18:02 is this something we broke during the wallaby cycle? 15:19:22 i aslo found after we update manila tempest micversion to 2.63, it test /stable/Wally, manila will raise not support this micversion. 15:19:36 https://opendev.org/openstack/manila/src/branch/master/manila/api/v2/share_networks.py#L166-L171 15:19:48 so cherry pick patch all failed... 15:20:24 that does look wrong, if you filter by "security_service_id", the code seems to ignore all other filters 15:21:31 haixin: ack, do you mean stable/victoria? we can talk about that in a bit 15:22:04 yes 15:22:40 vhari: it looks like LP 1923008 is present in older code as well - here's stable/victoria for example: https://opendev.org/openstack/manila/src/branch/stable/victoria/manila/api/v2/share_networks.py#L156-L163 15:22:43 Launchpad bug 1923008 in OpenStack Shared File Systems Service (Manila) "admin user query share networks with both security_service_id and project_id in search_opts will get wrong result" [Undecided,New] https://launchpad.net/bugs/1923008 - Assigned to haixin (haixin77) 15:23:12 gouthamr, yep .. i see 15:23:12 so i think we can tag it medium 15:23:25 this code is from 7 years ago 15:23:45 ^ he git blames 15:23:53 thanks for reporting and working on this haixin, can target this to xena-1 15:24:16 k, next up #link https://bugs.launchpad.net/manila/+bug/1922512 15:24:18 Launchpad bug 1922512 in OpenStack Shared File Systems Service (Manila) "NetApp driver fails to create from snapshot using SVM scoped account" [Undecided,New] - Assigned to Douglas Viroel (dviroel) 15:24:18 https://review.opendev.org/c/openstack/manila/+/782733 15:24:27 this patch 15:25:09 manila tempest micversion is 2.63, but stable/v not support 2.63.. 15:25:12 haixin: thanks, we're going through bug triage now; we'll discuss the stable/victoria CI issues in a bit 15:25:33 ok, 15:26:05 LP 1922512 was introduced in ussuri release, with create from snapshot across pools 15:26:07 Launchpad bug 1922512 in OpenStack Shared File Systems Service (Manila) "NetApp driver fails to create from snapshot using SVM scoped account" [Undecided,New] https://launchpad.net/bugs/1922512 - Assigned to Douglas Viroel (dviroel) 15:27:08 already add a milestone to xena-2. We depend on another fix to be available to test is properly 15:27:17 dviroel: is the share status set to error? 15:27:30 what's the other fix? 15:28:24 a storage side fix 15:29:03 gouthamr: yes, the new share will go to error (only when across pools) 15:29:16 gouthamr: same pool continues to work as expected 15:29:45 oh, sure then this can be a "low" imo, the deployer has allowed the operation to go through the scheduler, but the driver's breaking on a configuration choice 15:30:03 +1 15:31:25 dviroel, ty for the updates .. anything else to discuss on this? 15:31:46 nope, ty for reporting and working on this dviroel 15:32:01 next up, #link https://bugs.launchpad.net/manila/+bug/1922508 15:32:03 Launchpad bug 1922508 in OpenStack Shared File Systems Service (Manila) "NetApp driver fails to create from snapshot on same host different servers" [Undecided,New] - Assigned to Douglas Viroel (dviroel) 15:32:12 :) 15:32:15 oh fun, more 15:32:44 I created this one, based on the issue that carthaca reported in share server limits feature 15:32:57 i was able to reproduce and already have a fix 15:33:04 hooray 15:33:11 dviroel++ 15:33:21 dviroel ++ 15:33:39 we shall provide this fix upstream soon 15:34:15 awesome .. next lets take a look at this doc bug quick #link https://bugs.launchpad.net/manila/+bug/1922271 15:34:17 Launchpad bug 1922271 in OpenStack Shared File Systems Service (Manila) "[DOC] Add security service update for in-use share networks" [Undecided,New] 15:34:54 thanks for reporting this while the bot's broken carloss 15:35:08 my pleasure gouthamr :) 15:35:28 this one can be assigned to carloss :) 15:35:34 already worked in some items, I guess you might see some new changes coming in the next few days 15:36:28 oh good, ty carloss. lets target this to xena-1 too then 15:37:13 ack , moving on #link https://bugs.launchpad.net/manila/+bug/1922177 15:37:14 Launchpad bug 1922177 in OpenStack Shared File Systems Service (Manila) "gluster driver volume layout self.gluster_used_vols collection record is inaccurate" [Undecided,New] - Assigned to Lin PeiWen (linpeiwen) 15:38:23 Fix proposed here: https://review.opendev.org/c/openstack/manila/+/768721 15:39:09 vhari: this can be low, target to xena-1 too 15:39:34 gouthamr, will do .. 15:39:52 #link https://bugs.launchpad.net/manila/+bug/1922177 15:39:53 Launchpad bug 1922177 in OpenStack Shared File Systems Service (Manila) "gluster driver volume layout self.gluster_used_vols collection record is inaccurate" [Undecided,In progress] - Assigned to Lin PeiWen (linpeiwen) 15:39:53 there are a few gluster driver patches from Lin PeiWen that need review attention - so if anyone's got cycles to help, your review is most appreciated 15:39:59 nice to see fixes proposed for gluster! 15:40:04 will update the list and wrap up 15:40:25 gouthamr, think that's it for bugs today :D 15:40:34 awesome, ty vhari 15:40:39 #topic Open Discussion 15:40:41 gouthamr, yw 15:41:31 and deployment of manila with glusterfs with kolla-ansible too 15:41:37 ++ 15:41:49 hi haixin, noticed the breakage with stable/victoria last week - the problem is that the job doesn't provide the correct "max_api_microversion" tempest configuration for that branch 15:42:33 i think this can be resolved by a job variant, i've not written one so far - but we ran into this issue elsewhere as well 15:42:36 what should i do? 15:43:30 the failure isn't related to your patch, but we need to find a way to set this tempest configuration correctly - so if you have cycles to help with that, it'd be awesome! 15:44:36 o 15:44:41 we ran into this issue in tripleo jobs this week because of the changes in the cephfs driver in wallaby being incompatible with the tempest configuration which is correct for older branches 15:45:26 this obviously didn't work: https://review.opendev.org/c/openstack/manila/+/763284 15:45:47 i suppose the job variant has to be defined in manila-tempest-plugin rather than in manila 15:46:05 That's something to think about. At least I have no idea now. 15:46:20 oh wait, i did define them in manila-tempest-plugin: https://review.opendev.org/c/openstack/manila-tempest-plugin/+/763282 15:48:06 good hope this work well. o/ 15:48:29 doesn't right now :D but i'll ask some folks for suggestions 15:50:00 alright any other topics to discuss? 15:51:42 lets take 10 mins to stretch and get coffee/nightcaps! thank you all for attending, hope to see you at the community meeting next week! 15:51:52 #endmeeting