| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-01-03 | |||
| 15:30:19 | mriedem | so that nova-wsgi job is only useful while working up to wsgi support in pike, right? | |
| 15:30:38 | stephenfin | We don't. I kept it in there so we can backport all the way to Pike. It's removed in a follow-up https://review.openstack.org/#/c/527140/ | |
| 15:30:54 | mriedem | but pike also runs wsgi by default in devstack | |
| 15:31:01 | mriedem | so it seems we just don't need it at all | |
| 15:31:08 | stephenfin | Ocata? | |
| 15:31:14 | mriedem | we don't support wsgi mode in ocata | |
| 15:31:19 | stephenfin | Oh, well then | |
| 15:31:30 | mriedem | let me make sure i'm not blowing smoke first | |
| 15:32:18 | mriedem | https://github.com/openstack-dev/devstack/blob/stable/pike/lib/nova#L79 | |
| 15:33:21 | stephenfin | It's in Ocata too though https://github.com/openstack-dev/devstack/blob/stable/ocata/lib/nova#L69 | |
| 15:33:34 | stephenfin | and set to False | |
| 15:33:42 | mriedem | i think that's for grenade | |
| 15:33:57 | mriedem | well, | |
| 15:34:00 | mriedem | https://github.com/openstack-dev/devstack/commit/d5537c1dc835413f1911ab797e3007d85322eace | |
| 15:34:11 | mriedem | that was added when dims added experimental support for running nova-api under wsgi long ago, | |
| 15:34:23 | mriedem | but we don't support it, and with cellsv2 stuff in ocata, the api literally doesn't work in that omde | |
| 15:34:24 | mriedem | *mode | |
| 15:34:27 | openstackgerrit | Chen Hanxiao proposed openstack/nova master: manager: more detailed info of unsupported compute driver https://review.openstack.org/530701 | |
| 15:34:29 | mriedem | which tripleo found out the hard way | |
| 15:34:43 | mriedem | https://github.com/openstack/nova/blob/stable/ocata/nova/wsgi/nova-api.py#L15 | |
| 15:34:52 | mriedem | https://github.com/openstack/nova/commit/e846c32ce3c3aee2cd83dec7561dc14cb3f0ada8 | |
| 15:36:51 | mriedem | stephenfin: commented on https://review.openstack.org/#/c/514309/ | |
| 15:36:56 | mriedem | i think you can just squash those two patches | |
| 15:38:42 | openstackgerrit | Jay Pipes proposed openstack/nova-specs master: Support aggregate affinity filters/weighers https://review.openstack.org/529135 | |
| 15:39:15 | mriedem | here is that devstack patch to run with the tls stuff https://review.openstack.org/530136 | |
| 15:40:00 | mriedem | err this one i mean https://review.openstack.org/530950 | |
| 15:46:37 | hrw | morning | |
| 15:47:22 | mriedem | seems we shouldn't need to trace on an expired token... http://logs.openstack.org/60/513160/4/check/tempest-dsvm-neutron-nova-next-full/6458405/logs/screen-n-novnc.txt.gz?level=TRACE#_Dec_08_23_14_32_787200 | |
| 15:48:11 | hrw | can someone tell me does https://bugs.linaro.org/attachment.cgi?id=905 have sense? On AArch64 cpu_mode = host-model results in "libvirtError: unsupported configuration: CPU mode 'host-model' for aarch64 kvm domain on aarch64 host is not supported by hypervisor" and instance is not started. | |
| 15:48:43 | hrw | if I set cpu_mode = 'host-passthrough' in [libvirt] section of nova.conf then it works. | |
| 15:49:24 | hrw | but I would prefer to have it as default rather than work around it in every deploy method | |
| 15:50:29 | stephenfin | mriedem: All the above sounds good. I'll squash those patches and and drop that log.exception to...log.debug, I guess | |
| 15:50:55 | mriedem | stephenfin: i don't think that logging is coming from nova | |
| 15:50:59 | mriedem | i think it's coming from websockify | |
| 15:52:29 | stephenfin | I think this is it https://github.com/openstack/nova/blob/master/nova/console/websocketproxy.py#L156-L157 | |
| 15:52:42 | mriedem | right that's raising the exception | |
| 15:52:49 | stephenfin | Ohh, gotcha | |
| 15:52:49 | mriedem | and this is catching it https://github.com/novnc/websockify/blob/v0.8.0/websockify/websocket.py#L938 | |
| 15:53:29 | stephenfin | Guess we could could configure | |
| 15:53:41 | stephenfin | *websocket proxy's logger in DevStack | |
| 15:53:51 | stephenfin | *websockify's logger | |
| 15:54:03 | ericyoung | with queens-3 coming up... can someone review https://review.openstack.org/#/c/407440/ | |
| 15:59:52 | openstackgerrit | Stephen Finucane proposed openstack/nova master: zuul: Move legacy jobs to project https://review.openstack.org/514309 | |
| 16:07:34 | openstackgerrit | Jay Pipes proposed openstack/nova-specs master: Support aggregate affinity filters/weighers https://review.openstack.org/529135 | |
| 16:10:15 | openstackgerrit | Claudiu Belu proposed openstack/nova master: hyper-v: Deprecates support for Windows / Hyper-V Server 2012 https://review.openstack.org/530953 | |
| 16:19:15 | melwitt | mriedem: hey, thanks for all the reviews on consoles | |
| 16:21:23 | mriedem | stephenfin: couple questions inline https://review.openstack.org/#/c/514309/ | |
| 16:26:29 | stephenfin | mriedem: All done | |
| 16:26:48 | stephenfin | tl;dr: It's a copy-paste patch. The real work happens once it's in-tree | |
| 16:26:56 | stephenfin | mordred won't know what hit him | |
| 16:28:01 | mriedem | ok just waiting for the new job to hit the experimental queue | |
| 16:33:46 | mordred | stephenfin: uhoh | |
| 16:36:45 | stephenfin | mordred: Just more work for you that you won't have time for. Nothing to see here :) | |
| 16:37:13 | mordred | stephenfin: \o/ | |
| 16:37:17 | mordred | stephenfin: my favorite!!! | |
| 16:37:25 | dims | hey mriedem, did you see the OpenStack++ related papers? (ops / edge computing) they have details on how they extended nova for better live migration scenarios | |
| 16:37:44 | dims | mriedem : [8][9] at https://etherpad.openstack.org/p/2017_edge_computing_working_sessions_existing_gaps | |
| 16:38:08 | dims | LOL stephenfin. right on the money :) | |
| 16:38:39 | melwitt | mriedem: do you know if we have a cells meeting today? | |
| 16:38:57 | openstackgerrit | Stephen Finucane proposed openstack/os-vif master: zuul: Enable functional tests in gate https://review.openstack.org/530961 | |
| 16:39:09 | stephenfin | ralonsoh_: ^ | |
| 16:39:15 | mriedem | dims: nope haven't seen it | |
| 16:39:22 | mriedem | heads down until feature freeze | |
| 16:39:26 | mriedem | melwitt: i assume so | |
| 16:39:45 | stephenfin | ralonsoh_: Let's see how them functional tests fare. I'm assuming you don't need a full-fledged DevStack environment to test them? | |
| 16:40:43 | ralonsoh_ | stephenfin: not in os-vif, just simple command checks | |
| 16:41:27 | openstackgerrit | Marcin Juszkiewicz proposed openstack/nova master: Use UEFI as the default boot for AArch64 https://review.openstack.org/489951 | |
| 16:41:28 | stephenfin | ralonsoh_: Sweet. That should test it so, I hope. If it does, I might squash it into the main patch | |
| 16:42:19 | ralonsoh_ | stephenfin: which patch? | |
| 16:42:38 | stephenfin | ralonsoh_: Oh, sorry https://review.openstack.org/#/c/530961/ | |
| 16:43:08 | ralonsoh_ | stephenfin: I mean, you said you need to squash this patch with othe one | |
| 16:43:22 | stephenfin | The preceding one https://review.openstack.org/#/c/484386/30 | |
| 16:43:33 | stephenfin | i.e. the one that adds said functional tests | |
| 16:43:58 | ralonsoh_ | stephenfin: I'll rebase mine to your patch | |
| 16:44:11 | stephenfin | No, you need functional tests first | |
| 16:44:33 | stephenfin | So they need to go in in that order or together | |
| 16:44:47 | jaypipes | dims: ugh. I hate when academics invent some new term like "cloudlet" and act like it's an industry-standard term. | |
| 16:44:48 | ralonsoh_ | stephenfin: perfect | |
| 16:44:53 | stephenfin | ralonsoh_: Should wait and see if I've done it properly first too :) | |
| 16:45:05 | ralonsoh_ | stephenfin: I'll wait for the result | |
| 16:45:27 | dims | jaypipes : y once you get past some interesting stuff in there | |
| 16:45:37 | dims | jaypipes : they have to justify grants :) | |
| 16:45:48 | jaypipes | dims: there's some flat-out incorrect stuff in there, too. :) | |
| 16:46:29 | dims | yep. i was focused on how/what they changed in Nova | |
| 16:47:04 | openstackgerrit | Marcin Juszkiewicz proposed openstack/nova master: libvirt: use 'host-passthrough' as default on AArch64 https://review.openstack.org/530965 | |
| 16:47:18 | hrw | I hope I did that right | |
| 16:48:18 | jaypipes | dims: this picture perfectly represents the coherence of most edge-computing literature. | |
| 16:48:21 | jaypipes | dims: https://i.pinimg.com/originals/d7/cc/31/d7cc31df947e74fc98942bcdedb1de31.png | |
| 16:48:53 | dims | LOLOLOL | |
| 16:49:50 | ildikov | LOL | |
| 16:50:00 | ildikov | jaypipes: I thought cloudlet is an older one | |
| 16:50:52 | jaypipes | cloudlet. it's like saying a banana is a yellow orange. | |
| 16:52:10 | ildikov | you mean a lemon? | |
| 16:53:11 | ildikov | to which we Hungarians would say that it's a little yellow, a little sour, but it's ours... :) | |
| 16:53:39 | mriedem | https://www.youtube.com/watch?v=FT7YZQEHHVE | |
| 16:55:31 | jaypipes | ildikov: :) | |
| 16:59:18 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Don't log a warning for InstanceNotFound in detach_interface https://review.openstack.org/530969 | |
| 17:09:33 | openstackgerrit | Marcin Juszkiewicz proposed openstack/nova master: Use UEFI as the default boot for AArch64 https://review.openstack.org/489951 | |
| 17:09:39 | stephenfin | claudiub: Mind taking a look at this? https://review.openstack.org/#/c/487405/ | |
| 17:10:40 | hrw | stephenfin: thanks for review. updated commit message and fixed that ':' I skipped | |