Earlier  
Posted Nick Remark
#openstack-nova - 2017-10-18
21:15:01 dansmith tssurya_: you'll also have bauzas' gratitude for finishing his unfinished work :P
21:15:04 tssurya_ dansmith , mriedem : will get them done then :D
21:15:08 dansmith \o/
21:15:09 mriedem thanks
21:15:24 mriedem also, my porch is suddenly full of wasps and spiders and i need someone to take care of that for me
21:15:31 mriedem although it is kind of spooky just in time for halloween
21:25:27 mlavalle mriedem: I responded to your comment in the spec
21:26:00 mlavalle I don't recall either that conversation during the PTG, but your feedback in the spec makes sense
21:30:59 openstackgerrit Eric Fried proposed openstack/nova master: Service user token requested with no auth https://review.openstack.org/512329
21:33:29 mriedem mlavalle: looks like the spec was based on the notes in https://etherpad.openstack.org/p/placement-nova-neutron-queens-ptg
21:33:33 mriedem and i asked in there about the proxy thing too
21:35:30 openstackgerrit Chris Dent proposed openstack/nova master: [placement] Clean up TODOs in allocations.yaml gabbit https://review.openstack.org/513057
21:41:07 efried Thanks dansmith. edmondsw FYI, https://review.openstack.org/#/c/510957/ is in the gate.
21:41:14 openstackgerrit Merged openstack/nova master: Send Allocations to spawn https://review.openstack.org/511879
21:41:15 efried Thanks johnthetubaguy too ^
21:41:20 openstackgerrit Merged openstack/nova master: docs: Explain the flow of the "serial console" feature https://review.openstack.org/476188
21:41:38 edmondsw efried saw... tx everyone
21:42:41 tonyb Will writing an external app to listen to the notifications bus 'void my warrantee?' or otherwise make y'all sad?
21:42:58 mriedem ?
21:43:06 tonyb I need to clean up an external system when an instance is deleted and I think that's the least gross way to do it
21:43:18 mriedem there are lots of things that do that already
21:43:20 mriedem mistral
21:43:27 mriedem telemetry, searchlight
21:43:32 mriedem designate sink i think
21:43:41 mriedem tonyb: use the versioned notifications
21:44:01 tonyb okay cool. That's knoda what I thought, but they're OpenStack and this things would be far from it
21:44:18 mriedem oh well if it's not openstack it's not allowed
21:44:35 tonyb mriedem: Yup no point writing to the old thing
21:44:39 tonyb mriedem: okay
21:44:47 mriedem i'm joking
21:44:53 tonyb ;p
21:44:54 mriedem about the not openstack thing
21:45:12 mriedem cross polination is the name of the game nowadays
21:46:19 tonyb mriedem: of course I'll push for it but the decision isn't really mine to make
21:53:00 openstackgerrit Takashi NATSUME proposed openstack/nova-specs master: Abort Cold Migration https://review.openstack.org/334732
21:53:22 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add 'delete_host' command in 'nova-manage cell_v2' https://review.openstack.org/510324
21:54:29 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (1/2) https://review.openstack.org/430608
21:55:10 openstackgerrit Takashi NATSUME proposed openstack/nova master: List/show all server migration types (2/2) https://review.openstack.org/459483
21:55:26 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: Microversion 2.54 - List/Show all server migration types https://review.openstack.org/430839
21:56:13 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(1/2) https://review.openstack.org/408955
21:56:31 openstackgerrit Takashi NATSUME proposed openstack/nova master: Enable cold migration with target host(2/2) https://review.openstack.org/408964
21:59:12 openstackgerrit Ed Leafe proposed openstack/nova master: Return Selection objects from the scheduler driver https://review.openstack.org/495854
21:59:13 openstackgerrit Ed Leafe proposed openstack/nova master: Change RPC for select_destinations() https://review.openstack.org/510159
21:59:13 openstackgerrit Ed Leafe proposed openstack/nova master: Move the claim_resources method to scheduler utils https://review.openstack.org/511357
21:59:14 openstackgerrit Ed Leafe proposed openstack/nova master: Make conductor pass and use host_lists https://review.openstack.org/511358
22:05:31 edleafe dansmith: ^^ tests passed now, so I removed the 'or {}'
22:07:53 openstackgerrit Merged openstack/nova master: Move restart_compute_service to a common place https://review.openstack.org/512551
22:09:53 openstackgerrit Merged openstack/nova stable/pike: Regenerate context during targeting https://review.openstack.org/512456
22:09:58 openstackgerrit Merged openstack/nova stable/ocata: libvirt: add check for VIR_DOMAIN_BLOCK_REBASE_COPY_DEV https://review.openstack.org/512406
22:10:12 openstackgerrit Merged openstack/nova stable/pike: Reproduce bug 1721652 in the functional test env https://review.openstack.org/511759
22:10:13 openstack bug 1721652 in OpenStack Compute (nova) pike "Evacuate cleanup fails at _delete_allocation_for_moved_instance" [High,In progress] https://launchpad.net/bugs/1721652 - Assigned to Matt Riedemann (mriedem)
22:17:25 mriedem mlavalle: johnthetubaguy: sean-k-mooney: ok more comments in the port binding spec, specifically https://review.openstack.org/#/c/375580/13/specs/queens/approved/neutron-new-port-binding-api.rst@136
22:17:47 mlavalle mriedem: thanks I saw them
22:17:53 mriedem i think there is a cleaner way to orchestrate some of the old/new flow stuff, which would also allow you to turn on the new flow if the source/dest during live migration are both running queens code
22:18:18 mriedem make conductor create the dest host binding, shove that into the migrate_data object, and have the computes key off that for doing stuff with the new dest host binding
22:18:38 mriedem also, don't have the virt driver call the neutron api to activate the dest host port binding, that needs to happen via compute manager in a generic way
22:19:14 mriedem i think the dest host port binding contains the details that are required to be put into the domain xml that goes on the dest host, but the spec isn't real clear about that
22:19:33 mriedem but that's probably the stuff that goes in the migrate_data and the compute keys off if it's doing new or old style stuff
22:21:05 mlavalle mriedem: cool, thanks. I'll probably shoot this in an email to sean-k-mooney later in an email to make sure he sees it firt thing in the morning
22:21:33 mriedem mlavalle: ok we might need a hangout in the morning
22:21:37 mriedem including johnthetubaguy
22:21:47 mriedem i feel like the spec goes 2 steps forward and 1 back each time i review it
22:21:53 mlavalle mriedem: do you have a time in mind?
22:22:08 mriedem nova team meeting is at 9am CT
22:22:13 mriedem so how about 10am CT?
22:22:33 mriedem that would be 4pm for john
22:22:44 mlavalle mriedem: that sounds good. I have a meeting at that time, but I think I can delegate it
22:22:52 mriedem neutron drivers meeting?
22:23:00 mlavalle no, L3 sub-team
22:23:07 mriedem ah
22:23:08 mlavalle drivers is in the afternoon out time
22:23:22 mriedem well i think if i can get sean and john on a hangout we can work through the major issues
22:23:28 mriedem i'll set something up
22:24:14 mlavalle mriedem: cool, thanks
22:24:35 mlavalle mriedem: would 8 be too early?
22:26:27 mriedem for me yeah
22:26:33 mriedem i've got to get my kid cleaned up and on the bus
22:26:46 mlavalle ok, cool, I suspected that
22:27:02 mlavalle and I know how un-clean kids can be :-)
22:28:09 mriedem dansmith: i assume you don't want to be part of this port binding live migration love fest
22:28:14 mriedem or melwitt
22:28:17 mriedem or anyone else in their right mind
22:28:36 dansmith mriedem: I certainly can be if you'd like
22:31:41 mriedem ok added
22:31:49 dansmith I can't friggin wait
22:31:53 mriedem i think my recent comments in the spec are the way to do this,
22:32:02 mriedem just need sean and john to tell me if i'm missing something
22:32:56 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Keep updating allocations for Ironic https://review.openstack.org/513198
22:34:58 melwitt mriedem: I've got another call at that time, so I have to miss out :)
22:36:02 mriedem your loss
22:36:17 melwitt oh I know
22:47:56 openstackgerrit Merged openstack/nova stable/pike: fix cleaning up evacuated instances https://review.openstack.org/512716
#openstack-nova - 2017-10-19
01:09:25 efried mriedem I wouldn't mind listening in on the port binding debacle^Wpowwow
01:11:59 mriedem ok
01:15:44 openstackgerrit Naichuan Sun proposed openstack/nova master: VGPU_support: add enabled white list https://review.openstack.org/512580
01:18:27 openstackgerrit Merged openstack/nova-specs master: Enable SR-IOV NIC offload feature discovery https://review.openstack.org/504895
01:31:02 openstackgerrit Takashi NATSUME proposed openstack/nova master: Add 'delete_host' command in 'nova-manage cell_v2' https://review.openstack.org/510324
01:32:08 openstackgerrit Matt Riedemann proposed openstack/nova-specs master: Spec for service create and destroy notification https://review.openstack.org/444731
01:32:39 openstackgerrit Matt Riedemann proposed openstack/nova-specs master: Spec for service create and destroy notification https://review.openstack.org/444731
01:59:39 openstackgerrit jichenjc proposed openstack/nova master: Enhance doc for placement allocation list https://review.openstack.org/511715

Earlier   Later