| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2019-01-30 | |||
| 10:40:03 | openstackgerrit | Merged openstack/nova master: Convert vrouter legacy plugging to os-vif https://review.openstack.org/571325 | |
| 10:42:44 | openstackgerrit | melanie witt proposed openstack/nova stable/rocky: Allow ability for non admin users to use all filters on server list. https://review.openstack.org/633910 | |
| 13:20:42 | openstackgerrit | Merged openstack/nova master: Don't call begin_detaching when detaching volume from shelved vm https://review.openstack.org/624959 | |
| 13:28:01 | openstackgerrit | Merged openstack/nova master: Reject interface attach with QoS aware port https://review.openstack.org/570078 | |
| 13:53:32 | mriedem | Kevin_Zheng: should be able to cherry-pick https://review.openstack.org/#/c/624959/ to stable/rocky in the gerrit UI, I don't expect there to be conflicts | |
| 13:54:38 | Kevin_Zheng | mriedem: yeah, I was planning to, my computer is updating...again | |
| 13:59:12 | mnaser | not that i run or care much about ocata but, all previous serious patches have merged -- https://review.openstack.org/#/c/619366/ | |
| 13:59:26 | mnaser | (i just want to get it off my review list :) | |
| 13:59:52 | mnaser | (cc melwitt smcginnis as they've merged the stable/pike) | |
| 14:05:50 | smcginnis | Oh yeah, I had looked earlier but was waiting for later stable branches to merge. | |
| 14:12:15 | openstackgerrit | Matt Riedemann proposed openstack/nova stable/rocky: Fix port dns_name reset https://review.openstack.org/633806 | |
| 14:15:53 | sean-k-mooney | stephenfin: jaypipes care to re +w https://review.openstack.org/#/c/591607/? it still can merge until https://review.openstack.org/#/c/614167/20 does but if ye are still happy with it it would be nice to have that lined up for wehn the bottom patch is merged | |
| 14:17:49 | jaypipes | sean-k-mooney: done. I need to final review the bottom patch anyway, thx for the reminder | |
| 14:19:27 | sean-k-mooney | jaypipes: this fixes a downstream customer issue which has be blocked on my trello board since last year so i am both lokking forward to it mergenign and not since i will have to backport it to newton... | |
| 14:20:31 | maciejjozefczyk | \o/ | |
| 14:25:48 | openstackgerrit | Zhenyu Zheng proposed openstack/nova stable/rocky: Don't call begin_detaching when detaching volume from shelved vm https://review.openstack.org/633960 | |
| 14:25:54 | cdent | all the way to newton? ugh | |
| 14:27:06 | openstackgerrit | Zhenyu Zheng proposed openstack/nova stable/queens: Don't call begin_detaching when detaching volume from shelved vm https://review.openstack.org/633962 | |
| 14:29:24 | mriedem | jangutter: a few questions in https://review.openstack.org/#/c/572082/ | |
| 14:30:25 | mriedem | sean-k-mooney: if it makes you feel better huawei will need to take it to mitaka | |
| 14:32:40 | jangutter | mriedem: thanks, checking! | |
| 14:34:05 | mdbooth | lyarwood: Just looking at your patch https://review.openstack.org/#/c/626952/1/nova/api/openstack/wsgi_app.py. IIUC that's basically what we do for all non-wsgi services here: https://github.com/openstack/nova/blob/master/nova/cmd/__init__.py | |
| 14:34:49 | jaypipes | sean-k-mooney: yikes. (on newton). I just backported shit to Ocata and know how painful that is. | |
| 14:35:10 | mdbooth | I'm pretty sure that means that we monkey patch while looking up the entry point, so before anything else. | |
| 14:35:57 | sean-k-mooney | mriedem: well if it was not for the fact that osp 7 went endo f life on august 5 2018 we would have had to backport to kilo | |
| 14:36:18 | mdbooth | 'end of life' | |
| 14:38:24 | mriedem | tssurya: regarding https://review.openstack.org/#/c/614167/ cern might want to investigate that up front before running it on all cells since it iterates all cells but is intended to migrate cell-specific data | |
| 14:38:40 | mriedem | which is kind of different from how we do other online data migrations which only hit the cell db | |
| 14:38:41 | sean-k-mooney | jaypipes: osp 10/netwon is an lts release which will be supported until decmber 15 2021 alther it will move to extend maintant at the end of the year but ya we have to backport to newton faily commonly at present | |
| 14:39:03 | mriedem | tssurya: it uses a marker though so once it runs for all cells on the first run it should be a noop if run on each individual cell, | |
| 14:39:20 | mriedem | which i'm assuming cern does as part of upgrades - run online_data_migrations per cell db config via config management | |
| 14:39:43 | mdbooth | And, on occasion, to Kilo still, despite being 'end of life' :/ | |
| 14:41:00 | sean-k-mooney | mdbooth: well there is always the $$$ factor that makes "end of life" more flexible then we might like :) | |
| 14:41:04 | mdbooth | lyarwood: Ah, your patch touches that code too. And.... I'll bet the reason is that nova.utils imports keystoneauth1, which means we've already imported it before running the monkey patching. | |
| 14:41:22 | mdbooth | sean-k-mooney: Indeed. | |
| 14:42:54 | mriedem | jaypipes: i +2ed https://review.openstack.org/#/c/614167/ since i was the one hammering on the limit processing and tests and such | |
| 14:42:55 | mdbooth | lyarwood: I think I'll pull the monkey_patch util method into a separate module which doesn't import anything. | |
| 14:44:33 | mdbooth | This is a fix to change Ie7bf5d012e2ccbcd63c262ddaf739782afcdaf56 | |
| 14:45:37 | jaypipes | mriedem, sean-k-mooney: done. | |
| 14:46:22 | sean-k-mooney | maciejjozefczyk: ^ | |
| 14:56:22 | dpawlik | jaypipes, cdent, dansmith: Hi, could you check https://review.openstack.org/#/c/628956/ and https://review.openstack.org/#/c/628128/ ? Thanks | |
| 14:57:01 | cdent | ayup, thanks | |
| 15:05:41 | lyarwood | mdbooth: ack yeah feel free to rewrite it and also take over authorship of the actual commit | |
| 15:08:20 | mdbooth | lyarwood: Don't think I can do that, in gerrit at least | |
| 15:10:19 | lyarwood | mdbooth: right, that's why I said commit ;) | |
| 15:10:42 | lyarwood | mdbooth: just git amend with --author | |
| 15:11:17 | lyarwood | ah wait that's a local alias | |
| 15:11:45 | lyarwood | git commit --amend --author=foo | |
| 15:11:59 | mdbooth | lyarwood: Ok, I can take the git commit, but it'll still be yours in gerrit I think. Shouldn't matter, anyway. | |
| 15:12:09 | mdbooth | lyarwood: What's the relevant test for this, btw? | |
| 15:13:11 | lyarwood | mdbooth: ykarel in #tripleo should be able to help with that, iirc there's a fedora28 py3 undercloud job deploying with SSL somewhere. | |
| 15:14:09 | mdbooth | I'm just running functional on my version, and I've run unit tests matching 'wsgi', but that seems little better than a smoke test | |
| 15:15:46 | tssurya | mriedem: thanks for bringing it to our notice, looking into right now | |
| 15:23:23 | mriedem | jangutter: replied in https://review.openstack.org/#/c/572082/ | |
| 15:23:36 | mriedem | jangutter: looks like just add a todo and tweak the release note and i'm +2 | |
| 15:24:01 | jangutter | mriedem: thanks for risking your sanity! | |
| 15:24:17 | maciejjozefczyk | mriedem: jaypipes thanks | |
| 15:26:38 | mriedem | gibi: are you still around today? just wondering if you want me to address my own nits in your series to keep it moving, or just start my own FUP patch (assume you'd prefer the latter) | |
| 15:26:50 | gibi | mriedem: today I'm still here | |
| 15:27:10 | gibi | mriedem: and working on an update but I might not finish it today | |
| 15:27:47 | mriedem | ok because i'm mostly good up through https://review.openstack.org/#/c/619527/ (just looking for replies) and i'm happy to address nits myself | |
| 15:28:55 | gibi | mriedem: then I will switch to reply mode to see if we agree and I let you propose fups while I'm away | |
| 15:29:46 | mriedem | need another core on mel's configurable max disk devices change https://review.openstack.org/#/c/616777/ which will close that bp | |
| 15:34:17 | gibi | mriedem: replies in https://review.openstack.org/#/c/630722 | |
| 15:38:57 | openstackgerrit | Matthew Booth proposed openstack/nova master: Fix SSL infinite recursion running WSGI app under python 3.7 https://review.openstack.org/626952 | |
| 15:39:02 | mdbooth | lyarwood: ^^^ | |
| 15:39:32 | mdbooth | lyarwood: It's your change but with its own module and an expanded commit message | |
| 15:39:59 | mdbooth | And some comments | |
| 15:41:29 | gibi | melwitt, mriedem: I'm +A on https://review.openstack.org/#/c/616777/ | |
| 15:42:20 | mriedem | thanks | |
| 15:42:23 | mriedem | i'll fix those typos | |
| 15:46:09 | mriedem | mdbooth: lyarwood: issues in that change | |
| 15:47:13 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Add configuration of maximum disk devices to attach https://review.openstack.org/616777 | |
| 15:56:16 | mdbooth | mriedem: Thanks. Principal issue there was changes to monkey_patch() since the version I copied. Updating shortly. | |
| 15:59:31 | mriedem | yeah i figured | |
| 16:01:02 | mriedem | http://status.openstack.org/elastic-recheck/#1813198 has magically dropped off and no one knows why | |
| 16:09:39 | gibi | mriedem: most of those graphs on that page are dropped off around the same time | |
| 16:09:54 | gibi | mriedem: I think we don't have data in elastic re-check | |
| 16:10:34 | cdent | gibi: that reminds me: does that burndown stuff I'm hosting still matter? If so, it's not causing any issues, but if not I supposed I could clean it up. | |
| 16:11:26 | mriedem | gibi: gah good point | |
| 16:13:15 | gibi | cdent: good point. thank you for hosting that you can delete the app | |
| 16:13:30 | mriedem | all of the legacy notifications have been converted yeah? | |
| 16:13:39 | gibi | mriedem: yes | |
| 16:13:45 | mriedem | only open question is what to do about the default in the config option for format | |
| 16:13:46 | gibi | mriedem: a final reno was merged | |
| 16:13:54 | cdent | ✔ | |
| 16:13:56 | gibi | mriedem: yes, deprecation is still open | |
| 16:13:58 | mriedem | we could probably close the bp | |
| 16:13:58 | gibi | cdent: thanks | |
| 16:14:08 | gibi | mriedem: I think melwitt closed the bp | |
| 16:15:32 | cdent | gibi: all dead. content is still there if it's ever needed again | |
| 16:15:46 | gibi | cdent: awesome, thanks | |
| 16:24:18 | tinwood | dansmith, hi, I have a review up to add LXD to the HypervisorDriver() enum: https://review.openstack.org/#/c/633279/ -- I bumped the version number (not sure it really needed it!) and was wondering if you might have a moment to take a look please? | |
| 16:33:30 | mdbooth | lyarwood: mriedem asks why Related rather than Closes on those 2 bugs. I wondered the same. Do you recall? | |
| 16:35:25 | gibi | mriedem: I'm finished replying to your comments in the bandwidth series. Thank you very much for those reviews. I agreed with you in every relevant cases | |
| 16:35:43 | gibi | mriedem: and thanks again for proposing fups while I'm away | |
| 16:37:28 | mriedem | np, take care | |
| 16:37:47 | mriedem | i also appreciate your wording here, "I agreed with you in every relevant cases" :) | |
| 16:39:01 | gibi | :) | |
| 16:39:51 | openstackgerrit | Matthew Booth proposed openstack/nova master: Fix SSL infinite recursion running WSGI app under python 3.7 https://review.openstack.org/626952 | |