15:00:12 <enriquetaso> #startmeeting cinder_bs 15:00:14 <openstack> Meeting started Wed May 19 15:00:12 2021 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:15 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:18 <openstack> The meeting name has been set to 'cinder_bs' 15:00:23 <enriquetaso> #topic roll call 15:00:33 <enriquetaso> #link https://etherpad.opendev.org/p/cinder-bug-squad-meeting 15:00:55 <rosmaita> o/ 15:01:08 <whoami-rajat> hi 15:01:44 <enriquetaso> We have 6 new bugs reported this week. 15:02:15 <enriquetaso> The first one is sort of weird : 15:02:29 <enriquetaso> #topic bug_1: "Infinidat volume driver shouldn't use mock in production code". 15:02:44 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/1928232 15:02:44 <openstack> Launchpad bug 1928232 in Cinder "infinidat volume driver shouldn't use mock in production code" [Medium,New] 15:02:56 <enriquetaso> Not sure why there's a mock outside a test: https://opendev.org/openstack/cinder/src/branch/master/cinder/volume/drivers/infinidat.py#L626 15:03:21 <enriquetaso> Luckily, I did a quick grep and it's the only one. 15:05:04 <rosmaita> yeah, that is a bit weird 15:06:54 <enriquetaso> yes, not familiar with the driver, i should wait for a patch i guess 15:06:57 <enriquetaso> moving on.. 15:07:03 <enriquetaso> #topic bug_2: " scheduler _create_snapshot filter_function fails when filtering on user_id or project_id " (Ussuri) 15:07:16 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/1928400 15:07:16 <openstack> Launchpad bug 1928400 in Cinder "scheduler _create_snapshot filter_function fails when filtering on user_id or project_id" [Medium,New] 15:07:23 <enriquetaso> Summary: Creating volume snapshots for any volumes in that backend results in a scheduling error. 15:07:40 <enriquetaso> I wonder if this a bug or just a misunderstanding of how to use the kwargs. I haven't tested it in master yet to see if the bug persists. 15:12:04 <enriquetaso> cool, guess I'll check it a bit more to see what's really going on there. 15:12:09 <enriquetaso> That's all for me today. 15:12:13 <enriquetaso> #topic open discussion 15:12:28 <enriquetaso> Any bugs for open discussion? 15:12:29 <rosmaita> i don't know that we anticipated such specific filters 15:13:09 <enriquetaso> rosmaita, mm good question 15:13:24 <rosmaita> but it looks like we intentionally keep the snapshot info to a minimum from tommylike's comment in https://github.com/openstack/cinder/blob/master/cinder/volume/api.py#L847-L866 15:14:54 <rosmaita> not sure what the rationale behind that was 15:20:51 <enriquetaso> Maybe I can compare with volume creation because the bug report says that works with it, but it doesn't with snapshot. 15:21:17 <enriquetaso> OK, i'll check it out 15:22:00 <enriquetaso> should I move the bug to wishlist until I double check? 15:26:18 <enriquetaso> guess we don't have anything else for today's 15:27:19 <enriquetaso> Thanks, see you next week! 15:27:37 <enriquetaso> #endmeeting