| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-03-29 | |||
| 18:35:04 | openstackgerrit | Arvind Nadendla proposed openstack/nova master: Update ImageMetaProp object to expose traits https://review.openstack.org/557795 | |
| 18:35:55 | melwitt | stephenfin: I've been meaning to ask you if you could take a look at this https://bugs.launchpad.net/nova/+bug/1750672 it's a failure to be able to generate nova docs under py3. something to do with sphinx and we couldn't tell if it's a blockdiag bug or if it's something we need to fix on our side | |
| 18:35:55 | openstack | Launchpad bug 1750672 in OpenStack Compute (nova) "failure to generate Nova's doc in Python 3.6" [Medium,Confirmed] | |
| 18:36:14 | mriedem | dansmith: now that looks pretty http://logs.openstack.org/90/557490/8/check/build-openstack-sphinx-docs/413d6d9/html/admin/configuration/schedulers.html#aggregates-in-placement | |
| 18:36:27 | openstackgerrit | melanie witt proposed openstack/nova-specs master: Document Rocky review priorities https://review.openstack.org/557796 | |
| 18:37:52 | dansmith | mriedem: hell to the yeah | |
| 18:39:59 | dansmith | fwiw, | |
| 18:40:06 | dansmith | runways are doing a good job of keeping me jumpin' | |
| 18:40:25 | melwitt | like, jumpin' for joy? | |
| 18:40:42 | dansmith | like jumpin' busy responding to all the feedback firehose | |
| 18:40:55 | melwitt | ah yeah | |
| 18:41:29 | jmlowe_ | mriedem: looks like _update_ports_for_instance does update device_owner while _update_port_binding_for_instance doesn't | |
| 18:41:49 | jmlowe_ | no chance of confusion there! | |
| 18:43:22 | mriedem | jmlowe_: get familiar enough with the nova.network.neutronv2.api.API code, and you'll find there are at least 3 similarly named methods for about every operation that all do slightly different things and are all called in tightly-coupled ways from different places in nova | |
| 18:43:25 | mriedem | it's, great | |
| 18:44:21 | mriedem | see the amount of talking-to-myself i've done in https://review.openstack.org/#/c/551371/ | |
| 18:46:12 | jmlowe_ | bug 1759924 is away | |
| 18:46:12 | openstack | bug 1759924 in OpenStack Compute (nova) "Port device owner isn't updated with new host availability zone during unshelve" [Undecided,New] https://launchpad.net/bugs/1759924 | |
| 18:46:51 | mriedem | thanks | |
| 18:48:18 | jmlowe_ | I need about 6 more cups of coffee before I can muster the strength to propose a half assed copy and paste patch | |
| 18:49:18 | jmlowe_ | very tempted to just do the one line search opts fix because why do it the right way when you can do it with sed | |
| 18:50:04 | kashyap | mriedem: That's nice, "consciousness stream" writing on the review. (If only there's an easier for people to "discover" easily all the sluething you've done.) | |
| 18:50:15 | kashyap | (Barring you having to mention here on IRC, live.) | |
| 18:50:23 | openstackgerrit | Merged openstack/nova stable/pike: Save admin password to sysmeta in libvirt driver https://review.openstack.org/550498 | |
| 18:50:30 | openstackgerrit | Merged openstack/nova stable/pike: Add functional regression test for bug 1746509 https://review.openstack.org/555058 | |
| 18:50:30 | openstack | bug 1746509 in OpenStack Compute (nova) pike "TypeError: Can't upgrade a READER transaction to a WRITER mid-transaction" [High,In progress] https://launchpad.net/bugs/1746509 - Assigned to melanie witt (melwitt) | |
| 18:50:35 | openstackgerrit | Merged openstack/nova stable/pike: Move _make_instance_list call outside of DB transaction context https://review.openstack.org/555923 | |
| 18:50:49 | melwitt | yaaaay | |
| 18:53:06 | mriedem | jmlowe_: i left notes in the bug, i think it's a one line fix | |
| 18:55:26 | openstackgerrit | Jay Pipes proposed openstack/nova-specs master: Standardize CPU resource tracking https://review.openstack.org/555081 | |
| 18:56:27 | mriedem | cfriesen: you might enjoy https://bugs.launchpad.net/nova/+bug/1759924/comments/2 | |
| 18:56:27 | openstack | Launchpad bug 1759924 in OpenStack Compute (nova) "Port device owner isn't updated with new host availability zone during unshelve" [Medium,Triaged] | |
| 18:56:33 | mriedem | when we shelve, we don't cleanup any pci stuff | |
| 18:58:12 | cfriesen | mriedem: for certain values of "enjoy" | |
| 18:58:20 | cfriesen | can't we just drop shelve yet? | |
| 18:59:41 | melwitt | cfriesen: I dunno if you saw I invoked your name earlier when fghaas was asking about nested virt and cpu policy 'require' stuff | |
| 19:00:12 | cfriesen | melwitt: whoops, missed it. | |
| 19:00:15 | mriedem | cfriesen requires at least one goat sacrifice if you invoke his name | |
| 19:00:59 | fghaas | you're being awesome melwitt :) But I figured everyone including cfriesen was rightfully busy so I posted this to the mailing list (http://lists.openstack.org/pipermail/openstack/2018-March/046313.html) — but I'll be happy to follow up with a writeup from whatever we discuss here! | |
| 19:01:54 | melwitt | a-ha, cool | |
| 19:03:30 | cfriesen | fghaas: the Intel CPU models in libvirt/qemu generally do not include the "vmx" flag, as you have discovered. The functionality that you're looking for is exposed in kashyap's feature ("https://review.openstack.org/#/c/534384/ ") which is currently under review. | |
| 19:03:44 | kashyap | fghaas: Hi :-) | |
| 19:04:06 | melwitt | I wondered if kashyap's patch would be the answer. noyce | |
| 19:04:26 | cfriesen | fghaas: note that I've experienced instability with nested kvm, but kashyap says it's good with more recent kernel/qemu/libvirt | |
| 19:05:14 | kashyap | Yes; cfriesen -- let's not repeat "unstability" without data :-). I recall participating in an email thread w/ fghaas on KVM list about :-) | |
| 19:05:41 | kashyap | cfriesen: BTW -- Paolo (one of the KVM maintainers) said he's going the toggle the 'nested' flag to default for Intel in the upstream kernel "soon" | |
| 19:06:33 | kashyap | (It's on for AMD in the upstream kernel; but amusingly enough ... AMD is more instable w/ 'nested' than Intel!) | |
| 19:06:56 | cfriesen | kashyap: isn't it on for the AMD cpu models too? | |
| 19:07:17 | kashyap | cfriesen: See my previous comment. It *is* on for AMD. But not for Intel. At this moment. | |
| 19:07:33 | cfriesen | kashyap: I meant in libvirt/qemu, not kernel | |
| 19:09:17 | kashyap | cfriesen: What do you mean? There's no such thing as "enabling nested in libvirt / QEMU". As you know, you can configure Kernel, then tell libvirt, which inturn tells QEMU to use it. | |
| 19:10:36 | cfriesen | kashyap: I meant that the "svm" flag is included in the AMD cpu models | |
| 19:11:49 | kashyap | cfriesen: Ah, that's true. | |
| 19:12:04 | kashyap | It's late here, /me is losing ability to parse text messages | |
| 19:12:32 | openstackgerrit | Jay Pipes proposed openstack/nova master: tests for alloc candidates with nested and traits https://review.openstack.org/531899 | |
| 19:12:33 | openstackgerrit | Jay Pipes proposed openstack/nova master: placement: resource requests for nested providers https://review.openstack.org/554529 | |
| 19:13:05 | openstackgerrit | Mathieu Gagné proposed openstack/nova master: Fix rebuild of baremetal instance when vm_state is ERROR https://review.openstack.org/523559 | |
| 19:14:52 | openstackgerrit | Jay Pipes proposed openstack/nova-specs master: Standardize CPU resource tracking https://review.openstack.org/555081 | |
| 19:21:18 | fghaas | cfriesen, yes kashyap and I discussed the pros and cons at length recently, but this is really a generic question about cpu feature flags | |
| 19:21:35 | fghaas | not so much passing in the "vmx" flag specifically | |
| 19:22:26 | fghaas | but yeah that patch looks excellent :) | |
| 19:23:50 | melwitt | yeah, feature is being added this cycle https://blueprints.launchpad.net/nova/+spec/libvirt-cpu-model-extra-flags but the backports are going to be restricted to only the 'pcid' flag to address the meltdown/spectre perf mitigation. we weren't intending to backport a brand new feature in a free-form way | |
| 19:24:03 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Migrate old style volume attachments on nova-compute startup https://review.openstack.org/549130 | |
| 19:24:03 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Move get_stashed_volume_connector to compute.utils https://review.openstack.org/557810 | |
| 19:25:14 | melwitt | (to not add unknown instability to branches that are supposed to be considered quite stable) | |
| 19:43:42 | mriedem | wolfenstein | |
| 19:43:45 | mriedem | comin' for ya | |
| 19:57:40 | openstackgerrit | Merged openstack/nova master: Add request filter functionality to scheduler https://review.openstack.org/544730 | |
| 20:07:10 | openstackgerrit | Merged openstack/nova master: Add aggregates list to Destination object https://review.openstack.org/544729 | |
| 20:07:18 | openstackgerrit | Merged openstack/nova master: Make get_allocation_candidates() honor aggregate restrictions https://review.openstack.org/547990 | |
| 20:07:29 | openstackgerrit | Merged openstack/nova master: Add an index on aggregate_metadata.value https://review.openstack.org/555851 | |
| 20:20:54 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Add nova-status check for ironic flavor migration https://review.openstack.org/527541 | |
| 20:24:46 | openstackgerrit | Merged openstack/nova stable/queens: vmware: Fixes _detach_instance_volumes method https://review.openstack.org/557727 | |
| 20:26:29 | fghaas | melwitt: bummer, I'd love to see a backport for both pcid and vmx, but I realize I'm the nutcase here (as kashyap can attest, I'm sure) :) | |
| 20:30:38 | melwitt | fghaas: from what I understand, it's not too risky but we really don't ever backport full-fledged features to stable branches. stable is reserved for bug fixes. the reason we're making an exception and backporting the necessary bits for meltdown/spectre situation is because it would make a significant difference in reducing the performance degradation | |
| 20:31:11 | fghaas | Sure, I do follow that reasoning. | |
| 20:35:21 | cfriesen | fghaas: if you want to experiment, you can locally remove the couple lines of code in the backport limiting it to "pcid" and restart nova-compute. But if it causes problems, it's officially unsupported. | |
| 20:37:00 | fghaas | Entirely understood. But great to know that this will be an easy stop to pull, figuratively speaking | |
| 20:37:57 | melwitt | true that | |
| 20:44:49 | fghaas | ok, thanks everyone (particularly melwitt, cfriesen and kashyap), that's been extremely helpful information! | |
| 20:45:56 | melwitt | np | |
| 20:48:56 | efried | melwitt: Feel like pushing https://review.openstack.org/#/c/557508/ ? "Customer" is buggin me :) | |
| 20:50:19 | efried | jaypipes: Easy reviews in the upt bp (but outside the series so you mighta missed 'em): https://review.openstack.org/#/c/553475/ and (less critical) https://review.openstack.org/#/c/553476/ | |
| 20:50:21 | melwitt | it has been tab'd | |
| 20:50:25 | efried | melwitt: Thanks! | |
| 20:50:30 | melwitt | nova meeting in 10 minutes | |
| 21:01:43 | melwitt | gdi my irc client is freaking out. sorry | |
| 21:14:38 | fghaas | whoa melwitt you beat me to the ML writeup — thanks again! | |
| 21:18:26 | openstackgerrit | Matt Riedemann proposed openstack/nova stable/pike: add check before adding cpus to cpuset_reserved https://review.openstack.org/557622 | |
| 21:27:01 | openstackgerrit | Kashyap Chamarthy proposed openstack/nova master: libvirt: Allow to specify granular CPU feature flags https://review.openstack.org/534384 | |
| 21:30:14 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Log a warning and add nova-status check for old API service versions https://review.openstack.org/557506 | |
| 21:31:19 | openstackgerrit | Michael Still proposed openstack/nova master: Move IVS VIF plugging into the new utilities module. https://review.openstack.org/557552 | |
| 21:31:19 | openstackgerrit | Michael Still proposed openstack/nova master: Move create_tap_dev to the new utility method. https://review.openstack.org/557835 | |
| 21:35:00 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Log a warning and add nova-status check for old API service versions https://review.openstack.org/557506 | |
| 21:53:27 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Add nova-status check for ironic flavor migration https://review.openstack.org/527541 | |
| 21:55:42 | openstackgerrit | Eric Fried proposed openstack/nova stable/queens: Use ksa session for cinder microversion check https://review.openstack.org/557837 | |
| 21:55:51 | efried | mriedem, melwitt: queens cherry-pick ^ | |
| 21:55:58 | efried | Thanks for the prompt reviews, y'all. | |
| 21:56:12 | melwitt | lol, I was about to say, that's a lightning fast backport proposal | |
| 21:57:31 | efried | melwitt: I cheated a teeny bit | |