Wednesday, 2022-07-13

*** dviroel|rover is now known as dviroel|out00:10
sfernandwhoami-rajat: just realized I’d forgotten to add the link to the patch I mentioned earlier https://review.opendev.org/c/openstack/cinder/+/80295502:01
sfernand:|02:01
opendevreviewOleg proposed openstack/cinder master: PowerStore driver - Request data validation fix  https://review.opendev.org/c/openstack/cinder/+/84962608:08
opendevreviewOleg proposed openstack/cinder master: PowerStore driver - Request data validation fix  https://review.opendev.org/c/openstack/cinder/+/84962608:12
opendevreviewOleg proposed openstack/cinder master: PowerStore driver - Request data validation fix  https://review.opendev.org/c/openstack/cinder/+/84962608:14
opendevreviewAlexander Malashenko proposed openstack/cinder master: Add Cinder NFS driver for Dell PowerStore  https://review.opendev.org/c/openstack/cinder/+/79760809:15
*** dviroel is now known as dviroel|rover12:12
whoami-rajatCinder meeting in #openstack-meeting-alt at 1400 UTC13:58
whoami-rajatjungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard sfernand enriquetaso hemna fabiooliveira yuval tobias-urdin13:58
rosmaitawhoami-rajat: ty13:58
whoami-rajatnp13:59
geguileowhoami-rajat: thanks13:59
*** senrique__ is now known as enriquetaso14:05
opendevreviewSimon Dodsley proposed openstack/cinder master: Add additional transport type constants  https://review.opendev.org/c/openstack/cinder/+/84969014:30
opendevreviewOleg proposed openstack/cinder master: PowerStore driver - Request data validation fix  https://review.opendev.org/c/openstack/cinder/+/84962614:39
opendevreviewSimon Dodsley proposed openstack/cinder master: Add Pure Storage NVMe-RoCE driver  https://review.opendev.org/c/openstack/cinder/+/79987114:44
-opendevstatus- NOTICE: Due to an incident in our hosting provider, the tarballs.opendev.org site (and possibly other sites served from static.opendev.org) is offline while we attempt recovery14:52
*** dviroel|rover is now known as dviroel|rover|biab14:53
geguileorosmaita: os_brick/initiator/connectors/rbd.py15:06
rosmaitais that the only one?15:06
geguileorosmaita: that's the relevant file to make the ceph job vote15:06
rosmaitaok, cool, that's easy15:06
geguileoanything else is commong to other connectors as well15:06
eharneyi would say utils.py, too15:06
whoami-rajatgeguileo, how about https://github.com/openstack/os-brick/blob/master/os_brick/initiator/linuxrbd.py ?15:07
rosmaitaeharney: don't get greedy!15:07
geguileoeharney: +115:07
geguileorosmaita: and even os_brick/initiator/connector.py15:07
rosmaitaok, so connector, utils, linuxrbd15:07
rosmaitaand base connector15:07
eharneywell utils.py is what just broke us15:07
geguileowhoami-rajat: +115:07
geguileoeharney: but it broke us with a change in rbd.py as well15:08
eharneyok15:08
rosmaitaok, i will start with those and we can fight it out on the patch15:08
geguileoso those 4 files15:08
eharneyi'll +2 whatever15:08
geguileoeharney: lol  that's the spirit!!!15:08
enriquetasoI'll start the bug meeting then :)15:09
enriquetaso#startmeeting cinder_bs15:09
opendevmeetMeeting started Wed Jul 13 15:09:23 2022 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.15:09
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:09
opendevmeetThe meeting name has been set to 'cinder_bs'15:09
geguileoenriquetaso: yes, sorry15:09
enriquetasoToday we have six new bugs.  15:09
enriquetasoFull email report15:09
enriquetaso#link https://lists.openstack.org/pipermail/openstack-discuss/2022-July/029521.html15:09
enriquetaso#topic RBD disconnect fails with AttributeError for startswith15:09
enriquetaso#link https://bugs.launchpad.net/os-brick/+bug/198145515:10
enriquetasoAs Gorka mentioned at the main meeting https://meetings.opendev.org/meetings/cinder/2022/cinder.2022-07-13-14.00.log.html#l-6615:10
enriquetasoThere are 4  high important patches to review and this is one of those.  We need those os-brick changes released for NVMe drivers to work. 15:10
enriquetasoFix proposed to master:15:11
enriquetaso#link https://review.opendev.org/c/openstack/os-brick/+/84954215:11
enriquetasoThe patch is waiting for some replies but it's the right way to go. Please review asap :)15:11
eharneygeguileo said he was going to go reply to a question there15:11
enriquetasoCool, thanks :) We also need those patches for the next os-brick release.15:12
enriquetaso#topic Dell PowerStore and Dell PowerMax 15:14
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/198106815:14
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/198142015:14
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/198087015:14
enriquetasoThere are some basic volume functionalities that are not working properly. 15:14
enriquetasoDo we have anyone from the Dell team that would like to add anything? :)15:14
enriquetasoPlease feel free to review them ^15:14
eharneyi'm adding "drivers" tags to these bugs15:14
enriquetasooops my bad15:15
eharneyalways helpful to delineate bugs that are purely driver bugs from core cinder issues15:15
amalashenkosure, about first bug, oleg working with that bug https://review.opendev.org/c/openstack/cinder/+/84962615:16
geguileoeharney: I just did15:16
enriquetasothanks amalashenko, i read you're new, do you have any question for the team? 15:17
* enriquetaso forgot about the "drivers" tag but she'll be more careful 15:18
amalashenkoyes, i have one question, about this bug https://bugs.launchpad.net/cinder/+bug/198142015:18
geguileoamalashenko: what's the question?15:20
amalashenkowhen we are trying to resize instance nova raises error, because cinder shows qcow2 format for volume but qemu-img info shows that volume has raw format, so, i can try to fix it15:20
amalashenkois this bug or no?15:20
geguileoamalashenko: where does Cinder say it's a qcow2 file?15:21
geguileobecause it may be referring to the image metadata15:21
geguileowhich is different from the volume itself15:21
amalashenkogot it, i see15:22
geguileoI'm not sure that's the case though15:22
amalashenkothem maybe there is a problem with nova?15:23
amalashenkothen15:23
geguileoamalashenko: you would have to check where cinder is saying that it's qcow215:25
enriquetasoI thinks we are going to need more info from you to check if this is a bug or not amalashenko (i.e steps to reproduce the problem, the c-vol logs with errors)15:25
amalashenkovolume_image_metadata field with qcow2 format15:25
geguileothat only refers to the source of the image15:26
geguileoafaik the volume doesn't have to match that15:26
geguileoeharney: whoami-rajat rosmaita enriquetaso is that correct?15:26
eharneyIIRC volume_image_metadata show info about the image used, if it was converted when being written to the volume, then yeah, the volume would be raw and that image would be recorded as qcow215:27
eharneyi'm unclear how this is linked to bug 198142015:28
amalashenkoi thought, when i create volume type with enable qcow2 format and try to write image on volume, volume will has raw format, but nova expected qcow2 format15:28
eharneynova will expect the format provided in the connection info for the volume, which is typically raw for iscsi/fc drivers (like i think we are discussing here)15:29
rosmaitaamalashenko: which driver are you seeing this with?15:30
amalashenkogeneric-nfs driver15:31
amalashenkoi wrote in the bug launchpad15:31
rosmaitai must be looking at the wrong bug15:32
enriquetasoi'm confused15:32
enriquetasoare we talking about https://bugs.launchpad.net/cinder/+bug/1981420 ?15:33
amalashenkosorry, my mistake 15:33
amalashenkohttps://bugs.launchpad.net/cinder/+bug/198156215:33
whoami-rajatgeguileo, yes, that's image format and not volume format, we've added a 'format' field in admin metadata for filesystem type drivers that can be seen with attachment show response15:33
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/198156215:34
enriquetasolooks like a bug15:38
whoami-rajati can take a look15:41
enriquetasothanks for bringing this up amalashenko. whoami-rajat will keep an eye on it :) thanks Rajat! and I'll add it on next week report15:42
amalashenkoi can work with it too, but after when NFS driver will merged :)15:42
enriquetasosounds good, moving on, because I have 2 bug left and no time15:42
enriquetaso#topic Infinidat Cinder driver does not return all iSCSI portals for multipath storage15:42
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/1981354 15:42
enriquetasoFix proposed to master15:42
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/84902215:42
enriquetasofeel free to review it! ^15:43
enriquetaso#topic [stable/yoga] Update attachment failed for attachment15:43
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/198121115:43
enriquetasoThe bug is incomplete and I left some questions on it. However, should I assign it to Nova? 15:43
enriquetasoSummary "Error 500: Unable to update attachment." I guess the volume it's attached to an instance 15:45
enriquetasowell, i guess i'll link nova to the bug as well but it's a cinder bug15:45
enriquetasoOK, i have no more time 15:46
enriquetasoThank you for attending the bug meeting!15:46
enriquetaso#endmeeting 15:46
opendevmeetMeeting ended Wed Jul 13 15:46:48 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:46
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2022/cinder_bs.2022-07-13-15.09.html15:46
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2022/cinder_bs.2022-07-13-15.09.txt15:46
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2022/cinder_bs.2022-07-13-15.09.log.html15:46
*** dviroel|rover|biab is now known as dviroel|rover16:11
opendevreviewGorka Eguileor proposed openstack/os-brick master: Support independent file lock path  https://review.opendev.org/c/openstack/os-brick/+/84932416:23
geguileorosmaita: ^ that includes the failsafe you requested16:23
rosmaitageguileo: ty!16:23
geguileonp16:23
opendevreviewGorka Eguileor proposed openstack/os-brick stable/yoga: RBD: Fix disconnect_volume for encrypted volumes  https://review.opendev.org/c/openstack/os-brick/+/84971816:27
geguileoeharney: jungleboyj ^ the backport of the patch you +2 on master and that's on its way to get merged16:28
opendevreviewMerged openstack/cinder stable/xena: PowerMax Driver - QoS should not be set on parent storage group  https://review.opendev.org/c/openstack/cinder/+/82174516:40
*** dviroel__ is now known as dviroel|rover|biab16:42
opendevreviewMerged openstack/cinder stable/xena: PowerMax Driver - Update unsupported retype combinations  https://review.opendev.org/c/openstack/cinder/+/82174616:45
*** dviroel|rover|biab is now known as dviroel|rover17:21
opendevreviewMerged openstack/os-brick master: RBD: Fix disconnect_volume for encrypted volumes  https://review.opendev.org/c/openstack/os-brick/+/84954217:24
opendevreviewSimon Dodsley proposed openstack/cinder master: Add Pure Storage NVMe-RoCE driver  https://review.opendev.org/c/openstack/cinder/+/79987121:24
opendevreviewSimon Dodsley proposed openstack/cinder master: Add Pure Storage NVMe-RoCE driver  https://review.opendev.org/c/openstack/cinder/+/79987122:22
opendevreviewBrian Rosmaita proposed openstack/os-brick master: WIP: make ceph job voting (sometimes)  https://review.opendev.org/c/openstack/os-brick/+/84975922:30
opendevreviewBrian Rosmaita proposed openstack/os-brick master: WIP: make ceph job voting (sometimes)  https://review.opendev.org/c/openstack/os-brick/+/84975922:47
opendevreviewBrian Rosmaita proposed openstack/os-brick master: WIP: make ceph job voting (sometimes)  https://review.opendev.org/c/openstack/os-brick/+/84975922:57
*** dviroel|rover is now known as dviroel|rover|Afk22:58
*** dviroel|rover|Afk is now known as dviroel|rover23:57

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