15:01:22 <enriquetaso> #startmeeting cinder_bs
15:01:22 <opendevmeet> Meeting started Wed Mar  1 15:01:22 2023 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:01:22 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:01:22 <opendevmeet> The meeting name has been set to 'cinder_bs'
15:01:32 <enriquetaso> Hello, Welcome to the Bug meeting
15:01:43 <enriquetaso> Only 3 bugs reported
15:01:53 <enriquetaso> #link https://lists.openstack.org/pipermail/openstack-discuss/2023-March/032516.html
15:02:18 <enriquetaso> #topic Volume multiattach exposed to non-admin users via API
15:02:37 <enriquetaso> We discussed this bug on the main meeting, so please check the logs:
15:03:12 <enriquetaso> #link https://meetings.opendev.org/meetings/cinder/2023/cinder.2023-03-01-14.00.log.html#l-53
15:03:24 <enriquetaso> and please review Rajat's patches!
15:03:54 <enriquetaso> #link https://review.opendev.org/c/openstack/cinder/+/874865
15:04:10 <enriquetaso> Moving on
15:04:33 <enriquetaso> #topic image_utils: code hardening around decompression
15:04:49 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/2008429
15:05:09 <enriquetaso> rosmaita, talked about it in last week video meeting
15:05:37 <rosmaita> i think i tagged it low hanging fruit
15:05:40 <enriquetaso> It's a low-hanging-fruit bug so hopefully some potential intern may work on it
15:05:44 <rosmaita> :)
15:06:04 <enriquetaso> but anyone can work on it!
15:06:13 <enriquetaso> thanks rosmaita
15:06:59 <Tony_Saad> Hey, is it worth mentioning again our Antelope Dell driver bugs  https://review.opendev.org/c/openstack/cinder/+/768105 https://review.opendev.org/c/openstack/cinder/+/797970 https://review.opendev.org/c/openstack/cinder/+/821739 https://review.opendev.org/c/openstack/cinder/+/858370
15:07:43 <enriquetaso> i see you are spanning any meeting you can :P
15:08:03 <enriquetaso> remember to review Dell patches ^
15:08:20 <Tony_Saad> this is the first time I join this meeting haha I dont know which is best to bring up the topic
15:08:37 <enriquetaso> One is already merged tho, and the last one.. i would like to see and update on the sean comment
15:09:15 <Tony_Saad> thanks!
15:09:36 <enriquetaso> np
15:09:39 <enriquetaso> Last bug
15:10:02 <enriquetaso> #topic [yadro] tatlin_client is_port_assigned method broken
15:10:16 <enriquetaso> #link https://bugs.launchpad.net/cinder/+bug/2008735
15:10:29 <enriquetaso> No patch proposed to master yet
15:10:50 <enriquetaso> I dont know if anyone from yadro would like to say something here
15:10:53 <eharney> more evidence that we still benefit from pylint ^
15:12:02 <enriquetaso> true, we should make openstack-tox-pylint work again
15:12:28 <eharney> i'm working on it, need reviews on patches like https://review.opendev.org/c/openstack/cinder/+/871289
15:15:14 <enriquetaso> ++
15:16:04 <enriquetaso> thanks eharney for working on this
15:16:13 <enriquetaso> #topic open discussion
15:16:24 <enriquetaso> Feel free to proposed any bug report or bug now
15:17:08 <enriquetaso> I see https://review.opendev.org/c/openstack/cinder/+/871286 is also related to pylint, maybe we can tag them or something to keep it track together
15:17:37 <eharney> that one is more complex, pylint seems to be very broken on 3.10 and 3.11 for us, still figuring that out
15:18:19 <eharney> also, thanks for reviewing my 3.11 unit test fixes... one of them failed in the unit test gate and i have to figure out why
15:19:56 <enriquetaso> :(
15:20:27 <enriquetaso> thanks to you eharney
15:20:33 <eharney> unfortunately i can't run tox unit tests locally today... anyone else hit that?
15:20:36 <eharney> error: Multiple top-level packages discovered in a flat-layout: ['etc', 'roles', 'cinder', 'playbooks', 'releasenotes'].
15:23:25 <enriquetaso> To be honest, I'm not able to deploy devstack in general.. `tox -e py3` returns `ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'RECORD'`
15:24:01 <eharney> this fails for me with just a cinder clone and running any tox env (tox using 3.11)
15:24:03 <eharney> uhy
15:24:49 <enriquetaso> oh true `ERROR: could not install deps [virtualenv>=20.17.1, tox >= 4.0.0]; v = InvocationError("/usr/bin/python -m pip install
15:24:49 <enriquetaso> 'virtualenv>=20.17.1' 'tox >= 4.0.0'", 1)`
15:24:57 <enriquetaso> god
15:25:57 <enriquetaso> i'm using tox 3.28
15:26:18 <eharney> i don't think it's tox itself
15:26:35 <eharney> the error is coming from setuptools
15:27:45 <rosmaita> jeez ... you may want to change your tox.ini to tox<4.0.0 and see what happens
15:29:35 <opendevreview> Eric Harney proposed openstack/cinder master: Set packages in setup.cfg  https://review.opendev.org/c/openstack/cinder/+/875939
15:29:40 <eharney> rosmaita: this fixes it for me  ^
15:29:54 <eharney> dunno if it's correct though, just a quick pass..
15:30:20 <eharney> anyway i guess we can end the bug meeting
15:30:26 <enriquetaso> yes
15:30:30 <enriquetaso> thanks you!
15:30:34 <enriquetaso> I'll try both things
15:30:39 <enriquetaso> #endmeeting