15:00:28 #startmeeting manila 15:00:30 Meeting started Thu Feb 18 15:00:28 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:31 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:33 The meeting name has been set to 'manila' 15:00:38 o/ 15:00:44 o/ 15:00:45 hi 15:00:53 o/ 15:01:00 hi 15:01:09 o/ 15:01:10 courtesy ping: ganso vkmc dviroel lseki andrebeltrami felipe_rodrigues 15:01:23 heh, beat you by a few microseconds 15:01:32 =) 15:01:46 o/ 15:01:48 hello everyone o/ thank you for joining 15:02:41 o/ 15:02:54 o 15:02:58 lets get started 15:03:03 #topic Announcements 15:03:34 Hi 15:03:39 a lot's going on currently, as we approach m-3 and the final leg of this release cycle 15:03:53 #link: https://releases.openstack.org/wallaby/schedule.html 15:04:02 we have 3 weeks to feature freeze 15:04:34 so thanks everyone that's getting their code changes in shape and for doing code reviews! 15:04:52 i don't have any other announcements for today 15:04:55 anyone else got any? 15:05:47 alright lets dive right in 15:05:51 #topic Zadara Manila driver(rratnaka) 15:06:01 hey there rratnaka! 15:06:08 Hi gouthamr.. 15:06:19 Hope everyone is doing good! 15:07:11 I am here to check with the reviewers about mine: https://review.opendev.org/c/openstack/manila/+/768590 15:07:41 I resolved all the comments and currently my Zadara CI has got a failure and we are resolving that 15:08:12 Just wanted to close in with review folks, if all comments are done? Except for my CI failure job 15:08:37 If not, I thought I would like to bring their attention as part of todayƛ meeting 15:09:04 thanks, i haven't had a chance to review your latest change, but dviroel has 15:09:25 yes gouthamr. 15:09:39 yep, my last comment was about the CI only 15:09:51 didn't took a deep look in units yet 15:10:00 which shouldn't be a problem too 15:10:15 same as gouthamr... I haven't looked at the current PS but intend to do that soon :) 15:10:40 Thanks dviroel, carloss, gouthamr 15:11:28 Please take a look to provide comments 15:11:38 gouthamr: is expected to add documentation update in the same change? 15:11:43 rratnaka: will do, def get the CI working soon, and let us know if you hit any roadblocks 15:12:16 dviroel: not expected, preferred perhaps 15:12:29 rratnaka: do you intend to add documentation ^ 15:12:34 with the same patch? 15:13:29 Current priority is getting the CI get ready 15:14:03 Will add doc. on the best case and if timelines are feasible 15:14:22 rratnaka: make sense, if you get some time after, include documentation too 15:14:53 Could you please help me with deadline for my driver changes to get in before? 15:14:59 rratnaka: two places where your driver needs docs: https://docs.openstack.org/manila/latest/admin/index.html#supported-share-back-ends and https://docs.openstack.org/manila/latest/configuration/shared-file-systems/drivers.html 15:15:16 rratnaka: we'll have to get it merged by feature freeze, that's in 3 weeks 15:15:28 the sooner the better ofcourse 15:16:09 definitely gouthamr. 15:16:32 I see that falls between Mar 08 - Mar 12 15:16:55 I am hopeful that our CI jobs will be done in a few days time 15:17:32 good stuff.. anything else regarding $topic? 15:17:38 I am sure you guys might caught up with many stuff. Will be really helpful if you guys take a look for review before that 15:17:48 +1 15:17:52 Thats ir from my end gouthamr 15:17:59 thanks, rratnaka 15:18:00 Thanks again guys!! 15:18:13 +1 15:18:17 #topic Share resize in Manila UI (disap/vkmc) 15:18:32 disap/vkmc: o/ 15:18:40 disap, wanna share your findings? 15:18:51 yes 15:19:34 #link https://review.opendev.org/c/openstack/manila-ui/+/767017 15:19:35 When share with files in it shrinked to a samller size then volume of files 15:19:46 It doesn't shrinked 15:19:56 But doesn throe any Exception 15:20:02 *throw 15:20:42 disap: yes, that was a recent change - you must see a user message indicating what happened 15:20:53 Response is "Accepted" 202 15:21:04 Yes user message is there 15:21:31 But share_shrink function is goes through as successful 15:22:06 disap: yeah, this is an asynchrous failure - and in the past, we'd set the share state to "share_shrinking_possible_data_loss" 15:22:25 Status first is "shrinking" 15:22:31 then becomes available 15:22:48 but size is not changed 15:23:18 disap: yes - perhaps you should detect that scenario and show a helpful message in the UI? 15:23:29 we were wondering, is the behavior the same for most drivers? the shrink operation is not fulfilled and the response is not different from a successful shrink 15:23:48 or is there a driver in which the shrinking process will be done even though there is data loss? 15:24:20 vkmc: yes, we modified this across drivers 15:24:31 #link https://review.opendev.org/c/openstack/manila/+/724128 (Update share-manager behavior for shrink share operation) 15:24:58 gouthamr, so for all drivers, when you cannot shrink the share because there is a possibility of loosing data, then a 202 is returned and no shrinking is done 15:25:32 vkmc: the shrink API returns with 202 if the request is valid 15:25:32 (ok, we need to update the api ref to remove the share_shrinking_possible_data_loss status) 15:25:39 ^ +1 15:26:03 gouthamr, yeah, the request is valid but the operation doesn't succeed 15:26:46 the concern here is that it's a silent failure 15:27:03 vkmc: yes, so i'm hoping you could check the share size, and indicate in the UI that the share wasn't shrunk 15:27:10 ^ 15:27:19 yes, that's the solution that disap proposed 15:27:42 get share size, perform shrink operation, get share size again, compare sizes and then show result 15:27:56 +1 15:28:05 vkmc: yes 15:28:08 but... we do have the same issue with the python-manilaclient 15:28:43 (not the discussion topic for today, but maybe we want to do something alike) 15:29:26 ok, disap ^ 15:29:27 :D 15:29:33 vkmc: good point - if the user used a "--wait" option on shrink, we could react the same way as the UI 15:29:50 ++ 15:30:13 ok, we will file a bug for the python-manilaclient 15:30:30 and... we can proceed with the ui change as disap suggested 15:30:44 thanks, add "manila" as an affected project as well so we can make any necessary doc changes on manila 15:30:50 s/on/in 15:30:55 sounds good 15:30:57 thanks 15:31:02 disap++ good job 15:31:07 thanks 15:31:42 yeah, good find, and thanks for bringing that up here! 15:32:13 anything else regarding this? 15:32:21 nothing else from me, disap? 15:32:31 nothing from my side 15:32:48 #topic Reviews needing feedback 15:33:02 just advertising the etherpad out here :) 15:33:03 #link https://etherpad.opendev.org/p/manila-wallaby-review-focus (Wallaby cycle review focus etherpad) 15:33:27 we're making slow but decent progress through the items on the etherpad 15:33:45 but there's a lot 15:34:31 if there's something missing on there, please do tack it on - if you intend to review something, add your nick 15:34:51 if you've signed up to review, please add a status for the changes you've signed up 15:35:40 we could use some collab reviews 15:36:36 dviroel carloss andrebeltrami ecsantos: what about a session to go over the security services changes 15:36:57 yes, we could do a session for this one 15:36:58 that'd be great! 15:37:00 sounds good to me 15:37:23 sounds good! 15:37:55 alright, we'll need to find a good time, and put it out on the ML 15:38:06 +1 15:38:40 i'll like one for the secure-rbac changes - i'll run a poll for date/times and send out a note to the ML 15:38:56 vkmc would like to have one for all the cephfs driver changes 15:39:48 yes please :) 15:40:13 lets talk after this meeting and get these collab review meetings set up 15:41:25 anything else about reviews/pending changes? 15:41:50 I created/copied a blueprint https://blueprints.launchpad.net/manila/+spec/affinity-antiaffinity-filter and proposed spec + code change. 15:41:50 Is it okay to put both up for review already? 15:43:10 carthaca: we're past the deadline for the spec reviews for wallaby 15:44:05 carthaca: can this wait until Xena? there's a lot of code to review, not enough bandwidth... 15:45:16 Sure 15:45:27 Deadlines are to be kept :) 15:46:00 great thanks! we did miss a few things - but we always plan optimistically 15:46:19 its always good to have code merge very early in a cycle too! 15:46:54 The good thing for the community then will be that we already tested in production 15:47:03 haha :D 15:47:20 i like how bleeding edge your cloud is 15:47:53 alright, lets move on to our next section 15:48:04 #topic Bugs (vhari) 15:48:12 vhari: o/ floor's yours.. 15:48:19 gouthamr, \o 15:48:35 no new bugs to discuss this week :) 15:48:44 #link https://bugs.launchpad.net/manila/+bug/1904746 15:48:46 Launchpad bug 1904746 in OpenStack Shared File Systems Service (Manila) "share server is failing to delete using kerberos with NetApp driver" [Medium,In progress] - Assigned to Felipe Rodrigues (felipefutty) 15:49:00 fix merged .. need to update status 15:49:21 if all looks good ^^ 15:49:39 yes, i think it's good to tag as "Fix released" 15:49:51 gouthamr, k moving on 15:49:54 #link https://bugs.launchpad.net/manila/+bug/1893718 15:49:57 Launchpad bug 1893718 in OpenStack Shared File Systems Service (Manila) "Fixed the logic that determines whether a share exists before manage a share" [Medium,In progress] - Assigned to haixin (haixin77) 15:50:15 fix released in several manila releases 15:50:21 this one too! 15:50:22 yes 15:50:29 cool :) 15:50:31 * gouthamr misses the bot 15:50:49 * vhari vhari too ! 15:50:56 #link https://bugs.launchpad.net/manila/+bug/1883506 15:50:57 Launchpad bug 1883506 in OpenStack Shared File Systems Service (Manila) "delete manage_error share will lead to quota error" [Medium,In progress] - Assigned to haixin (haixin77) 15:51:08 looking for some eyes on this one 15:51:43 if anyone gets a chance to review would be great 15:52:11 #link https://review.opendev.org/c/openstack/manila/+/741588/ 15:53:17 cool, i've added it to the review etherpad 15:53:40 lets see if we can get some eyes here, the fix has been up for a while 15:53:51 gouthamr, ty .. that's a wrap for today 15:54:09 thank you vhari 15:54:14 #topic Open Discussion 15:54:43 gouthamr, yw 15:56:49 great, lets wrap up - thank you all for attending! 15:56:58 see you on #openstack-manila 15:57:06 #endmeeting