Earlier  
Posted Nick Remark
#openstack-nova - 2019-11-25
21:41:07 openstackgerrit Matt Riedemann proposed openstack/nova stable/queens: Add functional regression test for bug 1849409 https://review.opendev.org/690724
21:41:25 artom 17:34:14.868 No waiting events found dispatching network-vif-plugged-3dccb72d-c922-4032-8f34-d7421fe2cff6
21:41:34 openstackgerrit Dan Smith proposed openstack/nova master: Add a way to exit early from a wait_for_instance_event() https://review.opendev.org/695985
21:41:36 dansmith efried: ^
21:41:40 artom 17:33:48.037
21:41:42 efried dansmith: ack
21:41:49 artom 17:33:48.037 Preparing to wait for external event network-vif-plugged-3dccb72d-c922-4032-8f34-d7421fe2cff6
21:42:10 artom So I guess something is consuming those events before?
21:42:15 artom Sorry for rubber-ducking y'all
21:43:00 dansmith artom: mriedem: remember the race-to-wait-for-event stuff with neutron and migration?
21:43:13 mriedem how could i forget
21:43:13 dansmith the patch I just pushed up would probably have helped us
21:43:15 artom dansmith, I do, but this isn't it. It's boot.
21:43:31 dansmith artom: yep, talking about that other thing
21:43:38 artom dansmith, ack, yeah
21:43:41 artom Looking
21:43:43 dansmith lots of event'n going on today
21:46:07 dansmith I don't remember the exact details of the neutron thing, but if we could have checked with one poll to see if a thing was done, we could have used this to safely be graceful about when the events show up and not lose our race-proof-ness
21:46:56 dansmith I think it was coming early for some backends, which is what this is about
21:47:00 artom dansmith, I haven't grokked your patch fully, but I'm not sure about that. We were getting the events *before* we even started waiting for them
21:47:08 dansmith right, that's what this is for
21:47:35 dansmith we're about to have a situation where for cyborg, an event could come before we're ready to wait for it
21:47:52 dansmith and we want to be able to handle that good situation (work is done before we have to stop and wait) without losing our race-proof-ness
21:51:18 artom Oh, that's your second para in the commit message
21:51:29 mriedem artom: we were getting them before we were waiting b/c the compute manager updating the port binding which trigggered the event before the driver's finish_revert_migration or whatever registered the event listener
21:51:52 mriedem so, we do control what was triggering the event
21:52:20 artom mriedem, yep
21:52:37 dansmith mriedem: I thought there was some component of it where we weren't use based on vif type if it came early or late? but maybe I'm remembering one of the reverted attempts?
21:52:44 dansmith s/use/sure/
21:52:48 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Fix listing deleted servers with a marker https://review.opendev.org/690735
21:52:48 openstack bug 1849409 in OpenStack Compute (nova) rocky "openstack server list --deleted --limit -1 hangs" [High,In progress] https://launchpad.net/bugs/1849409 - Assigned to Matt Riedemann (mriedem)
21:52:48 openstackgerrit Matt Riedemann proposed openstack/nova stable/pike: Add functional regression test for bug 1849409 https://review.opendev.org/690734
21:53:11 mriedem we do base it on vif type or something
21:53:35 dansmith ack, well, anyway, if we _can_ get in front of it, that's better obviously
21:53:46 mriedem https://github.com/openstack/nova/blob/ee25a82c2c1c12b0e290ed524e4d66b1a8a7a500/nova/compute/manager.py#L4459
21:54:43 artom (That apparently broke Midonet, for unclear reasons: https://review.opendev.org/#/c/675021/)
21:59:58 mriedem can i abandon that yet?
22:00:08 mriedem if they don't care enough to pursue since oct 1 it must not be a big deal
22:02:10 artom daycare taxi time
22:03:30 mriedem done
22:04:10 mriedem you should crank up the space truckin' organ solo from made in japan for the kiddies
22:04:19 efried dansmith: Reviewed, thanks for putting that together.
22:42:54 openstackgerrit Takashi NATSUME proposed openstack/nova master: Update keypairs in saving an instance object https://review.opendev.org/683043
22:47:12 openstackgerrit Merged openstack/nova master: Pick NEXT_MIN libvirt/QEMU versions for "V" release https://review.opendev.org/694821
23:41:07 openstackgerrit Eric Fried proposed openstack/nova-specs master: Spec: Ussuri: Encrypted Emulated Virtual TPM https://review.opendev.org/686804
23:42:02 efried dansmith: Simplified this ^ by restricting backup of vTPM data to only shelve and backup. Reasoning and effects are explained in the spec. It actually simplifies things considerably. I think with proper documentation, this is the happy middle ground.
#openstack-nova - 2019-11-26
00:23:50 openstackgerrit Takashi NATSUME proposed openstack/python-novaclient master: doc: Update Testing document https://review.opendev.org/695995
00:59:42 openstackgerrit Guo Jingyu proposed openstack/nova-specs master: Proposal for a safer noVNC console with password authentication https://review.opendev.org/623120
01:14:05 openstackgerrit Merged openstack/nova master: Do not update root_device_name during guest config https://review.opendev.org/670000
01:27:38 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Add new default roles in os-services API policies https://review.opendev.org/648480
01:34:49 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Add new default rules and mapping in policy base class https://review.opendev.org/645452
01:35:30 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Suppress policy deprecated warnings in tests https://review.opendev.org/676670
01:36:40 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Suppress policy deprecated warnings in tests https://review.opendev.org/676670
01:37:02 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Add new default roles in os-services API policies https://review.opendev.org/648480
02:18:57 openstackgerrit Huachang Wang proposed openstack/nova master: Refactor the code path of creating instance with a NUMA topology https://review.opendev.org/688932
02:18:58 openstackgerrit Huachang Wang proposed openstack/nova master: Introduce a new instance CPU allocation policy: mixed https://review.opendev.org/688934
02:18:58 openstackgerrit Huachang Wang proposed openstack/nova master: Assign instance dedicated CPU set through `cpu_pinning` field https://review.opendev.org/688933
02:18:59 openstackgerrit Huachang Wang proposed openstack/nova master: More tests for validating CPU policy by 'resources:PCPU' and 'resources:VCPU' https://review.opendev.org/696007
02:18:59 openstackgerrit Huachang Wang proposed openstack/nova master: metadata: export the vCPU IDs that are pinning on the host CPUs https://review.opendev.org/688936
02:19:00 openstackgerrit Huachang Wang proposed openstack/nova master: Create 'mixed' instance from PCPU and VCPU resources https://review.opendev.org/696009
02:19:00 openstackgerrit Huachang Wang proposed openstack/nova master: support unbalanced dedicatd CPU distribution on instance NUMA nodes https://review.opendev.org/696008
02:38:48 openstackgerrit Eric Xie proposed openstack/nova master: Fix incorrect command examples https://review.opendev.org/695832
04:39:56 openstackgerrit Merged openstack/nova master: Handle target host cross-cell cold migration in conductor https://review.opendev.org/642591
04:40:03 openstackgerrit Merged openstack/nova master: Validate image/create during cross-cell resize functional testing https://review.opendev.org/642592
04:40:11 openstackgerrit Merged openstack/nova master: Add zones wrinkle to TestMultiCellMigrate https://review.opendev.org/643450
05:52:59 openstackgerrit Merged openstack/nova stable/train: Join migration_context and flavor in Migration.instance https://review.opendev.org/694408
07:00:52 openstackgerrit OpenStack Proposal Bot proposed openstack/nova master: Imported Translations from Zanata https://review.opendev.org/694717
08:50:34 openstackgerrit Lee Yarwood proposed openstack/nova master: compute: Use long_rpc_timeout in reserve_block_device_name https://review.opendev.org/693537
09:02:14 kashyap efried: Noted on your "meh"; can squash...could've squashed (but it's already merged). Thx!
09:04:18 kashyap (And also thanks to stephenfin for the reviews, as usual.)
09:07:00 kashyap stephenfin: Oops, good catch on "test_min_version_file_backed_ok"!
09:50:12 stephenfin bauzas: If you're bored, three dead simple patches here for you https://review.opendev.org/#/q/status:open+project:openstack/nova+branch:master+topic:drop-python2-support
09:50:22 bauzas stephenfin: lol
09:50:44 bauzas stephenfin: I'm bored by an internal customer issue, fer sur
10:11:08 johnthetubaguy stephenfin: just went back to the nova-net removal, can't we delete all of that nova/network/api.py as its the class we use to talk to the binary you removed in the patch before?
10:12:51 stephenfin johnthetubaguy: Maybe? I'm not really sure. The RPC client/server divide constantly trips me up
10:13:06 stephenfin I have been trying to avoid huge patches though because no one will review them. That feels like one such patch
10:13:11 openstackgerrit Balazs Gibizer proposed openstack/nova-specs master: Filter hypervisors by service host https://review.opendev.org/695716
10:13:15 stephenfin assuming I have to remove references from elsewhere while I'm at it
10:13:16 johnthetubaguy understood
10:13:28 johnthetubaguy https://github.com/openstack/nova/blob/master/nova/network/__init__.py
10:13:28 johnthetubaguy I just wonder if you remove this bit:
10:13:46 johnthetubaguy that might mean a bunch of stuff just gets deleted, as its no longer used
10:14:26 johnthetubaguy a large set of just red, with zuul +1 might get a quick ish review
10:14:43 stephenfin let me try
10:14:54 stephenfin I think I have that done _somewhere_, but who knows where
10:14:59 johnthetubaguy heh, OK
10:15:17 stephenfin thank God for cherry-pick
10:15:21 johnthetubaguy if doing it results in a silly change, that is all good
10:15:23 johnthetubaguy heh
10:49:41 openstackgerrit Stephen Finucane proposed openstack/nova master: nova-net: Remove references to nova-net service from tests https://review.opendev.org/686818
10:50:38 kashyap sean-k-mooney: Hey, can you remind again: upstream supports multique virtio-net, yes?
10:50:43 kashyap s/que/queue/
11:08:46 johnthetubaguy kashyap: I have used that with a customer, with some success
11:09:14 kashyap johnthetubaguy: I see
11:09:16 kashyap Good to hear
11:09:19 johnthetubaguy good when you have lots of small packets
11:09:56 kashyap johnthetubaguy: I ask because, a QEMU dev was just mentioning an OOM bug for a Windows guest w/ multiqueue enabled
11:10:04 kashyap (Recently fixed, /me goes to check)
11:10:20 johnthetubaguy heh, thank goodness they doing run windows then :)

Earlier   Later