Wednesday, 2021-11-03

opendevreviewzhen proposed openstack/cinder stable/xena: Update rbd warning message  https://review.opendev.org/c/openstack/cinder/+/81634202:48
opendevreviewzhen proposed openstack/cinder stable/victoria: Update rbd warning message  https://review.opendev.org/c/openstack/cinder/+/81634302:49
*** redrobot2 is now known as redrobot05:58
opendevreviewZohar Mamedov proposed openstack/cinder-specs master: Os-brick NVMeoF connector multipathing spec  https://review.opendev.org/c/openstack/cinder-specs/+/81561308:45
opendevreviewyangheng proposed openstack/cinder master: Support Cinder FC driver for TOYOU NetStor  https://review.opendev.org/c/openstack/cinder/+/81644309:44
*** dviroel|out is now known as dviroel|rover11:21
opendevreviewMounika Sreeram proposed openstack/cinder master: [SVF] Fix Retype issue of mirror volume  https://review.opendev.org/c/openstack/cinder/+/81632411:40
rosmaitaCourtesy reminder: Cinder meeting in #openstack-meeting-alt at 1400 UTC13:59
rosmaitajungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard sfernand enriquetaso hemna fabiooliveira ^^13:59
rosmaita(sorry, kind of late ... not much of a reminder)13:59
jungleboyj:-)14:00
enriquetaso#startmeeting cinder_bs14:41
opendevmeetMeeting started Wed Nov  3 14:41:13 2021 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.14:41
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:41
opendevmeetThe meeting name has been set to 'cinder_bs'14:41
enriquetasoWelcome back to the bug meeting. 14:41
rosmaitao/14:41
enriquetasoYou can check the full bug report in the next link14:41
enriquetaso#link http://lists.openstack.org/pipermail/openstack-discuss/2021-November/025657.html14:41
enriquetasohello14:41
enriquetasoFive new bugs reported this period and one that I'd like to bring to your attention. 14:41
enriquetaso#topic bug_1 No available space check for image_conversion_dir in cinder-volume on upload-to-image 14:41
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/179858914:42
enriquetasoimage_conversion_dir of the cinder-volume service can be filled up while performing upload-to-image of the large volume, because there is no check_available_space() being executed during this operation.14:42
enriquetasoLooks like this is a limitation acknowledge :14:42
enriquetaso#link https://opendev.org/openstack/cinder/src/branch/master/cinder/image/image_utils.py#L326-L32814:42
enriquetasoSince this is an old bug, maybe we already discussed this and it's not a valid bug. However, I think this bug is valid and we could add  check_available_space() to check the space before converting.14:42
enriquetasoIn addition, check_available_space() is performed while creating a volume from an image. I'm 100% sure we can use it in this case.14:43
enriquetaso#link https://opendev.org/openstack/cinder/src/branch/master/cinder/image/image_utils.py#L89214:43
eharneyyeah, we've seen this problem come up a few times, we should add a check for this14:44
jungleboyj++14:44
rosmaitamakes sense14:44
enriquetasocool, I can work on this14:45
enriquetasoJust for the recording:14:45
enriquetaso- bug for create volume from large image fails due to incorrect space check:14:45
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/175642514:45
enriquetaso- Do not check available space for image conversion on block devices14:45
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/63350014:45
enriquetaso#action(enriquetaso): add a check for upload-to-image14:45
enriquetasothanks!14:45
enriquetasomoving on14:46
enriquetaso#topic bug_2 can't restore to a volume from a different az -  cinder backup tries to restore to the wrong host14:46
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194931314:46
enriquetasoc-vol: ceph14:47
enriquetasoc-bak: Swift14:47
enriquetasoSummary: restore volume by creating a new volume and passing in backup id and az1 (or az2, doesn't matter) - this will go to error_restoring 50% of the time. The volume is created at az1 and then logs: Backend does not support creating volume from backup 967f369f-c269-4393-aebb-14d570cc3baa. It will directly create the raw volume at the backend and then schedule the request to the backup service to restore the volume with backup.14:47
enriquetasoI haven't check to see what happens using diff c-bak backend14:47
enriquetasoFix proposed to master14:47
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/81610414:47
enriquetasolooks like a valid bug14:47
enriquetasoplease feel free to review the fix :)14:48
rosmaitanice, the bug filer also proposed a fix14:49
enriquetasoyes, moving on.. only 2 left 14:49
enriquetaso#topic bug_3 Cinder can't manage external NFS share because generic-nfs doesn't have the manage_existing_get_size method14:49
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194918914:49
enriquetasoI was wondering why this hasn't popped up earlier. Maybe it's not common to manage external shares.14:49
enriquetasoIt doesn't have a fix yet.14:49
enriquetasowe can add this one to nfs bug list eharney :(14:50
eharneyit's a known feature limitation14:50
eharneyi think..14:51
enriquetasoOK14:52
enriquetasowell, i guess there's no more to do, just fix it 14:52
enriquetasolast one:14:53
enriquetaso#topic bug_4 Error when deleting encrypted volume backup from another project14:53
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194648314:53
enriquetasoFix is proposed here14:53
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/81319114:53
enriquetaso1. user creates encrypted volume (https://docs.openstack.org/cinder/latest/configuration/block-storage/volume-encryption.html)14:53
enriquetaso2. user creates backup from this encrypted volume14:53
enriquetaso3. admin user (logged into admin project) tries to delete that backup14:53
enriquetasoThe reporter presume that in other places this code is executed when such loading has already happened (like in cinder-api on volume delete, where [keystone_authtoken] section was naturally processed already and the required plugin was already properly loaded in order to validate the incoming request in the first place), however with backups, this function is called from the cinder-backup that has not loaded anything (yet?).14:54
enriquetasoFeel free to review the fix :)14:54
rosmaitalooks like eric already took a look on an earlier patch set14:55
enriquetasotrue, thanks eric14:56
eharneyyeah, i'm not an expert on this, but it looks reasonable14:56
enriquetasowell, that's all i have for today's meeting14:56
rosmaitai'll put it on my list14:57
rosmaitathanks sofia14:57
enriquetaso#topic open discussion 14:57
enriquetasothanks brian14:57
enriquetasowe have 3 minutes to get a coffee before the other meeting14:58
enriquetaso214:58
rosmaitanothing from me, other than nice work setting up the bug squad meeting sofia14:58
enriquetasothanks everyone !14:58
enriquetaso#endmeeting14:58
opendevmeetMeeting ended Wed Nov  3 14:58:29 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:58
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-11-03-14.41.html14:58
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-11-03-14.41.txt14:58
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-11-03-14.41.log.html14:58
*** dviroel|rover is now known as dviroel|rover|afk19:45
opendevreviewGhanshyam proposed openstack/cinder master: Remove broken tempest-full-py3-opensuse15 job  https://review.opendev.org/c/openstack/cinder/+/81657320:57
*** dviroel|rover|afk is now known as dviroel|rover21:29
*** dviroel|rover is now known as dviroel|rover|out22:18

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