Wednesday, 2023-02-15

opendevreviewMerged openstack/cinder stable/ussuri: [stable-em only] move grenade jobs to experimental  https://review.opendev.org/c/openstack/cinder/+/87179202:40
opendevreviewKonrad Gube proposed openstack/cinder master: Add the os-extend_volume_completion volume action  https://review.opendev.org/c/openstack/cinder/+/87355709:51
opendevreviewKonrad Gube proposed openstack/cinder master: NFS: Add online extend support  https://review.opendev.org/c/openstack/cinder/+/87368609:51
opendevreviewKonrad Gube proposed openstack/cinder master: Netapp NFS: Add online extend support  https://review.opendev.org/c/openstack/cinder/+/87388909:51
opendevreviewMerged openstack/cinder master: Doc: Branding change for Spectrum Virtualize family  https://review.opendev.org/c/openstack/cinder/+/87308311:00
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Delete volume and cloned-volume concurrently  https://review.opendev.org/c/openstack/cinder/+/84330911:21
opendevreviewJean Pierre Roquesalane proposed openstack/cinder master: PowerMax Driver - Fix for force flag  https://review.opendev.org/c/openstack/cinder/+/79797012:20
whoami-rajatjbernard, rosmaita hey, can you take a look at this release patch? https://review.opendev.org/c/openstack/releases/+/87352012:26
opendevreviewSofia Enriquez proposed openstack/cinder master: Replace plain Mock() call with spec  https://review.opendev.org/c/openstack/cinder/+/87390512:58
opendevreviewSofia Enriquez proposed openstack/cinder master: Replace plain Mock() call with spec  https://review.opendev.org/c/openstack/cinder/+/87390513:06
jbernardwhoami-rajat: done13:53
whoami-rajatjbernard, thanks13:53
whoami-rajatCinder meeting in #openstack-meeting-alt at 1400 UTC13:59
whoami-rajatjungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard sfernand enriquetaso hemna fabiooliveira yuval tobias-urdin adiare happystacker dosaboy happystacker13:59
opendevreviewSathyanarayana R proposed openstack/cinder master: [SVf] As part of Flashcopy 2.0 adding config parameter to support volumegroup  https://review.opendev.org/c/openstack/cinder/+/86930215:00
hemna-anyone know off the top of their heads how the service list state is tracked ?  (re cinder service-list)15:03
hemna-I have a cinder-scheduler that has bailed out due to an exception and yet the service is still marked as up15:03
enriquetaso#startmeeting cinder_bs15:03
opendevmeetMeeting started Wed Feb 15 15:03:59 2023 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.15:03
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:03
opendevmeetThe meeting name has been set to 'cinder_bs'15:03
enriquetasohello, welcome to the bug meeting15:04
enriquetaso#topic Failure to mount volumes with LUN ID > 25515:04
enriquetaso#link https://bugs.launchpad.net/os-brick/+bug/2006960 15:04
enriquetasoPure Storage by default uses peripheral addressing for LUN ID < 256 while it uses flat addressing for LUN >= 256 .15:05
enriquetasoAt some point, we stop discovering new volumes. It looks like /sys/class/scsi_host/host13/device/session7/target13:0:0/ targets goes from 13:0:0:1 to 13:0:0:255 and after that, no new luns can be mapped to the compute server.15:05
enriquetasoThe reason of this is explain in https://bugzilla.redhat.com/show_bug.cgi?id=1975368#c515:06
enriquetasoi think there's people working on this but not fix proposed to master yet15:06
whoami-rajatisn't this a OS limitation that only allows LUN IDs from 0-255 ?15:07
enriquetasooh, sorry, i lost track of it 15:09
enriquetasoyes.. okay, then i'm not sure what is the state of the bug 15:09
enriquetasoi think it's out of cinder scope15:09
whoami-rajatI'm going through it, the bug also says RHEL is able to detect those LUNs but not os-brick15:09
hemna-https://access.redhat.com/solutions/512095115:09
whoami-rajatneeds further investigation15:09
enriquetasohemna-++15:10
enriquetasookay, i'll point the articule and let's see what the reporter says15:12
opendevreviewLukas Piwowarski proposed openstack/cinder-tempest-plugin master: Enable enforce_scope in -protection-functional job  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/87393915:12
whoami-rajatgeguileor,  has a proposed solution which will require changes in the pure driver and os-brick code15:13
whoami-rajatThe solution would be to add a parameter to the connection information that tells the addressing mode when a conversion is needed (defaults to no conversion), and add the code to handle different values in os-brick.15:13
whoami-rajatwe can surely discuss it during PTG15:14
geguileorwhoami-rajat: I think we first need to know if someone would be working on this...15:14
geguileorIt's easy work, but special hardware may be required15:15
whoami-rajatok, would be good to bring it up during PTG and see it there are any takers15:15
enriquetasomaybe the reporter would be interested in working on it, i'll leave a question asking happystacker15:15
rosmaitaseems like Pure would be interested in this15:15
enriquetasookay15:16
enriquetasosounds good to me15:16
opendevreviewBrian Rosmaita proposed openstack/cinder-tempest-plugin master: Get ready for tox 4  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/86831915:16
enriquetasomoving on15:17
happystackerenriquetaso: I'm not the reporter or did I miss anything?15:17
enriquetasooh, sorry about it happystacker 15:17
enriquetasolol15:18
happystackerenriquetaso: np15:18
enriquetaso#topic Error created new rsc_name in linstor driver15:18
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200727515:18
enriquetasoLinstor driver ran into a problem with creating new volumes using the linstor driver. In the linstor logs, we see that cinder is trying to create a resource with an empty name.15:18
enriquetasotoo much `linstor` wording in that sentence 15:19
enriquetasoNo fix proposed to master yet15:19
happystackername should be different from id15:19
happystackerlike volume-<id>15:20
happystackeror something similar15:20
opendevreviewVladislav Belogrudov proposed openstack/cinder master: Fix temp volume project id for Tatlin storage  https://review.opendev.org/c/openstack/cinder/+/85829315:21
opendevreviewVladislav Belogrudov proposed openstack/cinder master: Tatlin Unified driver - simplify code  https://review.opendev.org/c/openstack/cinder/+/86249115:21
opendevreviewVladislav Belogrudov proposed openstack/cinder master: Tatlin Unified driver - remove unused code  https://review.opendev.org/c/openstack/cinder/+/86248915:21
enriquetasoi've left a comment happystacker, thanks15:21
opendevreviewVladislav Belogrudov proposed openstack/cinder master: Tatlin unified driver - rename tatlin_api object  https://review.opendev.org/c/openstack/cinder/+/86249015:21
whoami-rajatthey're passing volume['id'] to the _is_clean_volume_name function15:21
whoami-rajati guess they should pass volume.name15:21
opendevreviewVladislav Belogrudov proposed openstack/cinder master: Tatlin unified driver - rename tatlin_api object  https://review.opendev.org/c/openstack/cinder/+/86249015:21
enriquetasoexcellent 15:24
enriquetasoi've update with this comments15:24
enriquetasothanks15:24
enriquetasomoving on15:24
enriquetaso#topic  NFS Encryption Clone operation is broken15:24
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200713915:24
enriquetasoThis bug report aims to track the NFS encryption work. Is the last bug as far as I can tell and it has a fix proposed to master already. 15:24
enriquetasoThe work for the NFS can be track using 15:24
enriquetaso#link https://review.opendev.org/q/topic:bp%252Fnfs-volume-encryption15:24
enriquetasoInitial work is ready for reviews, please review after the priorities for this week:15:25
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/74915515:25
enriquetasoOK, moving on ( I have 5 minutes left)15:25
enriquetaso#topic Service token does not work if user auth is token based15:26
enriquetaso#link https://bugs.launchpad.net/keystone/+bug/2006631 15:26
enriquetasoLooks like a Keystone bug so I've removed Cinder from it. 15:26
enriquetasorosmaita, ^15:26
rosmaitai think that's correct15:26
rosmaitawe can always get added back if keystone disagrees15:26
happystackerit's keystone right?15:26
rosmaitabut it looks like maybe a configuration problems15:26
happystackerdon't know what we can do about this one15:26
rosmaitahappystacker: well, keystoneauth1 specifically15:27
happystackercorrect15:27
rosmaitai'm not sure what the constraints are on how you configure the service users in the various config files15:27
rosmaitaso hopefully keystone has some docs or something15:27
enriquetasoI'll keep an eye on it then15:28
enriquetasolast bug:15:28
enriquetaso#topic Inaccurate docstring test_boot_cloned_encrypted_volume15:28
enriquetaso#link https://bugs.launchpad.net/cinder-tempest-plugin/+bug/200659415:28
enriquetasoIt's an error on a docstring. It's a good low-hanging-fruit for Outreachy potential intern15:29
enriquetasoThank you for being so active today and joining the bug meeting!15:29
happystackerthan you15:30
enriquetaso#endmeeting15:30
opendevmeetMeeting ended Wed Feb 15 15:30:13 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:30
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2023/cinder_bs.2023-02-15-15.03.html15:30
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2023/cinder_bs.2023-02-15-15.03.txt15:30
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2023/cinder_bs.2023-02-15-15.03.log.html15:30
happystackerthank you15:30
enriquetasohappystacker++15:30
opendevreviewJean Pierre Roquesalane proposed openstack/cinder master: WIP: PowerMax driver - documentation update  https://review.opendev.org/c/openstack/cinder/+/87394515:57
opendevreviewSimon Dodsley proposed openstack/cinder master: [Pure Storage] Add new array status for replication capability  https://review.opendev.org/c/openstack/cinder/+/87126117:33
opendevreviewMerged openstack/os-brick master: Update hacking to 5.0  https://review.opendev.org/c/openstack/os-brick/+/87308517:36
SathyaHi Reviwers,can you review the patch https://review.opendev.org/c/openstack/cinder/+/86930217:46
Sathyacomments are addressed, Hoping to get this merged before code freeze17:46
opendevreviewMerged openstack/cinder master: Update hacking to 5.0 series  https://review.opendev.org/c/openstack/cinder/+/87340617:46
opendevreviewSimon Dodsley proposed openstack/cinder master: [Pure Storage] Add new array status for replication capability  https://review.opendev.org/c/openstack/cinder/+/87126118:37

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