Wednesday, 2021-08-25

opendevreviewzhaoleilc proposed openstack/cinder master: Modify erroneous annotation  https://review.opendev.org/c/openstack/cinder/+/80591600:15
opendevreviewzhaoleilc proposed openstack/cinder master: Erroneous log location causes a misconception  https://review.opendev.org/c/openstack/cinder/+/79001400:48
opendevreviewMerged openstack/cinder stable/wallaby: Support Images API v2.11  https://review.opendev.org/c/openstack/cinder/+/80587702:25
opendevreviewGirishIBM proposed openstack/cinder master: [SVF]:Fix multiple lshost calls during attach.  https://review.opendev.org/c/openstack/cinder/+/77262303:59
opendevreviewRajat Dhasmana proposed openstack/cinder master: Add user messages for backup operations  https://review.opendev.org/c/openstack/cinder/+/78662704:36
opendevreviewMerged openstack/cinder stable/train: NFS: Update connection info on online snap create  https://review.opendev.org/c/openstack/cinder/+/80204806:20
opendevreviewRajat Dhasmana proposed openstack/cinder master: WIP: Add support for qcow2 image optimization in glance cinder config  https://review.opendev.org/c/openstack/cinder/+/80594906:34
*** akekane_ is now known as abhishekk08:19
opendevreviewVenkata krishna Thumu proposed openstack/cinder master: [SVF] Update rccg details for mirror volumes  https://review.opendev.org/c/openstack/cinder/+/78878208:52
stephenfinMorning o/ Friendly reminder that the remove-sqlalchemy-migrate series is still available and needs another reviewer. Nova closed out the effort last week \o/ https://review.opendev.org/q/topic:%2522bp/remove-sqlalchemy-migrate%2522+project:openstack/cinder09:04
whoami-rajatstephenfin, hey, can you take a look at my comment and see if it makes sense? https://review.opendev.org/c/openstack/cinder/+/78692809:16
stephenfinwhoami-rajat: sure09:17
stephenfinwhoami-rajat: Replied. tl;dr: I think it's necessary and I _could_ check to prove it, but I don't think it's not a big issue in any case and it could easily be addressed in a follow-up if necessary09:21
stephenfinso I'd be tempted to plough on, get this merged before M3 and then tidy it up after09:22
stephenfinif that's okay?09:22
whoami-rajatstephenfin, sounds good, +W09:25
stephenfinty!09:25
whoami-rajatstephenfin, also i had a doubt with the initial refactor patch, the sqlalchemy docs mention the type of import we're currently using, wanted to know if it's required for alembic work? https://review.opendev.org/c/openstack/cinder/+/78692709:30
stephenfinwhoami-rajat: It's certainly not mandatory, no. The reason I did that was because it was done in nova and I wanted to keep things as similar as possible to make reviewing easier (nova people could look at the cinder patches and vice versa)09:34
stephenfinand it was done in nova because we did a lot of refactoring of the nova.db module, and importing modules rather than objects resulted in smaller, more sensible imports and less chance of conflicts as the refactoring happened09:35
stephenfinI _could_ strip it out, but it's going to result in a huge merge conflicts that will be very tedious to resolve. I'll also lose the +2s I have higher up the series. Given it's not wrong and it is kept separate from more functional changes, I'd like to keep it if at all possible09:36
whoami-rajatyeah for cinder we've few imports that doesn't seem to be conflicting much with sa imports so i was confused, although it makes sense to import modules instead of classes for clarity (not sure why sqlalchemy docs doesn't mention it that way) and since smcginnis and eharney already voted so i won't object to it09:38
stephenfin🙏 thanks, I really did not want to do that horrible rebase 😅09:39
stephenfinI suspect the sqlalchemy docs (and sqlalchemy) don't use the "Do not import objects, only modules" rule from hacking like we do, though tbf sqlalchemy is one of the few exceptions carved out for whatever reason https://docs.openstack.org/hacking/latest/user/hacking.html#imports09:40
stephenfinanyway, keep the questions coming :)09:41
whoami-rajatstephenfin, np, thanks for your work on this09:43
*** dviroel|ruck|afk is now known as dviroel|ruck10:59
opendevreviewMerged openstack/cinder master: db: Use 'import sqlalchemy as sa' pattern  https://review.opendev.org/c/openstack/cinder/+/78692711:04
opendevreviewMerged openstack/cinder master: db: Reorder initial migration  https://review.opendev.org/c/openstack/cinder/+/78692811:18
enriquetasorosmaita, do we support stein?13:34
smcginnisStein is currently in extended maintenance: https://opendev.org/openstack/releases/src/branch/master/deliverables/stein/cinder.yaml#L6613:36
smcginnisThough not sure if there have been any discussions to move to EOL.13:36
rosmaitaenriquetaso: it's in extended maintenance, so we don't release from it any more, fixes get backported ... maybe13:36
rosmaitai think the oldest EOL branch is pike13:37
rosmaitawe were a bit ahead on that , but i think pike is EOL in most projects at this point (not sure though)13:37
toskybefore EOLing stein, we should EOL queens and rocky13:37
tosky(or all a the same time)13:37
toskyrosmaita: well, I wish it was, but ocata finally transitioned to EOL not long ago (days, maybe a few weeks)13:38
opendevreviewMerged openstack/cinder stable/victoria: Fix PowerFlex volume type conversion  https://review.opendev.org/c/openstack/cinder/+/79083913:38
rosmaitatosky: ok, thanks ... at least pike is EOL for cinder!13:38
toskyuhm, no, ocata EOL-ingis still onging (just seen a message on #openstack-release)13:39
rosmaitaok, that's good to know13:48
opendevreviewGorka Eguileor proposed openstack/cinder master: 3PAR: Fix race in concurrent attachments  https://review.opendev.org/c/openstack/cinder/+/75671113:50
rosmaitaEarly reminder: today's cinder meeting is on video + #openstack-meeting-alt at 1400 UTC13:56
rosmaitaconnection info: https://bluejeans.com/322852897313:56
rosmaitajungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney walshh_ jbernard sfernand enriquetaso hemna ^^13:56
enriquetasothanks13:57
jungleboyjrosmaita:  Thanks.  Will join as soon as I can.14:01
toskysame14:04
opendevreviewEric Harney proposed openstack/cinder master: Tests: Remove brick_lvm mocks from all unit tests  https://review.opendev.org/c/openstack/cinder/+/80600514:21
enriquetasowhoami-rajat++14:21
venkatakrishnatHi eharney, geguileo, 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. This patch got one CR +2 and waiting for workflow +2 14:21
*** lbragstad_ is now known as lbragstad14:39
enriquetaso#startmeeting cinder_bs14:54
opendevmeetMeeting started Wed Aug 25 14:54:30 2021 UTC and is due to finish in 60 minutes.  The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot.14:54
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:54
opendevmeetThe meeting name has been set to 'cinder_bs'14:54
enriquetasoFull list of bugs:14:54
enriquetaso#link http://lists.openstack.org/pipermail/openstack-discuss/2021-August/024431.html14:54
rosmaitao/14:54
enriquetaso#topic bug_1 [oslo.utils] Usage of human output is deprecated in QemuImgInfo14:54
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194054014:54
enriquetasoTakashi proposed a fix for this, please feel free to review it14:55
enriquetaso#link https://review.opendev.org/c/openstack/cinder/+/79966314:55
enriquetaso#topic bug_2 [os-brick] flush failed when both host and vm use lvm the multipath14:55
enriquetaso#link https://bugs.launchpad.net/os-brick/+bug/194060814:55
opendevreviewEric Harney proposed openstack/cinder stable/victoria: LVM: Retry lvextend commands on code 139  https://review.opendev.org/c/openstack/cinder/+/80582514:56
opendevreviewEric Harney proposed openstack/cinder stable/victoria: LVM: Use --readonly for lvdisplay in lv_has_snapshot  https://review.opendev.org/c/openstack/cinder/+/80600714:56
opendevreviewEric Harney proposed openstack/cinder stable/victoria: LVM: Retry lvdisplay and lvcreate calls on segfault  https://review.opendev.org/c/openstack/cinder/+/80600814:56
enriquetaso#topic bug_3 cinder-manage commands crash during db sync15:00
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194106815:00
enriquetaso#topic bug_4  Tests: Swift + S3 backup driver unit tests fail w/ RunTimeError 15:04
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194101115:04
enriquetaso#topic bug_5 [Stein] Multipathd delivers wrong path to Cinder15:07
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194085915:07
enriquetaso#topic bug_6  [Doc] Cinder retype installation is missing nova config 15:08
*** abhishekk is now known as akekane|home15:08
enriquetaso#link https://bugs.launchpad.net/cinder/+bug/194106215:08
*** akekane|home is now known as abhishekk15:08
opendevreviewMerged openstack/cinder stable/ussuri: PowerMax Driver - Fix for create snapshot  https://review.opendev.org/c/openstack/cinder/+/80547715:10
opendevreviewefineshi proposed openstack/os-brick master: flush failed when both host and vm use lvm the multipath  https://review.opendev.org/c/openstack/os-brick/+/80600915:14
enriquetaso#endmeeting15:15
opendevmeetMeeting ended Wed Aug 25 15:15:59 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:15
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-08-25-14.54.html15:15
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-08-25-14.54.txt15:15
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder_bs/2021/cinder_bs.2021-08-25-14.54.log.html15:15
rosmaitathanks, sofia!15:16
opendevreviewEric Harney proposed openstack/cinder master: Change 'host' option from HostAddressOpt to StrOpt  https://review.opendev.org/c/openstack/cinder/+/80601015:16
enriquetasothanks you rosmaita 15:16
opendevreviewGorka Eguileor proposed openstack/cinder master: Change the host config option type  https://review.opendev.org/c/openstack/cinder/+/80601115:19
sfernandif some core could take a look on netapp feature patches :) We are quite desperate for community reviews.15:20
sfernandhttps://blueprints.launchpad.net/cinder/+spec/ontap-storage-assisted-migration15:20
sfernandhttps://blueprints.launchpad.net/cinder/+spec/ontap-revert-to-snapshot15:20
sfernandhttps://blueprints.launchpad.net/cinder/+spec/ontap-report-provisioned-capacity15:20
sfernandAlso,I have some time to work on review so send me a message if needed. I'm not able to give a +2 but can antecipate some issues15:20
geguileoeharney: you were faster than me...15:20
eharneygeguileo: oh oops15:20
geguileoon the string patch, though mine has the release note15:20
geguileolol15:20
geguileoeharney: add the release note and I'll abandon mine15:20
opendevreviewEric Harney proposed openstack/cinder master: Change 'host' option from HostAddressOpt to StrOpt  https://review.opendev.org/c/openstack/cinder/+/80601015:33
amar___jungleboyj: rosmaita: Addressed all your comments https://review.opendev.org/c/openstack/cinder/+/790910 really need it get merged in xena, CI is also green15:39
opendevreviewGorka Eguileor proposed openstack/cinder master: Update snapshot api microversion docs and tests  https://review.opendev.org/c/openstack/cinder/+/79124016:16
opendevreviewGorka Eguileor proposed openstack/cinder master: Fix notifications of migration temp volume  https://review.opendev.org/c/openstack/cinder/+/78638316:16
opendevreviewGorka Eguileor proposed openstack/cinder master: Clear OVO history and compatibility  https://review.opendev.org/c/openstack/cinder/+/78638416:16
opendevreviewGorka Eguileor proposed openstack/cinder master: Improve quota usage for temporary resources  https://review.opendev.org/c/openstack/cinder/+/78638516:16
opendevreviewGorka Eguileor proposed openstack/cinder master: Expose volume & snapshot use_quota field  https://review.opendev.org/c/openstack/cinder/+/78638616:16
opendevreviewGorka Eguileor proposed openstack/cinder master: RBD: Don't flatten temporary resources  https://review.opendev.org/c/openstack/cinder/+/79049216:16
hemnamep17:38
opendevreviewSofia Enriquez proposed openstack/cinder master: WIP Try regular delete for snapshot or deferred deletion  https://review.opendev.org/c/openstack/cinder/+/80588718:04
opendevreviewBrian Rosmaita proposed openstack/cinder stable/victoria: Support Images API v2.11  https://review.opendev.org/c/openstack/cinder/+/80603818:18
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Add consumes quota field support  https://review.opendev.org/c/openstack/python-cinderclient/+/78740721:22
*** dviroel|ruck is now known as dviroel|out22:59

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