| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2017-10-20 | |||
| 16:24:17 | fried_rice | Which I *guess* is why we need microversions within a release. | |
| 16:24:21 | finucannot | fried_rice, cfriesen, sean-k-mooney: One more q: I noticed that adding 'physical_network' to the 'passthrough_whitelist' option and specifying '"device_type": "type-PCI"' for 'alias' resulted in 'type-PF' | |
| 16:24:22 | superdan | fried_rice: we have always done this.. like mriedem said earlier, each commit is a release | |
| 16:24:41 | fried_rice | superdan Good to know. I truly didn't realize that. | |
| 16:24:44 | finucannot | I haven't tried it again and know I shouldn't have set 'physical_network', but does that ring a bell? | |
| 16:25:19 | mriedem | i say lots of things | |
| 16:25:21 | finucannot | Want to make sure it's not a "feature" before I go tracking down a possible bug | |
| 16:25:24 | sean-k-mooney | finucannot: if you dont have vfs allocated that is expected | |
| 16:25:33 | fried_rice | finucannot Oh, please do not fix "bugs" in the PCI manager. | |
| 16:25:54 | mriedem | rm -rf nova/pci && echo "fixed" | |
| 16:25:55 | mriedem | ? | |
| 16:26:08 | fried_rice | Yeah, except for that fix. | |
| 16:26:13 | superdan | mriedem: ++ | |
| 16:26:35 | sean-k-mooney | finucannot: stephen if the pf does not have VF that is the correct value because we supprot neutron vnic type direct_physical | |
| 16:27:16 | finucannot | curl --data "salary=0" https://api.salary.redhat.com/sfinucan | |
| 16:27:20 | sean-k-mooney | finucannot: that means pretend we are doing sriov but really do a full pci passthrough and update neutron port the the phisical mac | |
| 16:27:50 | superdan | finucannot: I get an overflow error every time I try to use that api | |
| 16:27:54 | cdent | have a good weekend all | |
| 16:27:55 | finucannot | sean-k-mooney: Even though I explicitly set 'device_type' in the alias? | |
| 16:27:56 | superdan | something about not fitting into a 32-bit int | |
| 16:28:23 | sean-k-mooney | finucannot: you set the device type to type-PCI a pf is a pci device | |
| 16:29:45 | sean-k-mooney | but looking at the docs again i think you ment "device_type":"type-PF" or "device_type":"type-VF" not type-PCI | |
| 16:29:47 | finucannot | sean-k-mooney: Right, but 'type-PCI' != 'type-PF', so attempting to use the alias in a flavor's extra specs results in a failure to boot | |
| 16:29:50 | leakypipes | superdan: right. I'm not saying reparenting isn't important. just that for this first patch, I would like to disable it. | |
| 16:30:05 | leakypipes | superdan: with a TODO of course | |
| 16:31:21 | finucannot | Ah, wait - maybe I'm getting things mixed up here | |
| 16:31:47 | sean-k-mooney | finucannot: right when you added the physnet it made it useable for neutron sriov passthough and diabled nova pci passthough | |
| 16:32:04 | finucannot | sean-k-mooney: and marks it as 'type-PF'? | |
| 16:32:34 | finucannot | So the alias is simply that, an alias, so my alias is simply wrong? | |
| 16:33:05 | sean-k-mooney | yep if you change it to type-PF it will work | |
| 16:33:13 | finucannot | (y) | |
| 16:33:45 | finucannot | We should probably note how we decide what device_type to mark a device as somewhere | |
| 16:34:09 | finucannot | I thought it was done via the alias but I see the error of my ways now | |
| 16:35:04 | sean-k-mooney | yes it was foolish to try to understand how our pci passthrough code works :) | |
| 16:37:39 | leakypipes | superdan: would you be cool with that? | |
| 16:41:56 | openstackgerrit | Merged openstack/nova master: Cleanup mount / umount and associated rmdir calls https://review.openstack.org/494423 | |
| 16:44:26 | openstackgerrit | Merged openstack/nova master: Move lvm handling to privsep. https://review.openstack.org/495516 | |
| 16:56:59 | openstackgerrit | Ildiko Vancsa proposed openstack/nova master: Implement new attach Cinder flow https://review.openstack.org/330285 | |
| 17:06:30 | openstackgerrit | Elod Illes proposed openstack/nova master: Transform instance.trigger_crash_dump notification https://review.openstack.org/396225 | |
| 17:13:48 | superdan | leakypipes: no real choice so yeah sure :) | |
| 17:57:34 | openstackgerrit | Andreas Jaeger proposed openstack/nova master: DNM: Test api-refs https://review.openstack.org/513819 | |
| 17:57:43 | cfriesen | when running ironic, does it require configuring nova-scheduler differently than normal? The existance of nova/scheduler/ironic_host_manager.py, makes me wonder. | |
| 18:09:49 | MikeW | Hey which components of the nova services emit these notifications to rabbitmq: compute.instance.create.end and compute.instance.delete.start? | |
| 18:10:20 | MikeW | Wondering on what I need to touch to integrate designate-sink in my system and hoping I can void compute hosts, and just modify like nova-scheduler or nova-api | |
| 18:43:26 | MikeW | Anyone here have experience with nova/designate integration over the message queue? | |
| 18:49:01 | mriedem | mlavalle: remind me, can you live migrate from an ovs vif type to a linuxbridge vif type, or vice versa, today? or does that require a reboot once the instance is on the dest host? | |
| 18:49:30 | mriedem | i thought no because the source host doesn't know the dest host vif type to use to configure the guest before the live migration starts - which is part of what sean's spec is trying to fix | |
| 18:49:45 | mlavalle | that's my understanding as well | |
| 18:50:07 | mriedem | cool - just working on project update slides | |
| 18:50:15 | mlavalle | :-) | |
| 18:50:19 | mriedem | want to make sure i correctly promise the world | |
| 18:50:28 | mlavalle | LOL | |
| 18:58:55 | superdan | mriedem: correct | |
| 19:13:52 | openstackgerrit | Ildiko Vancsa proposed openstack/nova master: Implement new attach Cinder flow https://review.openstack.org/330285 | |
| 19:31:19 | openstackgerrit | Eric Fried proposed openstack/nova master: Refactor test_resource_provider https://review.openstack.org/513834 | |
| 19:38:13 | mriedem | superdan: this doesn't seem kosher https://review.openstack.org/#/c/509107/2/os_vif/objects/subnet.py | |
| 19:38:36 | superdan | mriedem: that's because it's not | |
| 20:15:58 | openstackgerrit | Eric Fried proposed openstack/nova master: Include /resource_providers/uuid/allocations link https://review.openstack.org/499826 | |
| 20:21:16 | openstackgerrit | Merged openstack/nova master: console: introduce basic framework for security proxying https://review.openstack.org/345396 | |
| 20:27:43 | mriedem | anthonyper: https://review.openstack.org/#/c/465160/ - talks about only allowing numa in the libvirt driver if using kvm | |
| 20:27:48 | mriedem | questions in there about numa support for libvirt+xen | |
| 20:36:54 | openstackgerrit | Eric Fried proposed openstack/nova master: Include /resource_providers/uuid/allocations link https://review.openstack.org/499826 | |
| 20:40:34 | BenderRodriguez | fried_rice: help me fix my issues | |
| 20:40:38 | BenderRodriguez | installing openstack | |
| 20:40:52 | fried_rice | BenderRodriguez I think you want the #openstack channel for that. | |
| 20:41:56 | fried_rice | mriedem Say, do we want to update the channel topic to reference the Queens release schedule at this point? | |
| 20:42:19 | mriedem | fried_rice: first, "say" is how my 60-something day starts a sentence, | |
| 20:42:22 | mriedem | second, yes | |
| 20:42:25 | mriedem | superdan: ^ | |
| 20:42:32 | fried_rice | Dude, what's with all the ageist talk lately? | |
| 20:42:33 | mriedem | s/day/dad/ | |
| 20:43:32 | fried_rice | whee | |
| 20:44:32 | BenderRodriguez | Why in the world | |
| 20:44:36 | BenderRodriguez | is openstack still running on top of 2.7 | |
| 20:44:41 | BenderRodriguez | what is wrong with you developers/ | |
| 20:44:50 | BenderRodriguez | python 2.7 that is | |
| 20:44:53 | superdan | dang, dropped op a little too early | |
| 20:44:57 | fried_rice | was gonna say | |
| 20:45:05 | mriedem | BenderRodriguez: you can run it on 3.5 | |
| 20:45:08 | mriedem | it's not really a nova thing, | |
| 20:45:11 | mriedem | it's a packaging thing | |
| 20:45:14 | mriedem | and we don't control the packages | |
| 20:45:21 | BenderRodriguez | hmmm | |
| 20:45:32 | BenderRodriguez | what version of python are unit tests run on | |
| 20:45:36 | BenderRodriguez | pre-deployment | |
| 20:45:39 | mriedem | 27 and 35 | |
| 20:45:42 | BenderRodriguez | ok good | |
| 20:45:46 | mriedem | unit tests, functional tests and integration tests | |
| 20:46:37 | openstackgerrit | Matt Riedemann proposed openstack/nova master: propagate OSError to MigrationPreCheckError https://review.openstack.org/469779 | |
| 20:52:59 | openstackgerrit | Ed Leafe proposed openstack/nova master: Add alternate hosts https://review.openstack.org/486215 | |
| 20:53:00 | openstackgerrit | Ed Leafe proposed openstack/nova master: Return Selection objects from the scheduler driver https://review.openstack.org/495854 | |
| 20:53:00 | openstackgerrit | Ed Leafe proposed openstack/nova master: Add Selection objects https://review.openstack.org/499239 | |
| 20:53:01 | openstackgerrit | Ed Leafe proposed openstack/nova master: Move the claim_resources method to scheduler utils https://review.openstack.org/511357 | |
| 20:53:01 | openstackgerrit | Ed Leafe proposed openstack/nova master: Change RPC for select_destinations() https://review.openstack.org/510159 | |
| 20:53:02 | openstackgerrit | Ed Leafe proposed openstack/nova master: Trivial: fix spelling of allocation_request https://review.openstack.org/513847 | |
| 20:53:02 | openstackgerrit | Ed Leafe proposed openstack/nova master: Make conductor pass and use host_lists https://review.openstack.org/511358 | |
| 21:03:25 | openstackgerrit | Matt Riedemann proposed openstack/nova master: Adds 'sata' as a valid disk bus for qemu and kvm hypervisors https://review.openstack.org/459794 | |
| 21:20:41 | openstackgerrit | Jay Pipes proposed openstack/nova master: placement: add nested resource providers https://review.openstack.org/377138 | |
| 21:20:42 | openstackgerrit | Jay Pipes proposed openstack/nova master: placement: adds REST API for nested providers https://review.openstack.org/384807 | |
| 21:20:42 | openstackgerrit | Jay Pipes proposed openstack/nova master: placement: allow filter providers in tree https://review.openstack.org/377215 | |