14:42:14 #startmeeting cinder_bs 14:42:14 Meeting started Wed Aug 17 14:42:14 2022 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:42:14 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:42:14 The meeting name has been set to 'cinder_bs' 14:42:19 Hello, welcome back to the cinder bug meeting 14:42:30 Full list of bugs: 14:42:36 #link https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030011.html 14:42:41 Only 3 bugs were reported! Let's see the first one: 14:42:48 #topic wrong volume_quota exception msg when extending volume_size 14:42:53 #link https://bugs.launchpad.net/cinder/+bug/1985962 14:43:19 Summary: When extending volume size, the quota exceeds a certain quota class and raises the wrong exception msg to the frontend. It does not consider the quota class now so the exception message below gives the wrong actual quota_size. 14:43:42 I need some help to prioritize this bug, since it's a quota bug maybe geguileo could take a quick look at it :) pls 14:44:10 if it's just that the message is wrong, we should fix it, but not a huge issue IMO 14:45:15 i'll move it to low importance then 14:45:18 thanks eharney 14:45:24 * geguileo looks 14:47:50 mmmm, both messages from the LP bug look wrong to me... 14:49:58 Fix proposed to master 14:50:00 #link https://review.opendev.org/c/openstack/cinder/+/852945 14:52:38 OK so we need to fix the error msg geguileo.. besides that the fix ^ removes the error logging so i think it's not the right way to go 14:53:30 it doesn't remove it, it calls process_reserve_over_quota which logs the error 14:53:35 (whether this is all correct, i don't know) 14:53:38 enriquetaso: it doesn't remove it, it just uses the process_reserve_over_quota method to do it 14:53:47 oki :) 14:54:06 (as always eharney was faster, lucky this is not the wild west...) 14:54:14 hahaha 14:54:58 I moved the bug to low importance, please review the fix when you have time. Moving on.. 14:55:15 The last two bugs are driver related and both have fix proposed to master: 14:55:32 #topic [Storwize] mkhost command failure 14:55:45 #link https://bugs.launchpad.net/cinder/+bug/1985065 14:56:55 Summary: attach fails Bad or unexpected response from the storage volume backend API: _get_single_iscsi_data: No node found in I/O group 0 for volume volume-4cd0ae48-30b0-41ed-af9f-646fba247e30. 14:57:14 Fix proposed to master 14:57:16 #link https://review.opendev.org/c/openstack/cinder/+/853126 14:57:32 Last one: 14:57:48 #topic NetApp driver is hitting the QoS policy limit due soft deletion 14:57:58 #link https://bugs.launchpad.net/cinder/+bug/1986658 14:59:22 Summary: Customer cannot create a new volume with Quality of Service (QoS) due the limit of QoS policy on the storage. 15:00:05 felipe_rodrigues, is working on the fix 15:00:21 Fix proposed to master (Zuul vote -1) 15:00:23 #link https://review.opendev.org/c/openstack/cinder/+/853450 15:01:53 That's all i have for today's meeting! 15:02:08 #topic open discussion 15:02:17 Feel free to proposed bugs now 15:02:22 i have a question about https://bugs.launchpad.net/cinder/+bug/1735285 15:02:35 abishop is fixing it by a new feature 15:02:55 so how do we want to handle the bug? 15:02:56 #link https://bugs.launchpad.net/cinder/+bug/1735285 15:03:15 i don't see a good Status to change it to 15:03:24 oh, I didn't realize there's a bug against the feature (whoops!) 15:03:29 i think that bug has another "fix" already done 15:03:45 or do we want alan to add "Closes-bug: #1735285" to his patch? 15:03:50 maybe the "fix" was to add code that rejected the xfer? 15:03:57 eharney: that was declared to be a "related-bug" i think 15:03:57 abishop: correct 15:04:21 the bug was "you can do this and end up horribly broken", the fix was "don't allow users to do this", IIRC 15:04:35 ok, i will just close it as fix released 15:05:31 thanks! 15:05:55 rosmaita: I can dredge up the patch that did that, if it helps 15:06:02 i have it, don't worry 15:06:06 from Queens! 15:06:13 "what, me worry?" 15:06:39 not sure how many people get that reference these days 15:06:44 i will need to refer to you as albert from now on 15:06:52 actually that would not work 15:06:53 lol 15:06:55 Alfred! 15:07:15 lol 15:07:41 enriquetaso: are you familiar with Alfred E. Newman? 15:07:43 so #1735285 should be marked as released? 15:07:46 rosmaita, nop :P 15:08:24 i didn't even get that right 15:08:31 Alfred E. Neuman 15:08:51 it's safe to google 15:08:54 i think i saw that boy somewhere before 15:09:07 rosmaita and I are carbon dating ourselves 15:09:25 yes, and i am proving that my memory is shot 15:10:03 enriquetaso: "mad magazine" 15:10:07 though this is still kind of relevant: https://en.wikipedia.org/wiki/Mad_(magazine)#/media/File:Mad_Magazine,_August_2017.jpg 15:11:04 speaking of my memory being shot, i have a question about https://bugs.launchpad.net/cinder/+bug/1918932 also 15:11:38 did we merge a change that prevents a volume transfer if the volume has snapshots, or automatically transfers the snapshots too, or did we just talk about it? 15:11:46 #link https://bugs.launchpad.net/cinder/+bug/1918932 15:12:33 it's a little more complicated than that 15:12:36 that bug is about the error message not being complete, but one of the parts of the message is "or be disassociated from snapshots after volume transfer" 15:13:04 so it made me wonder about the current volume transfer situation 15:13:06 we fixed transfer to transfer snapshots, but left an argument that allows people to get the old behavior (i.e. don't transfer the snapshots, and therefore basically break things) 15:13:39 ok 15:13:51 https://review.opendev.org/c/openstack/cinder/+/533564 15:13:59 if that helps... 15:14:17 yes, it does 15:14:18 thanks 15:14:18 #link https://review.opendev.org/c/openstack/cinder/+/533564 15:14:55 Merged openstack/cinder master: Veritas: Eliminate timed delays in unit tests https://review.opendev.org/c/openstack/cinder/+/853324 15:15:00 Merged openstack/cinder master: Inspur: : Eliminate timed delays in unit tests https://review.opendev.org/c/openstack/cinder/+/853325 15:15:32 Do we need https://review.opendev.org/c/openstack/cinder/+/826608 ? 15:17:21 Nahim Alves de Souza proposed openstack/cinder master: NetApp ONTAP: Implemented core functions on REST API https://review.opendev.org/c/openstack/cinder/+/852208 15:17:44 OK, i think it would be nice to have 15:17:56 That's all I have for today's meeting 15:18:07 anything else to discuss? :) 15:19:09 guess not :) 15:19:17 thank you for joining today! 15:20:03 #endmeeting