Wednesday, 2023-02-01

opendevreviewMerged openstack/cinder stable/wallaby: Check VMDK subformat against an allowed list  https://review.opendev.org/c/openstack/cinder/+/87162702:06
opendevreviewOpenStack Proposal Bot proposed openstack/cinder master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/cinder/+/87191902:13
opendevreviewMerged openstack/cinder master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/cinder/+/87191904:01
opendevreviewHao Wang proposed openstack/cinder master: Support multiple filters together for volume time comparison filter  https://review.opendev.org/c/openstack/cinder/+/74014607:13
whoami-rajatsimondodsley, hey, any reason why pure FC CI is failing and non-voting? 10:40
whoami-rajatpure-devstack-cinder-tempest-fc-aio http://openstack-logs.purestorage.com/60/855060/13/thirdparty-check/pure-devstack-cinder-tempest-fc-aio/421180d/ : FAILURE in 1h 55m 31s (non-voting)10:40
*** dviroel|uot is now known as dviroel|rover11:30
rosmaitastable cores (other than sean): can I get a second +2 on my CVE patch backport to victoria, please?12:53
rosmaitahttps://review.opendev.org/c/openstack/cinder/+/87162812:53
rosmaitae0ne eharney enriquetaso geguileo hemna jungleboyj whoami-rajat ^^12:53
LarsErikPhi! I wonder if anything was done with this? https://specs.openstack.org/openstack/cinder-specs/specs/yoga/optimize-upload-volume-to-rbd-store.html12:54
LarsErikPI.. would really like it to be implemented :p12:54
whoami-rajatrosmaita, the conflicts keep increasing every release :D13:44
rosmaitawhoami-rajat: on the plus side, it does mean that we've introduced some new features/improvements in the code over the past few cycles!13:57
whoami-rajatyeah, that's an good perspective on it!13:58
whoami-rajats/an/a13:58
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 happystacker13:59
opendevreviewJean-Sébastien Bevilacqua proposed openstack/cinder master: Add cinder Driver for Lustre  https://review.opendev.org/c/openstack/cinder/+/85378514:04
opendevreviewJean-Sébastien Bevilacqua proposed openstack/cinder master: Add cinder Driver for Lustre  https://review.opendev.org/c/openstack/cinder/+/85378514:10
opendevreviewJean-Sébastien Bevilacqua proposed openstack/os-brick master: Add Lustre support in remote fs  https://review.opendev.org/c/openstack/os-brick/+/85378714:11
opendevreviewJean-Sébastien Bevilacqua proposed openstack/cinder master: Add cinder Driver for Lustre  https://review.opendev.org/c/openstack/cinder/+/85378514:20
opendevreviewEric Harney proposed openstack/os-brick master: Bump hacking to 4.1.0  https://review.opendev.org/c/openstack/os-brick/+/87213714:46
opendevreviewMerged openstack/cinder master: Dell PowerStore: Volume caching exception support  https://review.opendev.org/c/openstack/cinder/+/86775314:48
dosaboyhi folks, we've had a patch up for a little while that is impacting us quite badly and i was wondering if anyone could help with reviews14:49
dosaboythe patch is at https://review.opendev.org/c/openstack/cinder/+/86848514:50
dosaboy(and thanks!)14:52
eharneydosaboy: do you know if large metadata values were previously allowed there?14:53
dosaboyeharney: iiuc they were always constrained to small values but i dont know if there was a reason behind that14:54
dosaboyi.e. there were using https://github.com/openstack/cinder/blob/master/cinder/api/validation/parameter_types.py#L15014:55
dosaboywith 255 char limit14:55
eharneyi was thinking before we added the validation layer14:55
eharneybut thanks, seems like a significant one to review and sort out14:56
dosaboyack14:56
gansowhoami-rajat: hi! could you please re-review https://review.opendev.org/c/openstack/cinder/+/812685/ when you have a minute? it addresses your previous concerns and rosmaita has +2'ed it 15:02
whoami-rajatganso, i already reviewed it, ok i see, the W+1 was removed due to a rebase15:03
whoami-rajatganso, done15:03
gansowhoami-rajat: thanks!15:04
whoami-rajatnp15:04
enriquetasookay15:04
enriquetasobug meeting 15:04
enriquetaso#startmeeting cinder_bs15:05
opendevmeetMeeting started Wed Feb  1 15:05:07 2023 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.15:05
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:05
opendevmeetThe meeting name has been set to 'cinder_bs'15:05
whoami-rajathi15:05
enriquetasoToday we have 4 bugs 15:05
enriquetasohello15:05
enriquetaso#topic Quotas rollback error when retype failed 15:05
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200423915:05
enriquetasoIf admin tenants do retype to a volume owned by other tenants, and it fails for some reason, quota rollback will fail. Because it will try to find reservations with the admin tenant's project_id but not the volume owner's.15:05
*** dviroel|rover is now known as dviroel|rover|lunch15:06
enriquetasoi forget to ask the cinder version the reporter is using15:06
enriquetasobut looks like something cinder should fix soon15:06
whoami-rajatmaybe it's addressed in geguileo quota work but that might take some time to merge15:08
enriquetasooh, true, i'll check and add a comment for that then15:09
enriquetasomoving on15:09
enriquetaso#topic  Hitachi: Cinder scheduler is down if backend is down 15:09
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200414015:10
enriquetasoWhen the backend is down, the Cinder scheduler is also down with a key error,15:10
enriquetasobecause Hitachi driver doesn't return all required keys in update_volume_stats().15:10
enriquetasoFix proposed to master:15:10
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/87126915:10
enriquetasoi left a comment on the patch, needs update15:10
eharneyif the bug report is correct, we need a fix for the scheduler, not just the hitachi driver, which is what is proposed15:10
enriquetasomoving on15:10
eharneythat fix misses the actual problem15:11
enriquetasogood point15:11
enriquetasoim not sure how other drivers deal with the same problem15:12
enriquetasoif confirmed, we would need a new bug report for the scheduler along 15:12
enriquetasoi'll left a comment and try to reproduce if nobody volunteers to do it 15:13
enriquetasookay.. last two bugs15:17
enriquetaso#topic  [doc] Update 'Introduction to the Block Storage service in cinder' 15:17
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200441915:17
enriquetasoThe documentation states that "With the Block Storage service, you can attach a device to only one instance." However, Cinder multiattach was introduced in Queens, as described here https://docs.openstack.org/cinder/latest/admin/volume-multiattach.html. Please update the documentation to reflect that multiattach is possible in some scenarios.15:17
enriquetasoThis could be a potential intern first contribution for Outreachy potential intern15:18
rosmaitagood idea!15:18
whoami-rajat+115:18
enriquetaso:D cool15:19
enriquetasolast one15:19
enriquetaso#topic Replace plain Mock() calls with autospec=True or Mock(spec) 15:19
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200417415:19
enriquetasothis is intended for potential Outreachy interns too15:19
enriquetasoCinder has some tests with assertion typo's or plain calls to Mock() or MagicMock() resulting in those tests not testing code correctly.15:19
enriquetaso"The refactored code would replace plain Mock() calls with Mock(spec) calls15:19
enriquetasoor you can either pass autospec=True to patch() / patch.object() or use the create_autospec() function to create a mock with a spec. We want stronger mocks by using specs, do the right thing where needed to get this."15:19
enriquetasookay!15:21
eharneyi have one other bug to mention15:21
opendevreviewMerged openstack/cinder stable/victoria: Check VMDK subformat against an allowed list  https://review.opendev.org/c/openstack/cinder/+/87162815:21
enriquetasosure eharney 15:21
opendevreviewMerged openstack/cinder master: [Pure Storage] Add support for 3-site, trisync, replication.  https://review.opendev.org/c/openstack/cinder/+/86236515:21
eharneyi just wrote https://bugs.launchpad.net/cinder/+bug/2004484 - rosmaita might be interested in this one15:21
eharneytox4 isn't showing useful output that tox3 did, we should fix it somehow15:21
enriquetaso#topic  list dependencies with tox4 15:21
eharneybecause this is annoying15:22
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/200448415:22
enriquetasosounds fine15:22
eharneypreviously we logged all packages used in the env, now it doesn't unless you pass in an env variable15:22
rosmaitawe do have pip freeze output on the ci jobs, though15:22
eharneyoh, well that's good i guess15:22
rosmaitai'm just being a jerk because i didn't think of it15:23
enriquetasolike tox -e pipfreeze?15:23
rosmaitano, more like .tox/envname/bin/pip freeze15:23
rosmaitause the pip from the testenv15:23
eharneyi didn't see an obvious way to set something in tox.ini to just make it do this, but it would be good for local developers to have it IMO15:24
rosmaitaeharney: are you talking about the list of stuff that's all in one line just before the tests run?15:24
eharneyrosmaita: yeah15:24
rosmaitaok, i always ignore it as hard to read and grep the pip freeze output15:24
rosmaitayeah, if you find the output useful, i don't object to adding the CI=115:25
eharneyright, but i don't know how to add that for the local developer case :)15:25
rosmaitai think just in the setenv= in the testenv definition?15:26
rosmaitai can try it out later if you don't have time15:26
eharneyi think that sets it too late for it to do anything15:26
eharneyi tested it and didn't work, anyway15:26
rosmaitaok, well i am all out of ideas then15:26
eharneyanyway, i wrote a bug because i wanted to do something else today, no need to figure it out now15:26
rosmaitaok, cool15:27
rosmaitai have one15:27
rosmaitahttps://review.opendev.org/c/openstack/cinder/+/87197615:27
rosmaitaenriquetaso: i asked on the patch to file a new bug15:27
rosmaitait can be a public security bug, it's a "hardening opportunity"15:27
enriquetasooh okay15:27
rosmaitajust want to give you a heads-up so you don't freak out when you see it15:28
eharneylooks like a nice hardening patch15:28
enriquetasothanks rosmaita 15:28
enriquetasosounds good then15:28
rosmaitayeah, i think it's worth doing, just object to it being snuck in as related to the latest CVE bug15:28
enriquetasookay, do we have more bugs?15:29
enriquetasolet's close for today's15:29
enriquetasothank you for joining!!15:29
rosmaitathanks enriquetaso15:29
enriquetaso#endmeeting15:29
opendevmeetMeeting ended Wed Feb  1 15:29:39 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:29
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2023/cinder_bs.2023-02-01-15.05.html15:29
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2023/cinder_bs.2023-02-01-15.05.txt15:29
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2023/cinder_bs.2023-02-01-15.05.log.html15:29
opendevreviewMerged openstack/cinder master: [Pure Storage] Fix issue with loss of replicated array  https://review.opendev.org/c/openstack/cinder/+/85506015:43
opendevreviewSimon Dodsley proposed openstack/cinder stable/zed: [Pure Storage] Fix issue with loss of replicated array  https://review.opendev.org/c/openstack/cinder/+/87230715:44
*** dviroel|rover|lunch is now known as dviroel|rover15:57
rosmaitastable cores: could use reviews on this to unblock the ussuri gate: https://review.opendev.org/c/openstack/cinder/+/87179216:12
opendevreviewJean-Sébastien Bevilacqua proposed openstack/cinder master: Add cinder Driver for Lustre  https://review.opendev.org/c/openstack/cinder/+/85378516:59
opendevreviewSofia Enriquez proposed openstack/devstack-plugin-nfs master: Runs all encrypted scenario tests  https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/74290517:45
*** dviroel_ is now known as dviroel|rover_18:36
*** dviroel|rover_ is now known as dviroel|rover18:38
*** dviroel_ is now known as dviroel|rover19:51
hemnamep19:57
jungleboyjboop20:17
opendevreviewMerged openstack/cinder master: Filter reserved image properties  https://review.opendev.org/c/openstack/cinder/+/81268521:44

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