14:56:20 <enriquetaso_> #startmeeting cinder_bs
14:56:20 <opendevmeet> Meeting started Wed Jul 27 14:56:20 2022 UTC and is due to finish in 60 minutes.  The chair is enriquetaso_. Information about MeetBot at http://wiki.debian.org/MeetBot.
14:56:20 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
14:56:20 <opendevmeet> The meeting name has been set to 'cinder_bs'
14:56:43 <enriquetaso_> i'll try to fix bj for next time
14:56:53 <whoami-rajat> enriquetaso_, with all the issues you were facing i thought it would be difficult so suggested here
14:57:07 <whoami-rajat> difficult for you*
14:57:15 <whoami-rajat> Hi
14:57:19 <enriquetaso_> whoami-rajat++
14:57:20 <enriquetaso_> thanks
14:57:39 <enriquetaso_> Welcome back to the bug meeting, cinder has 6 new bugs
14:57:53 <enriquetaso_> #topic Reimage volume API image is invalid, the status should not be downloading
14:58:01 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1982436
14:58:11 <enriquetaso_> If reimage of a volume fails, the status of the volume is still downloaded.
14:58:23 <enriquetaso_> Fix proposed to master:#link https://review.opendev.org/c/openstack/cinder/+/850318The fix has some pep8 issues and whoami-rajat  left some comments that haven't been replied to it yet.
14:58:46 <enriquetaso_> #link https://review.opendev.org/c/openstack/cinder/+/850318
14:58:52 <eharney> this bug seems to have two different patches open for it
15:00:09 <enriquetaso_> i see, looks like the second one is the updated
15:00:53 <enriquetaso_> #action(enriquetaso): asks to abandon the first patch
15:01:00 <whoami-rajat> yeah, i will probably update that patch as a co author since i think the author isn't very familiar with unit tests and releasenotes
15:01:14 <whoami-rajat> (and i want the bug to be fixed)
15:01:33 <enriquetaso_> cool, thanks!
15:01:39 <whoami-rajat> oh so we've 2 patches ...
15:01:44 <whoami-rajat> i will take a look anyway
15:02:07 <enriquetaso_> yes, in the second patch the owner addressed your comments from the first patch
15:02:27 <whoami-rajat> but i still don't see tests and releasenote
15:02:30 <eharney> the commit message needs some more info on what it is actually doing
15:02:37 <enriquetaso_> probably as you mentioned the author isn't familiar with the way we submit updates on patches
15:02:43 <whoami-rajat> yeah suggested that as well ^
15:02:51 <enriquetaso_> makes sense
15:03:04 <whoami-rajat> yep, that too, anyway i will help out with that
15:03:09 <enriquetaso_> and the topic is wrong as well
15:03:23 <whoami-rajat> :D
15:03:38 <whoami-rajat> too many wrong things in a single patch
15:03:48 <enriquetaso_> Sounds good to me! thanks Rajat, moving on with the next one
15:04:05 <enriquetaso_> #topic Creating from source volume tries to create it multiple times if rekeying fails
15:04:06 <whoami-rajat> np
15:04:13 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1982848
15:04:38 <enriquetaso_> geguileo reported this one. When creating an encrypted volume from an encrypted volume the cinder-volume manager code calls the driver to clone a volume multiple times if rekeying fails.
15:05:02 <geguileo> yeah, I think eharney was interested on that one
15:05:46 <enriquetaso_> geguileo, one question, you only see this issue using RBD or it's a general problem?
15:06:01 <geguileo> enriquetaso_: the problem is general
15:06:05 <eharney> it's not an RBD problem, it's an exception handling problem in the create volume flow
15:06:18 <geguileo> what he said  ;-)
15:06:24 <enriquetaso_> nice
15:06:48 <enriquetaso_> OK, we don't have fix proposed or anyone assigned
15:07:05 <enriquetaso_> so for now, it's just confirmed
15:07:36 <enriquetaso_> Triaged *
15:07:54 <enriquetaso_> Thanks!
15:07:57 <eharney> i'll assign it to me since nobody else has it
15:08:20 <enriquetaso_> thanks Eric
15:08:27 <eharney> (and i probably am the one that introduced it)
15:08:52 <enriquetaso_> :P
15:08:56 <enriquetaso_> moving on
15:09:25 <enriquetaso_> #topic Infinidat driver multi-attach and migration is broken
15:09:35 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1982350
15:09:41 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1982405
15:10:00 <enriquetaso_> Both bug reports have a fix proposed to master, so feel free to review them
15:11:08 <enriquetaso_> moving on
15:11:22 <enriquetaso_> #topic  PowerMax does not work with workload in extra specs
15:11:27 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1982568
15:12:39 <enriquetaso_> Gorka found this bug last week "According to the PowerMax driver code the workload in a volume type's extra specs should be treated as None. But that doesn't seem to be the case, at least not in all parts of the driver code, and instance live migration doesn't work for attached volumes that have the "pool_name" extra spec with workloads different than "None"."
15:15:41 <enriquetaso_> OK, last one
15:15:52 <enriquetaso_> #topic NFS Attach Encrypted fails only on the first attempt
15:16:00 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1982891
15:16:22 <enriquetaso_> Plain generic NFS and encrypted NFS do not perform the attach on the first attempt.
15:16:23 <enriquetaso_> The operation is shown as successful "attachment_update completed successfully", but immediately afterward c-vol shows "Terminate volume connection completed successfully" and the volume is not attached to the instance.
15:16:23 <enriquetaso_> This happens only on the first attempt and works as expected when you try a second or third time.
15:17:50 <enriquetaso_> I'm seeing this on my local devstack, but i'd like to see it on upstream ci https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/742905
15:18:50 <eharney> i'm not too sure what is going on with the info available on this (need n-cpu info for sure), but i know you're working on it
15:18:53 <opendevreview> Merged openstack/os-brick master: Support shared_targets tristate value  https://review.opendev.org/c/openstack/os-brick/+/836063
15:20:49 <opendevreview> Merged openstack/os-brick stable/train: Use file locks in connectors  https://review.opendev.org/c/openstack/os-brick/+/846957
15:21:19 <enriquetaso_> I will add some n-cpu logs. Anyway, the upstream nfs job does not show the same results I see when I run tempest locally, that's bad.
15:22:19 <enriquetaso_> on the upstream job all the encryption test are failed. On my devstack those passed.
15:22:34 <enriquetaso_> well, i guess it's not for this meeting tho
15:22:41 <enriquetaso_> #topic Open Discussion
15:22:54 <enriquetaso_> Feel free to mention bugs now
15:27:20 <enriquetaso_> looks like no bugs for the open discussion
15:27:39 <enriquetaso_> Thanks everyone!!
15:27:46 <enriquetaso_> #endmeeting