15:00:46 #startmeeting manila 15:00:46 Meeting started Thu Jun 16 15:00:46 2022 UTC and is due to finish in 60 minutes. The chair is gouthamr. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:46 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:46 The meeting name has been set to 'manila' 15:01:05 o/ 15:01:14 o/ 15:01:15 o/ 15:02:26 courtesy ping: ganso vkmc dviroel carloss tbarron ecsantos vhari fabiooliveira 15:02:50 hello \o/ looks like we'll have a small group today 15:03:16 o/ 15:03:18 lets keep this light then :) 15:03:23 #topic Announcements 15:03:44 we just wrapped up the Open Infra Summit this week 15:03:51 grr.. last week 15:03:52 o/ 15:04:02 a lot of things happened at the summit per our initial trip reports 15:04:44 i'd like to set up some time to chat with operators about the concerns they raised at the forum session and other talks 15:04:55 #link https://etherpad.opendev.org/p/manila-ha-berlin-2022 (Forum session etherpad) 15:05:23 so bear with me while i contact the folks necessary, and we'll probably swap a regular IRC meeting with a video call 15:05:56 other than that 15:06:06 lets take a look at the zed zorilla schedule: 15:06:09 #link https://releases.openstack.org/zed/schedule.html 15:06:35 next week is Manila Spec Freeze 15:06:59 so if you're targeting any work for the zed cycle, please have your specs ready by Jun 24th 15:07:37 that's all the announcements i had 15:07:47 any announcements from anyone else? 15:08:51 #topic Review Focus 15:08:57 #link https://etherpad.opendev.org/p/manila-zorilla-review-focus (Review Focus Etherpad) 15:09:37 i'm looking for reviewers/authors to add some statuses to the items on this list 15:10:11 we're nearing M2, and having these open items closed would help us a lot :) 15:10:51 and, if you're looking for review attention for any of your patches, please put them on the pad 15:11:02 do we need to discuss anything here, now? 15:11:41 an easy crowd today :) 15:11:43 Hi.. Goutham 15:11:47 hey Moin 15:12:18 i am new to this team 15:12:40 hey, welcome Moin! i believe you've chatted with carloss? 15:13:28 yes goutham. I had a chat with carloss 15:14:09 I need a small assistance on how to begin the things. 15:14:14 great! we're very glad you could find us here and chat! 15:14:38 I will be deploying devstack in a day. later what needs to be done. 15:15:08 nice... i trust https://docs.openstack.org/manila/latest/contributor/development.environment.html would be helpful 15:15:50 I will go through the link, goutham. Thanks. 15:19:55 should i follow this https://docs.openstack.org/manila/latest/contributor/development.environment.html post devstack deployment? 15:19:56 sry, got distracted for a few mins there 15:20:29 Moin: ++ 15:20:30 yes 15:20:43 so you'll need a devstack running somewhere that you can test the code functionally 15:20:54 you could do development on the same system 15:21:25 or, use the doc that you linked to run some linting and unit tests against the code 15:21:31 from your PC 15:22:11 ok. Got it, Thank You. 15:22:26 Moin: once you're done with the setups, lets chat on #openstack-manila... usually, the best place to start is trying to solve low-hanging-fruit bugs: https://bugs.launchpad.net/manila/+bugs?field.tag=low-hanging-fruit 15:22:38 https://bugs.launchpad.net/python-manilaclient/+bugs?field.tag=low-hanging-fruit 15:22:48 https://bugs.launchpad.net/manila-ui/+bugs?field.tag=low-hanging-fruit 15:22:55 ^ from any of these places 15:23:33 if you're looking for a bigger task: https://specs.openstack.org/openstack/manila-specs/#unimplemented-specs 15:23:46 Yup the same I had discussed with carloss that will start with low hanging fruit bugs. Will start the same Goutham. 15:24:05 nice.. 15:24:21 another good way of getting familiar with the code is to do code reviews :) 15:24:49 we'll be very glad for review help.. feel free to look at the code needing reviews right here: https://etherpad.opendev.org/p/manila-zorilla-review-focus 15:25:53 if you're lost at any point, you'll find all the friendly people in #openstack-manila 15:26:03 Sure, will look into code review 15:26:16 great, thanks Moin 15:26:32 lets move on.. 15:26:36 Thanks Goutham. 15:26:40 #topic Bug Triage (vhari) 15:26:58 ty gouthamr 15:27:11 we had a late arrival bug :) 15:27:16 #link https://bugs.launchpad.net/manila/+bug/1978962 15:27:28 looking for light triage atm 15:28:46 interesting 15:28:49 thanks for the bug felipe_rodrigues 15:28:57 I found it yesterday on some internal manual tests... actually, it was added by the multiple subnet support patch.. It modified wrongly the method 15:28:59 https://review.opendev.org/c/openstack/manila/+/825110/31/manila/db/sqlalchemy/api.py#4450 15:29:16 it is adding the filter.. but forgot to reset to query 15:29:40 ah 15:29:42 good catch 15:29:53 it should be something "query = query.filter_by(status=server_status)" 15:29:59 felipe_rodrigues++ 15:29:59 what do you think the impact is -- medium? 15:30:12 As result.. If you create a share server 15:30:23 in error state 15:30:41 the provide share server method will consider that error server to driver select 15:30:44 yes 15:31:00 and the only way to fix this is for an admin to intervene and delete the server in error 15:31:17 actually.. it cannot delete 15:31:23 oh 15:31:24 ? 15:31:27 at least with netapp backend 15:31:47 it is trying to access the servers and gets in error state forever 15:31:56 I could only unmange the share server 15:32:02 the common delete does not work 15:32:33 weird, that sounds like a driver issue? 15:32:38 i mean, another bug? 15:32:39 probably 15:32:44 yeah.. 15:33:03 I havent investigated that one much 15:33:15 since I have the first one 15:33:31 ack 15:33:47 I already provide a patch https://review.opendev.org/c/openstack/manila/+/846185 15:33:53 well, this is good info to go off on.. could you please post the "workaround" on the bug 15:33:57 felipe_rodrigues++ yep! 15:34:20 it reverts that change and add a new method for collecting all servers on the subnet without taking the status in consideration 15:34:30 i see 15:34:37 so the multiple subnet support would be using this new db method 15:34:58 so can the bug be tagged a medium, target to z-2? 15:35:01 Reviews are welcome! :) 15:35:05 yeah 15:35:07 yep, i'll take a look 15:35:08 medium 15:35:11 dviroel ^ 15:35:14 can you as well? 15:35:24 I Will take a look yes 15:35:34 thanks dviroel 15:35:42 thanks dviroel :) 15:35:50 thanks folks .. :) 15:36:00 gouthamr, that's a wrap for bugs today 15:36:05 thank you vhari 15:36:10 #topic Open Discussion 15:38:15 well time is money 15:38:21 lets wrap up here and get rich 15:38:26 :) thanks everyone!! 15:38:34 see you here next week! 15:38:39 #endmeeting