Thursday, 2021-09-02

opendevreviewTushar Trambak Gite proposed openstack/cinder master: Reset state robustification for group os-reset_status  https://review.opendev.org/c/openstack/cinder/+/80473503:36
opendevreviewRaghavendra Tilay proposed openstack/cinder master: HPE 3PAR: Add HPE Alletra 9k related information  https://review.opendev.org/c/openstack/cinder/+/80579605:17
*** akekane__ is now known as abhishekk05:54
zenkurohay! please check this driver bug fix, it is short and recommendations where addressed https://review.opendev.org/c/openstack/cinder/+/806191/307:34
opendevreviewSeena Fallah proposed openstack/cinder master: snapshot: allow revert to any point for rbd driver  https://review.opendev.org/c/openstack/cinder/+/80680708:33
opendevreviewRajat Dhasmana proposed openstack/cinder master: Fix: Online migration for volume_use_quota_online_data_migration  https://review.opendev.org/c/openstack/cinder/+/80708309:10
opendevreviewRajat Dhasmana proposed openstack/cinder master: Fix: Online migration for volume_use_quota_online_data_migration  https://review.opendev.org/c/openstack/cinder/+/80708309:21
zenkurosmcginnis: please give your opinion regarding small bugfix https://review.opendev.org/c/openstack/cinder/+/806191/309:39
raghavendrathi geguileo: this is regarding yesterday's code review https://review.opendev.org/c/openstack/cinder/+/80579609:57
raghavendratupdated release note. Can you please check. Thanks.09:58
venkatakrishnatHi eharney, geguileo, whoami-rajat: could you please have a look at this simple patch https://review.opendev.org/c/openstack/cinder/+/78878210:01
whoami-rajatvenkatakrishnat, left a comment10:11
manoj_katari^whoami-rajat: could you please review this change https://review.opendev.org/c/openstack/cinder/+/791281 10:51
manoj_kataricomments from brian are addressed already.10:51
*** dviroel|out is now known as dviroel|ruck11:19
opendevreviewRajat Dhasmana proposed openstack/cinder master: Support volume re-image  https://review.opendev.org/c/openstack/cinder/+/60634612:25
opendevreviewVenkata krishna Thumu proposed openstack/cinder master: [SVF] Update rccg details for mirror volumes  https://review.opendev.org/c/openstack/cinder/+/78878212:29
raghavendrathi jungleboyj: below patch was reviewed by you in last week. Made minor changes & added release note.12:32
raghavendratCan you please check. Thanks.12:32
raghavendrathttps://review.opendev.org/c/openstack/cinder/+/80579612:32
*** dviroel|ruck is now known as dviroel12:48
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681713:11
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681713:15
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681713:32
rosmaitafinal patch before we can release brick-cinderclient-ext: https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80698313:34
rosmaitae0ne eharney geguileo hemna jungleboyj smcginnis whoami-rajat enriquetaso ^^13:34
whoami-rajatdone13:37
rosmaitawhoami-rajat: ty, still need 1 more ^^13:38
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Add W503 to flake8 ignores  https://review.opendev.org/c/openstack/python-cinderclient/+/80715213:50
jungleboyjrosmaita: Done.13:58
rosmaitajungleboyj: ty!13:58
zenkuroSmall bug fix in driver is looking for a reviewers https://review.opendev.org/c/openstack/cinder/+/806191 14:06
zenkuroSmall bug fix in driver is looking for reviewers https://review.opendev.org/c/openstack/cinder/+/806191 14:06
venkatakrishnatHi corereviewers, In your free time, could you please review this patch https://review.opendev.org/c/openstack/cinder/+/784140 which is to fix Mirror volumes extend operation issues14:28
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681714:41
sfernandzenkuro: are you Andrei?14:55
sfernandzenkuro: I've added a few more comments to your patch. Please don't be mad at me. 14:57
opendevreviewMerged openstack/python-brick-cinderclient-ext master: Update requirements for Xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80698314:58
rosmaitawhoami-rajat: if you have a minute, can you verify the hash on https://review.opendev.org/c/openstack/releases/+/807167 ?  thanks15:07
whoami-rajatrosmaita, sure15:07
opendevreviewSofia Enriquez proposed openstack/cinder master: Implement project personas for groups  https://review.opendev.org/c/openstack/cinder/+/75995515:14
opendevreviewSofia Enriquez proposed openstack/cinder master: Implement project personas for group_actions  https://review.opendev.org/c/openstack/cinder/+/75995515:14
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681715:15
zenkurosfernand: thanks, for review!15:21
zenkurosfernand: regarding super() and exceptions -> pep complains if I not add this fixes15:23
sfernandso you could move that stuff to your naming and code style fixes patch and put the fix on top of it15:23
zenkurohm, some of cinder tests will fail without it15:28
zenkuroand I think critical fixes should go first15:28
zenkurosfernand: I will revert naming, but  I think that it is reasonable to leave the order the same15:35
sfernandzenkuro: ok! I would like to understand why we need the super and exceptions for passing pep. Is it faling in flake8 ?15:40
zenkurosfernand: In my local tests --> yes15:41
zenkurosfernand: for supper -> cinder/volume/drivers/open_e/iscsi.py:55:8: R1725: Consider using Python 3 style super() without arguments (super-with-arguments)15:48
knomuraHi core-reviewers, if you have a time, please take a look this patch for GVG supports in Hitachi driver. https://review.opendev.org/c/openstack/cinder/+/78291015:49
knomuraI planed the target of this patch is Xena-3, but not reviewed yet. I wait for reviews from core-reviewers. thanks.15:49
zenkurosfernand: for exception as/from -> cinder/volume/drivers/open_e/iscsi.py:531:12: W0707: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)15:52
sfernandisnt this pylint?15:52
zenkurooh, yes my bad. It is pylint15:53
sfernandI've reverted your changes and tox -e pep8 gave me a success15:53
zenkurook, I will remove code improvements15:54
sfernandpylint is a non-voting and shouldn't be a problem, you can address them in a separate patch15:54
sfernandzenkuro: ok many thanks15:55
zenkurosfernand: just dont go to far away, I will send update in 5-10 minutes =)15:56
sfernandthis doc have some explanations on why we ask for splitting15:56
sfernandhttps://docs.openstack.org/contributors/code-and-documentation/patch-best-practices.html#structural-split-of-changes15:56
opendevreviewAndrei proposed openstack/cinder master: JovianDSS: fix iscsi target recovery function  https://review.opendev.org/c/openstack/cinder/+/80619116:02
opendevreviewAndrei proposed openstack/cinder master: JovianDSS: fix iscsi target recovery function  https://review.opendev.org/c/openstack/cinder/+/80619116:05
opendevreviewSofia Enriquez proposed openstack/cinder master: RBD: Fix _show_msg_check_clone_v2_api  https://review.opendev.org/c/openstack/cinder/+/77703116:09
opendevreviewAndrei proposed openstack/cinder master: JovianDSS: fix iscsi target recovery function  https://review.opendev.org/c/openstack/cinder/+/80619116:09
opendevreviewAndrei proposed openstack/cinder master: JovianDSS: fix iscsi target recovery function  https://review.opendev.org/c/openstack/cinder/+/80619116:11
zenkurosorry to chat, that was a bit messy16:13
zenkurosfernand: can you please recheck. And thanks for link, I need to renew my memory related to code style and processes.16:14
opendevreviewAndrei proposed openstack/cinder master: JovianDSS: add multiattach support  https://review.opendev.org/c/openstack/cinder/+/80672616:19
zenkurosfernand: please take a look at https://review.opendev.org/c/openstack/cinder/+/806726 as wekk16:19
opendevreviewAlan Bishop proposed openstack/cinder master: Implement user visible extra specs  https://review.opendev.org/c/openstack/cinder/+/80626016:22
sfernandzenkuro: sure will do16:23
opendevreviewSofia Enriquez proposed openstack/cinder master: Fix restore Ceph backups to no-RBD volumes  https://review.opendev.org/c/openstack/cinder/+/75078216:40
opendevreviewSofia Enriquez proposed openstack/cinder master: Fix restore Ceph backups to no-RBD volumes  https://review.opendev.org/c/openstack/cinder/+/75078216:40
opendevreviewOpenStack Release Bot proposed openstack/python-brick-cinderclient-ext stable/xena: Update .gitreview for stable/xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718217:03
opendevreviewOpenStack Release Bot proposed openstack/python-brick-cinderclient-ext stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718317:03
opendevreviewOpenStack Release Bot proposed openstack/python-brick-cinderclient-ext master: Update master for stable/xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718417:03
opendevreviewOpenStack Release Bot proposed openstack/python-brick-cinderclient-ext master: Add Python3 yoga unit tests  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718517:04
opendevreviewSofia Enriquez proposed openstack/cinder master: Fix restore Ceph backups to no-RBD volumes  https://review.opendev.org/c/openstack/cinder/+/75078217:33
opendevreviewMerged openstack/python-brick-cinderclient-ext stable/xena: Update .gitreview for stable/xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718217:56
opendevreviewMerged openstack/python-brick-cinderclient-ext master: Update master for stable/xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718418:09
opendevreviewMerged openstack/python-brick-cinderclient-ext stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718318:09
zenkurojungleboyj: Ive addressed recommendations from sfernand, so can you give + to this patch again plz -> https://review.opendev.org/c/openstack/cinder/+/80619118:12
zenkurosfernand: Ive addressed your recommendations, can you please vote for https://review.opendev.org/c/openstack/cinder/+/80619118:13
zenkurohay core reviewers I have a feature patch that have some positive feedback and fixed recommendations -> https://review.opendev.org/c/openstack/cinder/+/806726/618:14
opendevreviewMerged openstack/python-brick-cinderclient-ext master: Add Python3 yoga unit tests  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/80718518:34
abishoprosmaita: thanks for 2nd review of user visible extra specs patch; would it be better for me to clean up release note now?18:54
rosmaitaabishop: i think leave it ... otherwise it will be without a Zuul +1 for two hours, which gives people an excuse not to review it18:55
abishopack18:56
rosmaitai'm hoping someone will look this afternoon or early tomorrow so you don't need to ask for an FFE18:56
zenkurorosmaita: sorry for bothering you, but can you please check my patches, they've beep reviewed many times and had some positive feedback18:57
abishopyes, that would be good18:57
zenkuroalso Ive addressed most of requests18:57
rosmaitazenkuro: you are next on my list after sfernand (he goes first because he has been helpfully reviewing patches this week)18:58
zenkurorosmaita: thanks, yah... I need to do things for a team as well.18:59
sfernandrosmaita: :D19:06
opendevreviewmitya-eremeev-2 proposed openstack/cinder master: Fix simultaneous volume creation error in multiattach mode.  https://review.opendev.org/c/openstack/cinder/+/80507219:31
sfernandrosmaita: is this patch supposed to be merged today? https://review.opendev.org/c/openstack/python-cinderclient/+/80681719:36
rosmaitasfernand: yes19:37
opendevreviewSofia Enriquez proposed openstack/cinder master: RBD: Call trash operation when plain deletion fails  https://review.opendev.org/c/openstack/cinder/+/80588720:24
enriquetasoyoctozepto o/ do you mind checking https://review.opendev.org/c/openstack/cinder/+/807083 for the online database schema migrations to Xena failure, thanks20:29
opendevreviewHelen Walsh proposed openstack/cinder master: PowerMax Driver - Empty port info response  https://review.opendev.org/c/openstack/cinder/+/80721520:36
*** dviroel is now known as dviroel|out21:01
sfernandrosmaita: https://review.opendev.org/c/openstack/python-cinderclient/+/806817 patch looks good to me, tested it just in case and provided a +121:18
rosmaitasfernand: ty!21:18
sfernandperhaps enriquetaso and jungleboyj could take a look and add a +2 21:19
rosmaitasfernand: thanks for those pastes, you actually caught a mistake in the exception message (logic is good, though)21:37
* enriquetaso looking21:38
sfernandcool21:38
rosmaitait's this one, line 221:39
rosmaitahttps://paste.openstack.org/show/808554/21:39
rosmaitashould be:  'force' argument is not allowed after microversion 3.65.21:40
enriquetasooh21:40
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681721:47
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Support Block Storage API mv 3.66  https://review.opendev.org/c/openstack/python-cinderclient/+/80681722:50
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Prepare for Xena cinderclient release  https://review.opendev.org/c/openstack/python-cinderclient/+/80721922:54
sfernandrosmaita: thanks a lot for the review!22:59
rosmaitanp22:59
rosmaitazenkuro: just a few minor things on https://review.opendev.org/c/openstack/cinder/+/806559 and https://review.opendev.org/c/openstack/cinder/+/806726, otherwise they look fine23:51
rosmaitai think https://review.opendev.org/c/openstack/cinder/+/806191 has already been approved23:51
opendevreviewMerged openstack/cinder master: Remove extraneous space from error message  https://review.opendev.org/c/openstack/cinder/+/80694523:52

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