15:03:56 #startmeeting cinder_bs 15:03:56 Meeting started Wed Jun 15 15:03:56 2022 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:03:56 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:03:56 The meeting name has been set to 'cinder_bs' 15:04:04 Welcome back to the Cinder Bug Meeting. 15:04:05 HappyStacker1: can't tell who you are from your nick, have you been reviewing patches yourself? 15:04:16 good question :P 15:04:22 (i mean other peoples' patches) 15:04:25 We have a few bugs today, so let us get started. 15:04:32 Full list of bugs: 15:04:32 #link http://lists.openstack.org/pipermail/openstack-discuss/2022-June/029056.html 15:04:41 thats' jp from dell rosmalta 15:05:16 ok, thanks 15:05:25 :) 15:05:28 #topic [NFS/NetApp] No feedback from Nova when extending attached Volumes 15:05:33 #link https://bugs.launchpad.net/cinder/+bug/1978294 15:05:53 In summary, n-cpu is able to extend an attached NFS volume by itself, but c-vol is preventing this from happening when it tries to perform `qemu-img resize`. 15:06:06 This seems to be a problem not just for the NFS driver, since drivers using os-brick may fail, and Nova also handles extending the LUKS structure of attached encrypted volumes, which may also fail. 15:06:23 This bug affects Quobyte, NetApp Cinder NFS drivers as far as I know 15:06:27 No fix proposed to master yet. 15:07:04 "Lucio Seki, who first worked on [2] and [3], collected some thoughts on this in an etherpad [4] together with other potential issues of the changes." 15:07:13 i thought this sounded familiar 15:08:30 yes, Lucio work on this as well 15:08:35 #link https://review.opendev.org/c/openstack/cinder/+/739079 15:09:01 Etherpad link 15:09:04 #link https://etherpad.opendev.org/p/fix-nfs-online-extend 15:09:31 The original bug is #link https://bugs.launchpad.net/cinder/+bug/1870367 15:10:39 As far as I understood the new bug is for a related issue but we are going to track it on 1978294 15:11:13 Maybe kgube would like to add something to the bug report :) 15:12:19 Currently, the solution we have for this is to disallow extension of attached volumes for NFS & Quobyte drivers 15:12:23 #link https://review.opendev.org/c/openstack/cinder/+/725805/ 15:13:07 OK, moving on 15:13:22 yeah, that was a short term "fix" 15:13:44 do you think the second bug should be close as duplicated? rosmaita 15:14:09 not sure 15:14:37 OK, i'll re review it and double check but looks like a separate bug 15:15:06 i agree 15:15:15 #topic Fails to extend in-use (non LUKS v1) encrypted volumes 15:15:19 #link https://bugs.launchpad.net/os-brick/+bug/1967157 15:15:34 Summary: Patch fixing bug #1861071 resolved the issue of extending LUKS v1 volumes when nova connects them via libvirt instead of through os-brick, but nova side still fails to extend in-use volumes when they don't go through libvirt (i.e., LUKS v2). 15:15:54 geguileo, worked on the nova part of the bug that appears as Fix Released. 15:16:16 now we have a cinder patch for this 15:16:18 Fix proposed to master 15:16:18 #link https://review.opendev.org/c/openstack/os-brick/+/836059 15:18:16 OK, feel free to review ^ 15:18:23 moving on 15:18:26 #topic Old-style Glance location URI sent when uploading a volume to an image 15:18:37 #link https://bugs.launchpad.net/cinder/+bug/1978020 15:19:09 whoami-rajat, discussed it with the reporter 15:19:25 Fix proposed to master 15:19:26 #link https://review.opendev.org/c/openstack/cinder/+/845178 15:20:59 So, feel free to review it as well ^ 15:21:00 that looks ok to me, i thought glance did a lazy-migrate of old-style URIs, but maybe that was before you could have multiple cinder glance_stores 15:22:19 good to know 15:22:27 the only thing i want to check is what kind of validation we have around the store_id in a volume-type extra-specs 15:22:42 mm, not sure about that 15:22:52 maybe we need some coverage there 15:23:10 i think we have something, just can't remember what 15:23:24 i will look into it and leave a comment on the patch 15:23:33 thank you rosmaita ! 15:23:43 OK, last two bugs: 15:23:49 #topic cinder-backup context.message_action is None on errors 15:23:57 Not sure about this one 15:24:01 #link https://bugs.launchpad.net/cinder/+bug/1978729 15:24:08 If a driver raises an exception another exception is thrown from https://opendev.org/openstack/cinder/src/commit/3dfc519301aeb92ed4595788450b57e0be74db12/cinder/message/api.py#L104 because AFAICT the action is None. (also checked above https://opendev.org/openstack/cinder/src/commit/3dfc519301aeb92ed4595788450b57e0be74db12/cinder/message/api.py#L101 for setting action_id. 15:25:30 looks like valid and the reporter added some logs to the case 15:26:21 I'll try to reproduce and try the possible solutions 15:26:39 #action (enriquetaso): try the fixes for ^ 15:26:51 OK, last one! I'm running out of time 15:27:13 #topic [IBM Storwize] Optimize SSH calls in create replicated volume 15:27:18 #link https://bugs.launchpad.net/cinder/+bug/1978290 15:27:37 No fix proposed to master yet but probably IBM will proposed a fix :) 15:27:46 OK, that's all I have for today's meeting 15:28:15 thanks rosmaita 15:28:19 thanks everyone 15:28:24 #endmeeting