Thursday, 2021-06-17

opendevreviewMerged openstack/cinder stable/wallaby: Add warning message about slow volume backend  https://review.opendev.org/c/openstack/cinder/+/79214801:45
opendevreviewMerged openstack/cinder stable/stein: NetApp SolidFire: Fix failback failing after service restart  https://review.opendev.org/c/openstack/cinder/+/76427101:50
opendevreviewMerged openstack/cinder stable/stein: Do not fail when depth is greater than rbd_max_clone_depth  https://review.opendev.org/c/openstack/cinder/+/76118402:01
opendevreviewMerged openstack/os-brick stable/ussuri: Avoid unhandled exceptions during connecting to iSCSI portals  https://review.opendev.org/c/openstack/os-brick/+/79235902:06
opendevreviewRico Lin proposed openstack/cinder-tempest-plugin master: Enable tls-proxy support  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/79458007:13
*** akekane__ is now known as abhishekk08:04
opendevreviewRico Lin proposed openstack/python-brick-cinderclient-ext master: Enable tls-proxy support in test job  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/79678708:07
opendevreviewGorka Eguileor proposed openstack/cinder master: Notify of snapshots transfer  https://review.opendev.org/c/openstack/cinder/+/79680609:17
opendevreviewMoritz Wanzenböck proposed openstack/cinder master: Add install docs for LINSTOR driver dependencies  https://review.opendev.org/c/openstack/cinder/+/77387010:05
opendevreviewTushar Trambak Gite proposed openstack/cinderlib master: Update TOX setenv  https://review.opendev.org/c/openstack/cinderlib/+/79681910:40
opendevreviewTushar Trambak Gite proposed openstack/cinderlib master: Update TOX setenv  https://review.opendev.org/c/openstack/cinderlib/+/79681910:47
opendevreviewTom Barron proposed openstack/cinder-specs master: Expose ``user visible`` extra specs  https://review.opendev.org/c/openstack/cinder-specs/+/79616612:11
rosmaitatbarron: just in time for my morning reading!12:11
tbarronrosmaita: cool, I appreciate it.12:11
opendevreviewMerged openstack/cinder master: Fix typo in Dell EMC Unity driver documentation  https://review.opendev.org/c/openstack/cinder/+/79668512:19
enriquetasoIDENTIFY 12:44
enriquetasooops 12:44
opendevreviewTakashi Kajinami proposed openstack/os-brick stable/train: Avoid unhandled exceptions during connecting to iSCSI portals  https://review.opendev.org/c/openstack/os-brick/+/79667113:01
opendevreviewBrian Rosmaita proposed openstack/python-brick-cinderclient-ext master: Remove skip_missing_interpreters  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/79683513:09
rosmaitaeharney: you're going to hate ^^ ... i'm open to other options13:09
eharneyrosmaita: well, i don't have a lot of great ideas, and i guess it works13:14
rosmaitayeah, it's kind of unsatisfactory ... i expect tosky will hate it too13:16
toskyyes13:18
rosmaita:)13:18
toskyto be honest, I don't understand the connection between the community "desires" and the tox environment and preventing a failures with 0 results 13:19
toskyI mean, forcing python_version is fine, not sure why you also need to change tox.ini13:20
rosmaitabecause it gives us a backup if someone forgets to update zuul.yaml appropriately13:20
rosmaitawe'd be back in the same situation13:20
rosmaitai think fungi summarized the case for this well: http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014810.html13:22
toskythat's the removal of skip...13:24
fungii've generally been switching opendev's tox.ini files over to just using py3 in the default envs list, rather than specifying particular minor revs13:24
toskyand I disagree about "forget to update", we shouldn't forget13:24
fungibecause odds are a developer isn't going to have more than one python niterpreter version available in a given environment anyway13:24
fungiahh, yeah that's a message where i explained that, okay13:25
rosmaitatosky: i don't know about that, we get these patches removing "unnecessary" settings because the defaults are fine, and when those get modified forgetting happens13:26
rosmaitafungi: yes, i found your email very persuasive13:26
fungisummarized as "here's a place where it makes sense to do less work"13:27
fungiwe need more of those13:27
rosmaitai think what it comes down to, is that when we discussed this at the midcycle, everyone agreed that no one just runs 'tox', so it really doesn't matter13:28
fungiyep, for myself, i tend to pass tox a list of the interpreters i have available to test with when that matters to me, like `tox -e linters,py35,py46,py37,py38,py39` or whatever13:30
fungibut i expect that most developers only have on hand (and most of the time only need to test locally with anyway) one py3x interpreter13:31
fungiso `tox -e py3` is a useful shortcut13:31
fungiif you're locally running tox tests for at least one interpreter, you're probably going to catch the vast majority of errors, and as far as testing a broader list of interpreters that's what the ci system is there to ensure anyway13:32
fungii get the impression most patches get pushed without any local testing at all13:32
fungithough i'm sure that varies by project/team13:33
fungiand of course from dev to dev13:33
rosmaitawell, we'd like to discourage patches being pushed with no tests, but yeah, it happens (it's always embarrassing when i discover i forgot to run pep8)13:34
opendevreviewHelen Walsh proposed openstack/cinder master: PowerMax Driver - Improve error handling around deletes  https://review.opendev.org/c/openstack/cinder/+/79628613:37
opendevreviewIvan Pchelintsev proposed openstack/cinder stable/wallaby: Fix typo in Dell EMC Unity driver documentation  https://review.opendev.org/c/openstack/cinder/+/79685913:51
whoami-rajatrosmaita: hey, can you take another look at the patch, just addressed gorka's comment there https://review.opendev.org/c/openstack/cinder/+/78338913:55
opendevreviewHelen Walsh proposed openstack/cinder master: PowerMax Driver - RDF checks  https://review.opendev.org/c/openstack/cinder/+/76810515:09
jungleboyjrosmaita:  When you have a minute I think this is ready to go:  https://review.opendev.org/c/openstack/cinder/+/77212615:11
rosmaitawhoami-rajat: jungleboyj: ack15:12
opendevreviewRajat Dhasmana proposed openstack/python-cinderclient master: Make instance_uuid optional in attachment create  https://review.opendev.org/c/openstack/python-cinderclient/+/78362815:12
opendevreviewEric Harney proposed openstack/cinder master: Retry "lvs" call on segfault for _get_thin_pool_free_space  https://review.opendev.org/c/openstack/cinder/+/79688916:30
eharneyrosmaita: ^16:30
opendevreviewMerged openstack/cinder stable/wallaby: Fix typo in Dell EMC Unity driver documentation  https://review.opendev.org/c/openstack/cinder/+/79685916:37
opendevreviewIvan Pchelintsev proposed openstack/cinder stable/victoria: Fix typo in Dell EMC Unity driver documentation  https://review.opendev.org/c/openstack/cinder/+/79686416:42
*** akekane_ is now known as abhishekk16:44
rosmaitaeharney: ty17:02
gkskTo the Core Reviewers please review the below commit related to add volumes to clone group17:58
gkskhttps://review.opendev.org/c/openstack/cinder/+/78409217:58
*** dviroel is now known as dviroel|away18:05
gkskTo the Core Reviewers please review the below commit related to add volumes to clone group18:06
gkskhttps://review.opendev.org/c/openstack/cinder/+/78477918:06
opendevreviewBrian Rosmaita proposed openstack/python-brick-cinderclient-ext master: Remove skip_missing_interpreters  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/79683518:08
opendevreviewAde Lee proposed openstack/cinder master: WIP/DNM: Add fips check jobs  https://review.opendev.org/c/openstack/cinder/+/79053518:22
opendevreviewAde Lee proposed openstack/cinder master: WIP/DNM: Add fips check jobs  https://review.opendev.org/c/openstack/cinder/+/79053518:27
simondodsleyCan I get some reviews for https://review.opendev.org/c/openstack/cinder/+/794669 please? 18:42
*** dviroel|away is now known as dviroel18:53
jungleboyjsimondodsley:  Looks good to me.19:05
simondodsleyjungleboyj: Thank you for the +219:06
simondodsleyjungleboyj: If you have time... https://review.opendev.org/c/openstack/cinder/+/79246219:10
jungleboyjOy, that one is a big boy.19:11
jungleboyjsimondodsley:  Why all the spacing changes?19:13
simondodsleyjungleboyj: I ran `black` against it so make it after doing the changes for the REST versioning. It's not that big really from a code change perspective - 90% formatting19:14
simondodsleyjungleboyj: I have started to run `black` against all my python code now - makes it much more readable and easier to see changes in the future19:17
opendevreviewMerged openstack/cinder master: LVM: Use --readonly for lvdisplay in lv_has_snapshot  https://review.opendev.org/c/openstack/cinder/+/77212619:18
jungleboyjsimondodsley:  Ok.  Couple of comments and then I will be ok with it.19:19
opendevreviewMerged openstack/cinder master: Fix: Schema validation for attachment create API  https://review.opendev.org/c/openstack/cinder/+/78338919:22
opendevreviewSimon Dodsley proposed openstack/cinder master: [Pure Storage] Fix minimum SDK version required  https://review.opendev.org/c/openstack/cinder/+/79246219:24
opendevreviewAlan Bishop proposed openstack/cinder-specs master: Expose ``user visible`` extra specs  https://review.opendev.org/c/openstack/cinder-specs/+/79616619:43
opendevreviewEric Harney proposed openstack/cinder master: Tests: Simplify LVM fake_execute  https://review.opendev.org/c/openstack/cinder/+/76960219:51
opendevreviewEric Harney proposed openstack/cinder master: LVM: Simplify version fetching  https://review.opendev.org/c/openstack/cinder/+/79694619:51
opendevreviewSofia Enriquez proposed openstack/cinder master: LVM: Use --readonly for lvdisplay and Retry call on segfault  https://review.opendev.org/c/openstack/cinder/+/79695020:48
opendevreviewHelen Walsh proposed openstack/cinder master: PowerMax Driver - Improve error handling around deletes  https://review.opendev.org/c/openstack/cinder/+/79628621:05
opendevreviewMerged openstack/cinder stable/victoria: Fix typo in Dell EMC Unity driver documentation  https://review.opendev.org/c/openstack/cinder/+/79686421:41
enriquetasoSof1aEnr1qu3z21:48
jungleboyj*Sad trombone.wav*21:48
opendevreviewSofia Enriquez proposed openstack/cinder master: LVM: Retry lvdisplay calls on segfault  https://review.opendev.org/c/openstack/cinder/+/79695023:29

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