15:03:59 #startmeeting cinder_bs 15:03:59 Meeting started Wed Feb 15 15:03:59 2023 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:03:59 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:03:59 The meeting name has been set to 'cinder_bs' 15:04:35 hello, welcome to the bug meeting 15:04:51 #topic Failure to mount volumes with LUN ID > 255 15:04:55 #link https://bugs.launchpad.net/os-brick/+bug/2006960 15:05:09 Pure Storage by default uses peripheral addressing for LUN ID < 256 while it uses flat addressing for LUN >= 256 . 15:05:53 At some point, we stop discovering new volumes. It looks like /sys/class/scsi_host/host13/device/session7/target13:0:0/ targets goes from 13:0:0:1 to 13:0:0:255 and after that, no new luns can be mapped to the compute server. 15:06:13 The reason of this is explain in https://bugzilla.redhat.com/show_bug.cgi?id=1975368#c5 15:06:36 i think there's people working on this but not fix proposed to master yet 15:07:15 isn't this a OS limitation that only allows LUN IDs from 0-255 ? 15:09:02 oh, sorry, i lost track of it 15:09:18 yes.. okay, then i'm not sure what is the state of the bug 15:09:37 i think it's out of cinder scope 15:09:39 I'm going through it, the bug also says RHEL is able to detect those LUNs but not os-brick 15:09:49 https://access.redhat.com/solutions/5120951 15:09:52 needs further investigation 15:10:43 hemna-++ 15:12:32 okay, i'll point the articule and let's see what the reporter says 15:12:46 Lukas Piwowarski proposed openstack/cinder-tempest-plugin master: Enable enforce_scope in -protection-functional job https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/873939 15:13:37 geguileor, has a proposed solution which will require changes in the pure driver and os-brick code 15:13:39 The solution would be to add a parameter to the connection information that tells the addressing mode when a conversion is needed (defaults to no conversion), and add the code to handle different values in os-brick. 15:14:30 we can surely discuss it during PTG 15:14:47 whoami-rajat: I think we first need to know if someone would be working on this... 15:15:14 It's easy work, but special hardware may be required 15:15:38 ok, would be good to bring it up during PTG and see it there are any takers 15:15:48 maybe the reporter would be interested in working on it, i'll leave a question asking happystacker 15:15:50 seems like Pure would be interested in this 15:16:12 okay 15:16:46 sounds good to me 15:16:55 Brian Rosmaita proposed openstack/cinder-tempest-plugin master: Get ready for tox 4 https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/868319 15:17:37 moving on 15:17:40 enriquetaso: I'm not the reporter or did I miss anything? 15:17:53 oh, sorry about it happystacker 15:18:00 lol 15:18:02 enriquetaso: np 15:18:21 #topic Error created new rsc_name in linstor driver 15:18:26 #link https://bugs.launchpad.net/cinder/+bug/2007275 15:18:30 Linstor driver ran into a problem with creating new volumes using the linstor driver. In the linstor logs, we see that cinder is trying to create a resource with an empty name. 15:19:06 too much `linstor` wording in that sentence 15:19:22 No fix proposed to master yet 15:19:47 name should be different from id 15:20:08 like volume- 15:20:17 or something similar 15:21:05 Vladislav Belogrudov proposed openstack/cinder master: Fix temp volume project id for Tatlin storage https://review.opendev.org/c/openstack/cinder/+/858293 15:21:13 Vladislav Belogrudov proposed openstack/cinder master: Tatlin Unified driver - simplify code https://review.opendev.org/c/openstack/cinder/+/862491 15:21:18 Vladislav Belogrudov proposed openstack/cinder master: Tatlin Unified driver - remove unused code https://review.opendev.org/c/openstack/cinder/+/862489 15:21:28 i've left a comment happystacker, thanks 15:21:31 Vladislav Belogrudov proposed openstack/cinder master: Tatlin unified driver - rename tatlin_api object https://review.opendev.org/c/openstack/cinder/+/862490 15:21:33 they're passing volume['id'] to the _is_clean_volume_name function 15:21:43 i guess they should pass volume.name 15:21:54 Vladislav Belogrudov proposed openstack/cinder master: Tatlin unified driver - rename tatlin_api object https://review.opendev.org/c/openstack/cinder/+/862490 15:24:04 excellent 15:24:12 i've update with this comments 15:24:21 thanks 15:24:23 moving on 15:24:33 #topic NFS Encryption Clone operation is broken 15:24:40 #link https://bugs.launchpad.net/cinder/+bug/2007139 15:24:49 This bug report aims to track the NFS encryption work. Is the last bug as far as I can tell and it has a fix proposed to master already. 15:24:54 The work for the NFS can be track using 15:24:58 #link https://review.opendev.org/q/topic:bp%252Fnfs-volume-encryption 15:25:08 Initial work is ready for reviews, please review after the priorities for this week: 15:25:12 #link https://review.opendev.org/c/openstack/cinder/+/749155 15:25:55 OK, moving on ( I have 5 minutes left) 15:26:00 #topic Service token does not work if user auth is token based 15:26:03 #link https://bugs.launchpad.net/keystone/+bug/2006631 15:26:07 Looks like a Keystone bug so I've removed Cinder from it. 15:26:11 rosmaita, ^ 15:26:26 i think that's correct 15:26:38 we can always get added back if keystone disagrees 15:26:44 it's keystone right? 15:26:46 but it looks like maybe a configuration problems 15:26:59 don't know what we can do about this one 15:27:00 happystacker: well, keystoneauth1 specifically 15:27:06 correct 15:27:29 i'm not sure what the constraints are on how you configure the service users in the various config files 15:27:41 so hopefully keystone has some docs or something 15:28:35 I'll keep an eye on it then 15:28:42 last bug: 15:28:50 #topic Inaccurate docstring test_boot_cloned_encrypted_volume 15:28:54 #link https://bugs.launchpad.net/cinder-tempest-plugin/+bug/2006594 15:29:26 It's an error on a docstring. It's a good low-hanging-fruit for Outreachy potential intern 15:29:57 Thank you for being so active today and joining the bug meeting! 15:30:10 than you 15:30:13 #endmeeting