Thursday, 2022-06-16

*** dviroel|afk is now known as dviroel11:18
gouthamr#startmeeting manila15:00
opendevmeetMeeting 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
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'manila'15:00
haixino/15:01
ashrodrio/15:01
felipe_rodrigueso/15:01
gouthamrcourtesy ping: ganso vkmc dviroel carloss tbarron ecsantos vhari fabiooliveira15:02
gouthamrhello \o/ looks like we'll have a small group today15:02
vhari_o/15:03
gouthamrlets keep this light then :)15:03
gouthamr#topic Announcements15:03
gouthamrwe just wrapped up the Open Infra Summit this week15:03
gouthamrgrr.. last week15:03
dviroelo/15:03
gouthamra lot of things happened at the summit per our initial trip reports15:04
gouthamri'd like to set up some time to chat with operators about the concerns they raised at the forum session and other talks15:04
gouthamr#link https://etherpad.opendev.org/p/manila-ha-berlin-2022 (Forum session etherpad)15:04
gouthamrso bear with me while i contact the folks necessary, and we'll probably swap a regular IRC meeting with a video call 15:05
gouthamrother than that15:05
gouthamrlets take a look at the zed zorilla schedule:15:06
gouthamr#link https://releases.openstack.org/zed/schedule.html15:06
gouthamrnext week is Manila Spec Freeze15:06
gouthamrso if you're targeting any work for the zed cycle, please have your specs ready by Jun 24th 15:06
gouthamrthat's all the announcements i had15:07
gouthamrany announcements from anyone else?15:07
gouthamr#topic Review Focus15:08
gouthamr#link https://etherpad.opendev.org/p/manila-zorilla-review-focus (Review Focus Etherpad)15:08
gouthamri'm looking for reviewers/authors to add some statuses to the items on this list15:09
gouthamrwe're nearing M2, and having these open items closed would help us a lot :)15:10
gouthamrand, if you're looking for review attention for any of your patches, please put them on the pad15:10
gouthamrdo we need to discuss anything here, now?15:11
gouthamran easy crowd today :)15:11
MoinHi.. Goutham15:11
gouthamrhey Moin 15:11
Moini am new to this team15:12
gouthamrhey, welcome Moin! i believe you've chatted with carloss? 15:12
Moinyes goutham. I had a chat with carloss15:13
MoinI need a small assistance on how to begin the things.15:14
gouthamrgreat! we're very glad you could find us here and chat! 15:14
MoinI will be deploying devstack in a day. later what needs to be done.15:14
gouthamrnice... i trust https://docs.openstack.org/manila/latest/contributor/development.environment.html would be helpful15:15
MoinI will go through the link, goutham. Thanks.15:15
Moinshould i follow this https://docs.openstack.org/manila/latest/contributor/development.environment.html post devstack deployment?15:19
gouthamrsry, got distracted for a few mins there15:19
gouthamrMoin: ++ 15:20
gouthamryes15:20
gouthamrso you'll need a devstack running somewhere that you can test the code functionally15:20
gouthamryou could do development on the same system15:20
gouthamror, use the doc that you linked to run some linting and unit tests against the code15:21
gouthamrfrom your PC15:21
Moinok. Got it, Thank You.15:22
gouthamrMoin: 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-fruit15:22
gouthamrhttps://bugs.launchpad.net/python-manilaclient/+bugs?field.tag=low-hanging-fruit15:22
gouthamrhttps://bugs.launchpad.net/manila-ui/+bugs?field.tag=low-hanging-fruit15:22
gouthamr^ from any of these places15:22
gouthamrif you're looking for a bigger task: https://specs.openstack.org/openstack/manila-specs/#unimplemented-specs15:23
MoinYup the same I had discussed with carloss that will start with low hanging fruit bugs. Will start the same Goutham.15:23
gouthamrnice.. 15:24
gouthamranother good way of getting familiar with the code is to do code reviews :)15:24
gouthamrwe'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:24
gouthamrif you're lost at any point, you'll find all the friendly people in #openstack-manila 15:25
MoinSure, will look into code review 15:26
gouthamrgreat, thanks Moin 15:26
gouthamrlets move on.. 15:26
MoinThanks Goutham.15:26
gouthamr#topic Bug Triage (vhari)15:26
vharity gouthamr 15:26
vhariwe had a late arrival bug :)15:27
vhari#link https://bugs.launchpad.net/manila/+bug/1978962    15:27
vharilooking for light triage atm 15:27
gouthamrinteresting15:28
gouthamrthanks for the bug felipe_rodrigues 15:28
felipe_rodriguesI 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
felipe_rodrigueshttps://review.opendev.org/c/openstack/manila/+/825110/31/manila/db/sqlalchemy/api.py#445015:28
felipe_rodriguesit is adding the filter.. but forgot to reset to query15:29
gouthamrah15:29
gouthamrgood catch15:29
felipe_rodriguesit should be something "query = query.filter_by(status=server_status)"15:29
vharifelipe_rodrigues++15:29
gouthamrwhat do you think the impact is -- medium? 15:29
felipe_rodriguesAs result.. If you create a share server15:30
felipe_rodriguesin error state15:30
felipe_rodriguesthe provide share server method will consider that error server to driver select15:30
gouthamryes15:30
gouthamrand the only way to fix this is for an admin to intervene and delete the server in error15:31
felipe_rodriguesactually.. it cannot delete15:31
gouthamroh15:31
gouthamr?15:31
felipe_rodriguesat least with netapp backend15:31
felipe_rodriguesit is trying to access the servers and gets in error state forever15:31
felipe_rodriguesI could only unmange the share server 15:31
felipe_rodriguesthe common delete does not work15:32
gouthamrweird, that sounds like a driver issue? 15:32
gouthamri mean, another bug?15:32
felipe_rodriguesprobably15:32
felipe_rodriguesyeah.. 15:32
felipe_rodriguesI havent investigated that one much15:33
felipe_rodriguessince I have the first one15:33
gouthamrack15:33
felipe_rodriguesI already provide a patch https://review.opendev.org/c/openstack/manila/+/84618515:33
gouthamrwell, this is good info to go off on.. could you please post the "workaround" on the bug15:33
gouthamrfelipe_rodrigues++ yep! 15:33
felipe_rodriguesit reverts that change and add a new method for collecting all servers on the subnet without taking the status in consideration15:34
gouthamri see15:34
felipe_rodriguesso the multiple subnet support would be using this new db method15:34
gouthamrso can the bug be tagged a medium, target to z-2? 15:34
felipe_rodriguesReviews are welcome! :)15:35
felipe_rodriguesyeah15:35
gouthamryep, i'll take a look 15:35
felipe_rodriguesmedium 15:35
gouthamrdviroel ^ 15:35
gouthamrcan you as well?15:35
dviroel_I Will take a look yes15:35
gouthamrthanks dviroel 15:35
felipe_rodriguesthanks dviroel :)15:35
vharithanks folks .. :) 15:35
vharigouthamr, that's a wrap for bugs today15:36
gouthamrthank you vhari 15:36
gouthamr#topic Open Discussion15:36
gouthamrwell time is money15:38
gouthamrlets wrap up here and get rich15:38
gouthamr:) thanks everyone!! 15:38
gouthamrsee you here next week! 15:38
gouthamr#endmeeting15:38
opendevmeetMeeting ended Thu Jun 16 15:38:39 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:38
opendevmeetMinutes:        https://meetings.opendev.org/meetings/manila/2022/manila.2022-06-16-15.00.html15:38
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/manila/2022/manila.2022-06-16-15.00.txt15:38
opendevmeetLog:            https://meetings.opendev.org/meetings/manila/2022/manila.2022-06-16-15.00.log.html15:38
*** dviroel is now known as dviroel|biab21:07
*** dviroel|biab is now known as dviroel23:07
*** dviroel is now known as dviroel|out23:16

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