Earlier  
Posted Nick Remark
#openstack-nova - 2018-05-23
09:12:39 openstackgerrit jichenjc proposed openstack/nova master: WIP: Remove support for /os-fixed-ips REST API https://review.openstack.org/568516
09:15:38 openstackgerrit jichenjc proposed openstack/nova master: raise exception early https://review.openstack.org/569024
09:16:00 openstackgerrit jichenjc proposed openstack/nova master: Raise correct exception when endpoint false config https://review.openstack.org/569026
11:40:44 ajo http://paste.openstack.org/show/721719/ <-- nova is nuts ;)
12:07:30 openstackgerrit Artom Lifshitz proposed openstack/nova master: Refactor _build_device_metadata https://review.openstack.org/533804
12:07:31 openstackgerrit Artom Lifshitz proposed openstack/nova master: Consider hostdev devices when building metadata https://review.openstack.org/533805
13:54:58 openstackgerrit Theodoros Tsioutsias proposed openstack/nova master: Add requested_networks to RequestSpec https://review.openstack.org/570201
13:54:59 openstackgerrit Theodoros Tsioutsias proposed openstack/nova master: Add instance hard delete https://review.openstack.org/570202
13:55:00 openstackgerrit Theodoros Tsioutsias proposed openstack/nova master: [WIP] Enable rebuild for instances in cell0 https://review.openstack.org/570203
15:44:27 mriedem word up
15:59:08 esberglu melwitt: Volume testing has been enabled for PowerVM CI. I think that means you can remove the procedural -2 on
15:59:09 esberglu https://review.openstack.org/#/c/526094/
15:59:17 esberglu I've left a comment there with some more info
15:59:36 esberglu mriedem: ^
16:01:30 mriedem esberglu: that's not my -2
16:03:34 esberglu mriedem: Yep I tagged melwitt too. You were part of the discussion about the PowerVM CI reqs though so I thought you might be interested
16:07:44 mriedem esberglu: oh i already knew, your powervm brethren accosted me this week already
16:09:00 esberglu mriedem: Accosting is what the summit is for right?
16:43:18 mriedem1 for anyone that's interested in helping out in docs (and upgrades) https://bugs.launchpad.net/nova/+bug/1772973
16:43:19 openstack Launchpad bug 1772973 in OpenStack Compute (nova) "The nova upgrade docs don't mention the nova-status upgrade check CLI" [Medium,Confirmed]
16:43:29 mriedem1 lyarwood: maybe you would enjoy ^ since you're our FFU guy
16:54:39 openstackgerrit MultipleCrashes proposed openstack/nova master: Retry decorator fix for autoscale delete https://review.openstack.org/563418
17:27:09 openstackgerrit Matt Riedemann proposed openstack/nova master: Restrict CONF.quota.driver to DB and noop quota drivers https://review.openstack.org/410996
17:31:56 mriedem dansmith: https://review.openstack.org/#/c/520043/
17:40:24 efried jaypipes: you still have https://review.openstack.org/#/c/569132/ on your re-review radar?
17:50:56 jaypipes efried: yessir.
17:51:03 efried jaypipes: Thanks
17:51:16 jaypipes efried: how'd your session on placement with edleafe go?
17:51:35 efried jaypipes: Very well. Well attended, well received, pacing was good, timing was good.
17:51:56 efried Correct level for audience, good questions.
17:52:20 efried One attendee wants instance count quotas :P
17:52:35 jaypipes efried: good to hear!
17:56:59 gibi efried: I'm glad you did not used the fridge and sandwich example to talk about removing allocations
17:57:24 efried gibi: ikr, the analogy really breaks down there o.O
17:57:49 efried I did actually mean to mention that
18:01:40 gibi :)
18:38:38 cdent validate all the knobs!
18:40:06 efried cdent: It's not that we couldn't validate the release of allocations in the fridge model. It's that... what does that mean? I don't want to think about how to un-eat my sandwich and return the pickles to the jar.
18:42:00 cdent efried: that's a paraphrase of mriedem in an NVF session. However, I'm certain that a virtual sandwich can be un-eaten, and in any case, when you describe and claim the sandwich, whether you eat it or not is out of scope.
18:42:09 cdent nfv
18:42:18 efried :)
18:43:43 artom Observing your sessions from afar with no context is entertaining :)
18:44:38 artom ... and appetite-buliding
19:14:12 bauzas jaypipes: efried: I wrapped my head around finding a good way for describing traits with GPUs and I finally ended up having no real possibility but having custom traits defined by the operator
19:14:32 bauzas jaypipes: efried: the problem is that standard traits about display heads et al. aren't sufficient
19:15:01 efried bauzas: Does this have to do with the issue that we talked about yesterday: needing specific drivers for specific card models etc?
19:15:33 bauzas like, I have a CUDA application that uses my super expensive nvidia P100 but I wouldn't like ending up on a host which is either having Intel GPU or an older nvidia GPI
19:15:38 bauzas efried: indeed
19:16:06 bauzas efried: vendor drivers is one part of the problem
19:16:43 bauzas efried: so I'm about to update https://review.openstack.org/#/c/557065/4/specs/rocky/approved/vgpu-rocky.rst and add a possibility to set traits on PCI IDs
19:17:18 efried bauzas: Which you can already do.
19:17:38 bauzas efried: by osc-placement ?
19:17:41 efried yes
19:17:45 bauzas efried: with nested resource providers ?
19:17:53 bauzas then, we don't need a conf opt
19:18:06 bauzas it's just documentation as we now support placement RBAC
19:18:17 efried bauzas: The tricky part, which I yelled about for a bit in Dublin, is representing the line between traits the virt driver "owns" and traits the user "owns".
19:19:00 bauzas efried: and I think I considered the operator traits as only being additive
19:19:30 bauzas if you set a trait on a node, it's your responsibility to make it consistent from what you got from the driver
19:22:16 efried1 Because the virt driver (or really, the compute service) "owns" certain traits even when they're not set for a given RP.
19:22:25 efried1 and is in fact responsible for unsetting them if they're not applicable.
19:25:09 bauzas efried: sure, and I don't see a problem with that
19:25:22 bauzas efried: that's just two sets of things
19:25:36 bauzas efried: the virt driver owns its set of traits
19:25:50 bauzas efried: the operator owns another set
19:26:24 bauzas efried: if for some reason the operator provides a traits that the virt driver could own, having the virt driver removing that trait authoritatively isn't a problem for me
20:51:56 openstackgerrit Matt Riedemann proposed openstack/nova master: Add encrypted volume support for feature matrix docs https://review.openstack.org/570255
21:00:15 openstackgerrit Matt Riedemann proposed openstack/nova master: Add encrypted volume support to feature matrix docs https://review.openstack.org/570255
21:00:16 mriedem lyarwood: ^ keep me honest
21:32:11 openstackgerrit Sylvain Bauza proposed openstack/nova-specs master: Proposes Multiple GPU types https://review.openstack.org/557065
21:37:19 mgagne hi, could I get a review on that one when someone has time? thanks! https://review.openstack.org/#/c/523559/
21:54:08 openstackgerrit Chris Dent proposed openstack/nova master: Optional separate database for placement API https://review.openstack.org/362766
21:54:09 openstackgerrit Chris Dent proposed openstack/nova master: Add PLACEMENT_DB_ENABLED=True to the nova-next job https://review.openstack.org/564067
21:56:22 openstackgerrit Chris Dent proposed openstack/nova master: Ensure that os-traits sync is attempted only at start of process https://review.openstack.org/553857
22:00:51 openstackgerrit Chris Dent proposed openstack/nova master: Isolate placement database config https://review.openstack.org/541435
22:01:00 openstackgerrit Chris Dent proposed openstack/nova master: Ensure that os-traits sync is attempted only at start of process https://review.openstack.org/553857
22:23:12 openstackgerrit Dan Smith proposed openstack/nova stable/queens: Add ssdb and virt-ssdb flags to cpu_model_extra_flags whitelist https://review.openstack.org/570271
22:39:21 bauzas jaypipes: you could be interested in https://review.openstack.org/#/c/569132/ and above
22:39:52 bauzas I'm blocked for my vGPU series up until https://review.openstack.org/#/c/560444/ merges
22:47:00 openstackgerrit Dan Smith proposed openstack/nova stable/queens: Add ssdb and virt-ssdb flags to cpu_model_extra_flags whitelist https://review.openstack.org/570271
22:47:45 openstackgerrit Dan Smith proposed openstack/nova stable/queens: Add ssdb and virt-ssdb flags to cpu_model_extra_flags whitelist https://review.openstack.org/570271
22:53:36 mriedem cfriesen_: https://www.redhat.com/archives/libvir-list/2018-May/msg01562.html
23:12:47 openstackgerrit Dan Smith proposed openstack/nova stable/queens: Add ssdb and virt-ssdb flags to cpu_model_extra_flags whitelist https://review.openstack.org/570271
23:16:46 openstackgerrit Dan Smith proposed openstack/nova stable/queens: Add ssdb and virt-ssdb flags to cpu_model_extra_flags whitelist https://review.openstack.org/570271
23:22:59 mriedem lbragstad[m]: attempted to reply to your scope types question in https://review.openstack.org/#/c/524425/16/nova/api/openstack/placement/policies/resource_provider.py
23:23:39 mriedem tl;dr if i understand scope properly, i think resource providers would be system scope (they aren't scoped to a project at all) and things like resource allocations and usages would be scoped to a project (they are specific to something like a server instance which is per project)
23:40:54 openstackgerrit Merged openstack/nova master: Convert libvirt's RBD storage to using processutils.execute() https://review.openstack.org/569862
#openstack-nova - 2018-05-24
01:13:25 openstackgerrit Merged openstack/nova master: Remove mox in libvirt/test_driver.py (2) https://review.openstack.org/568757
01:42:03 openstackgerrit Zhenyu Zheng proposed openstack/nova master: Only run placement request filters when Placement will be called https://review.openstack.org/569969
04:31:16 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Initial change set of z/VM driver https://review.openstack.org/523387
04:31:17 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: Spawn and destroy function of z/VM driver https://review.openstack.org/527658
04:31:18 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add snapshot function https://review.openstack.org/534240
04:31:19 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
04:31:20 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
05:41:20 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add snapshot function https://review.openstack.org/534240
05:41:21 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add power actions https://review.openstack.org/543340
05:41:22 openstackgerrit jichenjc proposed openstack/nova master: z/VM Driver: add get console output https://review.openstack.org/543344
06:10:45 openstackgerrit jichenjc proposed openstack/nova master: WIP: Remove support for /os-fixed-ips REST API https://review.openstack.org/568516
06:12:37 openstackgerrit jichenjc proposed openstack/nova master: raise exception early https://review.openstack.org/569024
06:54:57 openstackgerrit Merged openstack/nova master: Honor availability_zone hint via placement https://review.openstack.org/546282

Earlier   Later