Earlier  
Posted Nick Remark
#openstack-nova - 2019-08-26
22:14:33 melwitt hm, yeah. ok
22:15:55 fungi sean-k-mooney: looking more closely at the example in the bug description, it looks like the macs there are only duplicated between master and vlan1 entries for the same port?
22:16:31 sean-k-mooney that confused me a bit
22:16:38 fungi i don't see the same macs appearing on different port numbers
22:16:50 sean-k-mooney for linxu bridge we shoudl not be adding vlans to the tap devices
22:17:01 fungi so i think it's just vlan0/trunk and vlan1/tagged both being listed?
22:18:00 sean-k-mooney my understnading was the the linux bridge driver applied the vlan to the veth pari that connted the tenant bridge to the br-int
22:18:15 sean-k-mooney so the ports on the tenant network should be untagged
22:19:32 fungi also it's unclear to me whether those entries are marked permanent because they were added through some other mechanism than learning, or whether they're showing up as permanent because their ageing time is 0
22:19:36 sean-k-mooney i can deploy with linux bridge and try to see what happens
22:20:06 sean-k-mooney or perment because the port exist on the bridge
22:20:07 fungi if you get a chance that would be stellar, but if not i'll dig in the docs when i get a moment
22:21:22 sean-k-mooney it looks to me like the only macs in teh fdb are for the local ports
22:21:30 sean-k-mooney implying that the macs are never learned
22:21:38 sean-k-mooney for non local porst
22:22:17 sean-k-mooney nomaly we would expec the eno1.102 port to havee the macs of vms on other host listed
22:23:15 sean-k-mooney if that is the case the desciption in 17 is closer to being corerect as we would flood any packet to a non local port
22:23:53 sean-k-mooney which would mean i need a 2 node deployment to test
22:24:22 fungi aha, so it could be that the problem is traffic addressed to a non-local port is flooded to all ports including the local ports
22:24:27 sean-k-mooney which i guess i can do i jsut need to set it up but i likely wont get to it until tomorow
22:24:37 sean-k-mooney fungi: yep
22:24:43 sean-k-mooney that what im suspecting
22:25:14 fungi that would make more sense in light of the example bridge table and the other suggestions in the ensuing bug discussion
22:25:21 fungi thanks!
22:30:43 sean-k-mooney artom: do you mind if i rebase your series to fix the keystone_auth issues
22:30:54 sean-k-mooney artom: just running the test locally to confirm
22:32:35 sean-k-mooney ill quickly deploy and test it locally then sign off for the night
22:39:03 openstackgerrit sean mooney proposed openstack/nova master: Introduce live_migration_claim() https://review.opendev.org/635669
22:39:03 openstackgerrit sean mooney proposed openstack/nova master: New objects for NUMA live migration https://review.opendev.org/634827
22:39:04 openstackgerrit sean mooney proposed openstack/nova master: LM: add support for augmenting migrate_data with info from claims https://review.opendev.org/634828
22:39:04 openstackgerrit sean mooney proposed openstack/nova master: LM: add support for updating NUMA-related XML on the source https://review.opendev.org/635229
22:39:05 openstackgerrit sean mooney proposed openstack/nova master: Deprecate CONF.workarounds.enable_numa_live_migration https://review.opendev.org/640021
22:39:05 openstackgerrit sean mooney proposed openstack/nova master: NUMA live migration support https://review.opendev.org/634606
22:39:06 openstackgerrit sean mooney proposed openstack/nova master: Functional test for NUMA live migration https://review.opendev.org/672595
23:16:02 sean-k-mooney artom: it looks like your getting closer. did you modify the hugepage code.
23:16:24 sean-k-mooney i think migrtion with cpu pinning is now working but i think the hugepage migration is not
23:17:17 sean-k-mooney i will test it more corretly tomorrwo by force the cpus set to not over lap on each host and actully allocating hugepages rther then forcing small pages with hw:mem_page_size=small
23:36:36 openstackgerrit Merged openstack/nova master: Add test for create server with integer AZ https://review.opendev.org/678328
23:51:27 artom sean-k-mooney, ugh, I had local changes I wanted to push
23:51:48 artom You just rebased them?
23:52:00 artom I guess I'll keep my local branch, rebase, then push
#openstack-nova - 2019-08-27
00:16:06 sean-k-mooney it was an automatic rebase against master
00:16:09 sean-k-mooney no conflicts
00:16:24 sean-k-mooney so just commit and rebase against master and push
00:16:30 sean-k-mooney artom: ^
00:16:40 artom sean-k-mooney, ack, thanks
00:18:41 sean-k-mooney also something is broken with hw:mem_page_size=small. i get an error about pagesize changeing when i try to migrate when i set that.
00:18:58 sean-k-mooney not sure if that is related to your changes or not
00:52:42 artom sean-k-mooney, do the 2 hosts have different page sizes?
00:52:58 artom (Or it could be a legit bug with that code, as it's new)
00:59:30 artom Oh snap, rollback works
00:59:35 artom *actually* works
01:00:01 artom If I don't drop the move claim on the dest (comment that bit out), the test fails with the expected pinning assertion
01:01:16 openstackgerrit Artom Lifshitz proposed openstack/nova master: Introduce live_migration_claim() https://review.opendev.org/635669
01:01:17 openstackgerrit Artom Lifshitz proposed openstack/nova master: LM: add support for augmenting migrate_data with info from claims https://review.opendev.org/634828
01:01:17 openstackgerrit Artom Lifshitz proposed openstack/nova master: New objects for NUMA live migration https://review.opendev.org/634827
01:01:18 openstackgerrit Artom Lifshitz proposed openstack/nova master: NUMA live migration support https://review.opendev.org/634606
01:01:18 openstackgerrit Artom Lifshitz proposed openstack/nova master: LM: add support for updating NUMA-related XML on the source https://review.opendev.org/635229
01:01:19 openstackgerrit Artom Lifshitz proposed openstack/nova master: Deprecate CONF.workarounds.enable_numa_live_migration https://review.opendev.org/640021
01:01:19 openstackgerrit Artom Lifshitz proposed openstack/nova master: Functional tests for NUMA live migration https://review.opendev.org/672595
01:35:00 openstackgerrit Merged openstack/nova master: [Trivial]Remove unused helper get_vif_devname_with_prefix https://review.opendev.org/678136
02:30:39 openstackgerrit Merged openstack/nova stable/stein: rt: only map compute node if we created it https://review.opendev.org/676278
02:30:46 openstackgerrit Merged openstack/nova stable/stein: Add functional regression recreate test for bug 1839560 https://review.opendev.org/676507
02:30:47 openstack bug 1839560 in OpenStack Compute (nova) stein "ironic: moving node to maintenance makes it unusable afterwards" [High,In progress] https://launchpad.net/bugs/1839560 - Assigned to Matt Riedemann (mriedem)
02:30:53 openstackgerrit Merged openstack/nova stable/stein: Restore soft-deleted compute node with same uuid https://review.opendev.org/676509
03:47:27 openstackgerrit Artom Lifshitz proposed openstack/nova master: Deprecate CONF.workarounds.enable_numa_live_migration https://review.opendev.org/640021
03:47:27 openstackgerrit Artom Lifshitz proposed openstack/nova master: NUMA live migration support https://review.opendev.org/634606
03:47:28 openstackgerrit Artom Lifshitz proposed openstack/nova master: Functional tests for NUMA live migration https://review.opendev.org/672595
04:35:50 openstackgerrit Merged openstack/nova master: [Trivial]Remove unused helper _get_min_service_version https://review.opendev.org/678446
05:10:48 openstackgerrit Dustin Cowles proposed openstack/nova master: WIP: Load the custom resource providers to resource tracker https://review.opendev.org/676522
06:22:07 openstackgerrit melanie witt proposed openstack/nova master: nova-manage db archive_deleted_rows is not multi-cell aware https://review.opendev.org/507486
06:22:08 openstackgerrit melanie witt proposed openstack/nova master: Verify archive_deleted_rows --all-cells in post test hook https://review.opendev.org/672840
08:29:36 aspiers kashyap: welcome back
08:36:58 aspiers kashyap: hope you had a good time!
08:37:33 kashyap Partly, yes. And partly it was a "responsibility trip" :-)
08:41:36 openstackgerrit zhangyujun proposed openstack/nova master: Should not raise when restore power on failed https://review.opendev.org/624854
09:05:37 licanwei #join #airshipit
09:34:25 aspiers sean-k-mooney: let me know if I can help with bp/image-metadata-prefiltering
09:34:40 aspiers sean-k-mooney: that's not me being generous, you're just ahead of me on the runway ;-)
09:35:00 aspiers looks like there are some CI failures, maybe I could fix those
09:44:24 openstackgerrit Luyao Zhong proposed openstack/nova master: db: Add resources column in instance_extra table https://review.opendev.org/678447
09:44:25 openstackgerrit Luyao Zhong proposed openstack/nova master: Add resources dict into _Provider https://review.opendev.org/678449
09:44:25 openstackgerrit Luyao Zhong proposed openstack/nova master: object: Introduce Resource and ResouceList objs https://review.opendev.org/678448
09:44:26 openstackgerrit Luyao Zhong proposed openstack/nova master: Retrive the allocations early https://review.opendev.org/678450
09:44:26 openstackgerrit Luyao Zhong proposed openstack/nova master: Track orphan instances and error migrations in resource tracker https://review.opendev.org/678451
09:44:27 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Enable driver configuring PMEM namespaces https://review.opendev.org/678453
09:44:27 openstackgerrit Luyao Zhong proposed openstack/nova master: Claim resources in resource tracker https://review.opendev.org/678452
09:44:28 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: Support VM creation with vpmems and vpmems cleanup https://review.opendev.org/678455
09:44:28 openstackgerrit Luyao Zhong proposed openstack/nova master: libvirt: report VPMEM resources by provider tree https://review.opendev.org/678454
09:44:29 openstackgerrit Luyao Zhong proposed openstack/nova master: Add functional tests for virtual persistent memory https://review.opendev.org/678470
09:44:29 openstackgerrit Luyao Zhong proposed openstack/nova master: Parse vpmem related flavor extra spec https://review.opendev.org/678456
10:02:05 openstackgerrit mathieu bultel proposed openstack/nova master: Return security groups by name https://review.opendev.org/678776
10:18:19 aspiers bauzas: I was just looking at fixing some of the issues in sean-k-mooney's patch you just reviewed https://review.opendev.org/#/c/666914/
10:18:32 bauzas cool
10:18:50 aspiers although I'm not sure if I'd be treading on his toes
10:19:01 bauzas well, sean is there :)
10:19:12 aspiers https://storage.gra1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/logs_14/666914/11/check/openstack-tox-py27/ee133dd/testr_results.html.gz shows an ordering error which is probably the dict.values issue you mention
10:19:19 aspiers only on py27 not py3
10:19:34 aspiers I'm not sure if he's around today
10:20:39 sean-k-mooney bauzas: yep i know values change between py27 and py3X

Earlier   Later