Wednesday, 2021-08-18

opendevreviewRajat Dhasmana proposed openstack/cinder master: WIP: Remove leftover nfs backup dirs  https://review.opendev.org/c/openstack/cinder/+/80460304:48
opendevreviewRaghavendra Tilay proposed openstack/cinder master: HPE 3PAR: Reuse existing session  https://review.opendev.org/c/openstack/cinder/+/80469807:10
opendevreviewVladislav Belogrudov proposed openstack/os-brick master: Add support for multiple volumes within subsystem to NVMe-OF connector  https://review.opendev.org/c/openstack/os-brick/+/80001407:18
venkatakrishnatHi eharney, hemna, jungleboyj, whoami-rajat:  In your available time, please review https://review.opendev.org/c/openstack/cinder/+/792800 to modify the rccg_name format on IBM SVC cinder driver. CI also passed.09:40
opendevreviewZohar Mamedov proposed openstack/os-brick master: NVMeOF Connection Agent  https://review.opendev.org/c/openstack/os-brick/+/80269110:47
opendevreviewGirish Chilukuri proposed openstack/cinder master: [SVF]:Retype in-use hyperswap volume  https://review.opendev.org/c/openstack/cinder/+/78239010:58
*** brinzhang0 is now known as brinzhang11:05
*** dviroel|ruck|out is now known as dviroel|ruck11:12
raghavendrattest message12:03
raghavendrattest msg 212:19
opendevreviewZohar Mamedov proposed openstack/os-brick master: NVMeOF Connection Agent  https://review.opendev.org/c/openstack/os-brick/+/80269112:41
opendevreviewyangheng proposed openstack/cinder master: Support Cinder FC driver for TOYOU NetStor  https://review.opendev.org/c/openstack/cinder/+/80300012:51
walshh_Hi all, would really appreciate eyes on https://review.opendev.org/c/openstack/cinder/+/782995 which is customer issue that I need to get backported ASAP.  It has clean CI and feedback has been applied.  Much appreciated.  Helen13:26
opendevreviewyangheng proposed openstack/cinder master: Support Cinder FC driver for TOYOU NetStor  https://review.opendev.org/c/openstack/cinder/+/80300013:26
opendevreviewEric Harney proposed openstack/cinder master: LVM: Retry lvextend commands on code 139  https://review.opendev.org/c/openstack/cinder/+/80502613:52
opendevreviewEmilien Macchi proposed openstack/cinder master: API/logging: improve message when a volume can't be removed  https://review.opendev.org/c/openstack/cinder/+/80502713:54
opendevreviewEmilien Macchi proposed openstack/cinder master: API/logging: improve message when a volume can't be removed  https://review.opendev.org/c/openstack/cinder/+/80502713:54
rosmaitaCourtesy reminder: Cinder meeting in #openstack-meeting-alt at 1400 UTC13:58
rosmaitajungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard lseki sfernand rajinir enriquetaso hemna ^^13:58
shoffmannLike discussed last week I proposed an overview about nas_secure options. I guess, we won't have time at todays meeting but maybe you can have a look later and give some hints, what is missing and how we can proceed. https://etherpad.opendev.org/p/gSotXYAZ3JfJE8FEpMpS14:03
rosmaitashoffmann: ack14:08
venkatakrishnatHi rosmaita, Addressed your comment on https://review.opendev.org/c/openstack/cinder/+/792800. Please review in your available time14:16
enriquetasoOK, cinder bug meeting :)15:01
enriquetasomaybe two meetings in a row it's too much15:01
enriquetaso#startmeeting cinder_bs15:01
opendevmeetMeeting started Wed Aug 18 15:01:38 2021 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
opendevmeetThe meeting name has been set to 'cinder_bs'15:01
enriquetaso#link https://etherpad.opendev.org/p/cinder-bug-squad-meeting15:01
enriquetasoHello, welcome to the bug meeting, we have a bunch of bugs for this week. Full list of bugs:15:01
enriquetaso#link http://lists.openstack.org/pipermail/openstack-discuss/2021-August/024220.html15:01
enriquetasoThe way I used to request the new bugs to Launchpad is failing or something so I lost track of most of the new reported bugs. For this week's report I manually checked the launchpad. If anyone knows how to filter dates on Launchpad that actually works please let me know.15:02
enriquetasoOK.. the first two bugs are High importance bugs and that's why I've mentioned them here but both have patches proposed to master. 15:02
enriquetaso#topic bug_1 "Original volume size is lost when uploading a volume to a qcow2 image"15:03
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/193997215:03
enriquetasoSummary: The virtual size of the image(2GB) doesn't fit in a volume size(1GB), but this error is not exposed to users. This makes it difficult to let users know the actual cause of the error.15:03
whoami-rajatenriquetaso, i think you can Order by: Date last updated15:03
enriquetasowhoami-rajat, yep, i need to double check again I guess, because it wasnt working for me today15:03
whoami-rajatok15:04
enriquetasoAlso, regarding the bug_1 Rajat proposed a new user message that will notify users regarding any async failure with the given operation. In addition, the reporter wrote that cinder already has a mechanism to validate a given volume size based on the min_disk property of a source image.15:04
whoami-rajatyeah so i will be working on the user message part for this bug (as I've a series of patches for user-messages and can add this in one of them)15:05
enriquetasowhoami-rajat++15:05
enriquetasothanks15:05
enriquetasomoving on.. 15:05
rosmaitai guess cinder could set virtual_size for glance, and/or min_disk when we upload15:05
enriquetasoThe patch proposed upstream uses min_disk https://review.opendev.org/c/openstack/cinder/+/80458415:06
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/80458415:06
rosmaitamin_disk would be better, we check that15:06
rosmaitathanks for the link15:06
rosmaitathat sounds like a good solution15:07
whoami-rajatglance has code inplace to set virtual_size after creating an image, maybe they can add that to this flow as well15:07
enriquetasodo you mind doing that whoami-rajat ? I'm not sure what should glance do 15:08
enriquetasoOK, i can check that later, moving on..15:09
enriquetaso#topic bug_2 " Nova thinks deleted volume is still attached"15:09
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/193708415:09
enriquetasoSummary: There are cases where a cinder volume no longer exists yet nova still thinks it is attached to an instance and we cannot detach it anymore. This has been observed when running cinder-csi, where it makes a volume delete request as soon as the volume status says it's available.15:09
enriquetasoFix proposed to branch: master15:10
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/80191315:10
enriquetasoPlease review when you have time, nothing else to add there from my side and I think gorka is on holiday15:10
rosmaitaand it's #4 in a series of patches!15:11
eharneythe whole series of 4 patches is stuck on a merge conflict on the first patch that needs resolution15:11
opendevreviewEric Harney proposed openstack/cinder master: Fix detach notification  https://review.opendev.org/c/openstack/cinder/+/77853415:12
enriquetasooh true, sorry. forgot to mention that 15:12
rosmaitai think eric just resolved the conflict15:12
eharneyrebased ^15:13
enriquetasoeharney++15:13
opendevreviewEric Harney proposed openstack/cinder master: Delete attachment on remove_export failure  https://review.opendev.org/c/openstack/cinder/+/80191215:13
opendevreviewEric Harney proposed openstack/cinder master: Expose volume_attachments in Volume OVO  https://review.opendev.org/c/openstack/cinder/+/77957615:13
enriquetaso#topic bug_3 " Create instance from volume fails on reschedule "15:13
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/193647415:13
enriquetasowhoami-rajat sorry for bothering you here but I think it's easier, are you facing this problem with rbd for both glance and cinder or it's something different? 15:14
whoami-rajatenriquetaso, it's backend independent, I've also replied on the bug15:14
enriquetasothanks!15:14
enriquetasoLast 2 bugs:15:14
eharneyshould be moved back to "in progress" from "incomplete"15:15
enriquetasodone15:15
enriquetaso#topic bug_4 "Removing a volume in wrong state doesn't report its state"15:15
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194043715:15
enriquetasoSummary: When trying to remove a volume in a wrong state, the error message says about what's the states should be for the volume to be removable; however we don't report its current state. It would be useful for operators to know about it.15:15
enriquetasoI thought that we already covered this somewhere, but it looks like not. Feel free to reproduce this and review Emilien's patch. 15:16
eharneyi think the reason we don't do this is because the logged status could be wrong due to race conditions15:16
eharneyi remember looking at it a while back15:16
eharneyto do it completely accurately you need conditional_update() to report the relevant values back, not query them again later15:17
enriquetasoyes.. sounds a bit tricky 15:18
enriquetasoFix proposed on master15:18
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/80502715:18
enriquetasoguess this fix isn't completely accurate then 15:19
eharneyi'm not sure, need to take a closer look again15:19
enriquetasosure15:20
enriquetasoLast one, we've already discussed this in the main meeting but a little reminder.15:20
enriquetaso#topic bug_5 "[LVM] lvextend command crashes with code 139"15:20
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194043615:20
enriquetaso#action(enriquetaso) take a look to os-brick15:20
enriquetasoThe rest of the bugs are driver related sort of bugs and already have patches proposed upstream so feel free to check the list and review them :)15:20
enriquetaso#topic open discussion15:20
enriquetasoDo we have any bugs for open discussion?15:20
rosmaitanothing from me ... thanks for organizing this, sofia15:24
enriquetasoI guess we don't have any bugs for the open discussion then :P15:24
enriquetasothank you brian15:24
enriquetaso#endmeeting15:24
opendevmeetMeeting ended Wed Aug 18 15:24:23 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:24
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-08-18-15.01.html15:24
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-08-18-15.01.txt15:24
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-08-18-15.01.log.html15:24
enriquetasothanks everyone!15:24
opendevreviewMerged openstack/cinder master: PowerMax Driver - Fix for create snapshot  https://review.opendev.org/c/openstack/cinder/+/78299515:38
venkatakrishnatHi eharney, hemna, jungleboyj, rosmaita,whoami-rajat:  Could you please review https://review.opendev.org/c/openstack/cinder/+/786524 which is to manage Global mirror change volumes on separate storage pools on IBM SVC cinder driver.15:47
opendevreviewEric Harney proposed openstack/cinder master: LVM: Retry lvextend commands on code 139  https://review.opendev.org/c/openstack/cinder/+/80502616:32
opendevreviewHelen Walsh proposed openstack/cinder stable/wallaby: PowerMax Driver - Fix for create snapshot  https://review.opendev.org/c/openstack/cinder/+/80506016:54
opendevreviewSimon Dodsley proposed openstack/cinder master: [WIP] Add Pure Storage NVMe-RoCE driver  https://review.opendev.org/c/openstack/cinder/+/79987117:03
opendevreviewStefan Hoffmann proposed openstack/cinder master: Try nas_secure access with cinder user at retype  https://review.opendev.org/c/openstack/cinder/+/80288217:06
opendevreviewStefan Hoffmann proposed openstack/cinder master: Try nas_secure access with cinder user at retype  https://review.opendev.org/c/openstack/cinder/+/80288217:06
shoffmanneharney: please check, if this fits your idea to check the file permissions.17:08
shoffmannDetailed review can be done later, I know, other topics are more important right now. But a hint, if this is the right direction would be helpful.17:09
kukaczhi, having cinder configured as glance backend, I am dealing with issue that volumes are byte-streamed from images on creation, instead of being just thin cloned on the cinder backend (powerflex). what might be wrong?17:13
rosmaitakukacz: what release are you using?17:39
kukaczrosmaita: victoria17:39
rosmaitakukacz: i think you may have hit this bug: https://bugs.launchpad.net/cinder/+bug/189807517:40
opendevreviewsaikrishnagk proposed openstack/cinder master: [SVF] Fixed update_rep_properties for empty values  https://review.opendev.org/c/openstack/cinder/+/80161717:42
kukaczrosmaita: yes, it seems so. my image's property includes this location string: `locations='[{'url': 'cinder://cinder/8a2e9a1a-4988-4a4f-a081-6793539ef840', 'metadata': {'store': 'cinder'}}]'`17:45
gkskTo the Core reviewers , Please review the below patch related to update replication properties fix for empty values 17:48
gkskhttps://review.opendev.org/c/openstack/cinder/+/80161717:48
rosmaitakukacz: a few people have expressed interest in fixing it, so hopefully soon17:48
kukaczrosmaita: great , thanks a lot for identifying this!17:51
opendevreviewkatari manoj kumar proposed openstack/cinder master: [SVF]:Fix add volumes to GMCV group  https://review.opendev.org/c/openstack/cinder/+/78409218:22
opendevreviewRajat Dhasmana proposed openstack/cinder master: Support Images API v2.11  https://review.opendev.org/c/openstack/cinder/+/75565418:33
opendevreviewmitya-eremeev-2 proposed openstack/cinder master: Fix simultaneous volume reservation error.  https://review.opendev.org/c/openstack/cinder/+/80507218:33
opendevreviewmitya-eremeev-2 proposed openstack/cinder master: Fix simultaneous volume reservation error.  https://review.opendev.org/c/openstack/cinder/+/80507218:38
gkskTo the reviewers  please review this patch related to fix for update replication properties fix for empty values 19:04
gksk https://review.opendev.org/c/openstack/cinder/+/80161719:05
*** dviroel|ruck is now known as dviroel|ruck|out19:07
opendevreviewBrian Rosmaita proposed openstack/cinder master: mypy: update retry decorator in utils.py  https://review.opendev.org/c/openstack/cinder/+/80507719:44
opendevreviewBrian Rosmaita proposed openstack/cinder master: Support Images API v2.11  https://review.opendev.org/c/openstack/cinder/+/75565420:01
opendevreviewEric Harney proposed openstack/cinder master: Remove unused config imports/objects  https://review.opendev.org/c/openstack/cinder/+/80508320:46
opendevreviewBrian Rosmaita proposed openstack/cinder master: Test glance with cinder backend optimization  https://review.opendev.org/c/openstack/cinder/+/75793622:02
opendevreviewMerged openstack/cinder master: mypy: create_volume flows  https://review.opendev.org/c/openstack/cinder/+/78093322:29
opendevreviewMerged openstack/cinder master: mypy: image cache  https://review.opendev.org/c/openstack/cinder/+/78836322:29
opendevreviewMerged openstack/cinder master: Doc: IBM Storages user documentation update  https://review.opendev.org/c/openstack/cinder/+/80390122:29
opendevreviewMerged openstack/cinder master: LVM: Retry lvextend commands on code 139  https://review.opendev.org/c/openstack/cinder/+/80502622:29

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!