*** bauzas_ is now known as bauzas | 00:10 | |
*** bauzas_ is now known as bauzas | 00:18 | |
*** bauzas_ is now known as bauzas | 01:32 | |
*** bauzas_ is now known as bauzas | 02:23 | |
*** bauzas_ is now known as bauzas | 02:30 | |
*** bauzas_ is now known as bauzas | 04:01 | |
*** bauzas_ is now known as bauzas | 04:21 | |
*** bauzas_ is now known as bauzas | 05:19 | |
*** bauzas_ is now known as bauzas | 09:55 | |
*** bauzas_ is now known as bauzas | 11:43 | |
*** bauzas_ is now known as bauzas | 11:56 | |
*** bauzas_ is now known as bauzas | 13:05 | |
*** bauzas_ is now known as bauzas | 13:33 | |
*** bauzas_ is now known as bauzas | 14:43 | |
ashrodri | #startmeeting manila | 15:00 |
---|---|---|
opendevmeet | Meeting started Thu May 30 15:00:05 2024 UTC and is due to finish in 60 minutes. The chair is ashrodri. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'manila' | 15:00 |
ashrodri | courtesy ping vkmc dviroel carloss vhari gouthamr carthaca msaravan pulluri | 15:00 |
vhari | hi | 15:00 |
haixin | hi | 15:00 |
ashrodri | Its a holiday in Brazil today, I'll be filling in for carloss | 15:01 |
jayaanand | hi | 15:01 |
gireesh | hi | 15:01 |
gouthamr | o/ | 15:01 |
kpdev | o/ | 15:01 |
ashrodri | today's agenda: | 15:02 |
ashrodri | #link https://wiki.openstack.org/wiki/Manila/Meetings | 15:02 |
ccokeke[m] | O/ | 15:04 |
ashrodri | okay, let's get started | 15:05 |
ashrodri | #topic Announcements | 15:05 |
ashrodri | #link https://releases.openstack.org/dalmatian/schedule.html | 15:05 |
ashrodri | Reminder that we've got a little more than a month before Manila's first deadline, our specification freeze | 15:05 |
ashrodri | Carloss recently put up an ensure shares spec here: https://review.opendev.org/c/openstack/manila-specs/+/915480 | 15:06 |
ashrodri | I think that's the only spec in progress at the moment. | 15:07 |
*** bauzas_ is now known as bauzas | 15:07 | |
ashrodri | In other news, I would like to welcome tspyderboy and ccokeke, our May-Aug Outreachy interns working on Manila-UI. Happy to have you here! | 15:08 |
gouthamr | \o/ | 15:10 |
vhari | \o/ welcome | 15:11 |
jayaanand | :-) welcome | 15:12 |
ashrodri | Do you have any Announcements to share today? | 15:13 |
gouthamr | nope; just distracted on another meeting; but hearty congratulations to ccokeke[m] and tspyderboy[m]... its great for this community to have two interns again! | 15:15 |
ashrodri | agreed! okay, moving on... | 15:17 |
ashrodri | #topic Review Focus | 15:17 |
ashrodri | #link https://etherpad.opendev.org/p/manila-dalmatian-review-focus | 15:17 |
ashrodri | Is there any patch we want to bring attention to today? | 15:17 |
kpdev | https://review.opendev.org/c/openstack/manila/+/920382 | 15:18 |
kpdev | https://review.opendev.org/c/openstack/manila/+/920513 | 15:18 |
ccokeke[m] | gouthamr: Thanks | 15:18 |
kpdev | these two I need review. Thanks | 15:18 |
jayaanand | i am on it | 15:19 |
ccokeke[m] | ccokeke[m]: Thanks | 15:19 |
ashrodri | Thanks for these bug fixes kpdev! | 15:20 |
ashrodri | Thanks jayaanand for taking a look. | 15:24 |
ashrodri | If there's no other patches for today... | 15:24 |
ashrodri | #topic Bug Triage | 15:26 |
ashrodri | #link https://etherpad.openstack.org/p/manila-bug-triage-pad-new | 15:26 |
ashrodri | vhari, floor is yours... | 15:26 |
vhari | ty ashrodri | 15:26 |
vhari | lets dive in | 15:26 |
vhari | #link https://bugs.launchpad.net/manila/+bug/2066840 | 15:26 |
vhari | first bug due light triage | 15:26 |
vhari | it's a good catch, easy reproducible | 15:29 |
ashrodri | seems like an easy fix too | 15:31 |
vhari | ack, likely a low .. and low hanging fruit | 15:31 |
ashrodri | seems here is where the default is set: https://opendev.org/openstack/manila/src/branch/master/manila/share/drivers/dell_emc/plugins/powerflex/connection.py#L103 | 15:32 |
vhari | we can set low hanging fruit along with ^^ ref to the code | 15:35 |
vhari | any thoughts? | 15:35 |
ashrodri | no i think thats appropriate | 15:36 |
vhari | done | 15:37 |
vhari | next #link https://bugs.launchpad.net/manila/+bug/2066871 | 15:37 |
gouthamr | this is an RFE | 15:39 |
vhari | a new API? | 15:39 |
gouthamr | yes; chuanm is seeking a way to temporarily set an access rule to ro | 15:40 |
vhari | ie a need for new API to implement the feature | 15:40 |
gouthamr | that seems like a narrower version of a couple of things we've discussed in the past | 15:41 |
gouthamr | 1) allow updating all access rule properties (which is quite hard to do) | 15:41 |
gouthamr | 2) allow ordering access rules | 15:41 |
gouthamr | we did have a spec for (2); which would allow the workflow chuanm's expecting - i.e., temporarily set an r/o rule that precedes the r/w rule | 15:42 |
gouthamr | but we weren't sure we could implement this thing consistently across backends | 15:42 |
gouthamr | i really don't mind us revisiting (1) with this specific use case.. you can update the access-level of an existing rule and the share manager's update_access call will process it consistently across share drivers | 15:44 |
gouthamr | maybe this needs a lite spec to flush out details, and any pitfalls | 15:44 |
vhari | it seems a good effort for k8s environment moving forward | 15:45 |
gouthamr | ack; lets set an [RFE] tag on the bug | 15:46 |
gouthamr | is anyone interested in working on this? | 15:46 |
vhari | med importance about right? | 15:47 |
gouthamr | yes | 15:49 |
vhari | if anyone would like to research this further and work on it .. pls lmk or assign to self | 15:50 |
vhari | on to last bug for the day https://bugs.launchpad.net/manila/+bug/2067609 | 15:51 |
vhari | tspyderboy welcome :) | 15:51 |
ccokeke[m] | tspyderboy: welcome:) | 15:52 |
vhari | ccokeke[m]++ | 15:54 |
gouthamr | vhari: interesting bug | 15:54 |
gouthamr | carthaca: o/ do you see this behavior in your environment? | 15:55 |
vhari | yes, race condition? | 15:55 |
vhari | is it reproducible at will? | 15:55 |
gouthamr | its possible that the profiler backend doesn't matter here.. | 15:55 |
gouthamr | vhari: i guess sylvan's tested a fix: "Everything works well if profiler is initialized in start method (ie after oslo_service.service.ProcessLauncher create a forks for the child process)" | 15:56 |
vhari | ack | 15:56 |
gouthamr | maybe we should ask him if he's interested to pick this up? | 15:56 |
vhari | will do | 15:57 |
gouthamr | we can tag it medium imo... | 15:57 |
vhari | done | 15:57 |
vhari | ashrodri, wrapping bugs and handing over to you :) | 15:57 |
ashrodri | thanks vhari! | 15:58 |
gouthamr | thank you vhari | 15:58 |
ashrodri | coming up to the top of the hour... | 15:59 |
ashrodri | #topic Open discussion | 15:59 |
vhari | yw ashrodri gouthamr :) | 15:59 |
ashrodri | Anything more for today? | 15:59 |
tspyderboy1 | Hi all | 15:59 |
ashrodri | Welcome tspyderboy1! | 16:00 |
ashrodri | That's all the time we had for today. Thanks for joining us, have a great rest of your day! | 16:00 |
ashrodri | #endmeeting | 16:00 |
opendevmeet | Meeting ended Thu May 30 16:00:35 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:00 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/manila/2024/manila.2024-05-30-15.00.html | 16:00 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/manila/2024/manila.2024-05-30-15.00.txt | 16:00 |
opendevmeet | Log: https://meetings.opendev.org/meetings/manila/2024/manila.2024-05-30-15.00.log.html | 16:00 |
ccokeke[m] | Thanks everyone | 16:02 |
*** bauzas_ is now known as bauzas | 16:13 | |
*** bauzas_ is now known as bauzas | 18:35 | |
*** bauzas_ is now known as bauzas | 19:15 | |
*** bauzas- is now known as bauzas | 19:32 | |
*** bauzas_ is now known as bauzas | 20:49 | |
*** bauzas_ is now known as bauzas | 22:45 | |
*** bauzas_ is now known as bauzas | 23:02 | |
*** bauzas_ is now known as bauzas | 23:29 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!