Earlier  
Posted Nick Remark
#openstack-nova - 2021-07-01
20:16:03 opendevreview Merged openstack/nova master: db: Copy docs from 'nova.db.*' to 'nova.db.sqlalchemy.*' https://review.opendev.org/c/openstack/nova/+/786299
20:16:32 opendevreview Merged openstack/nova master: db: Synchronize function signatures https://review.opendev.org/c/openstack/nova/+/786300
#openstack-nova - 2021-07-03
02:35:23 opendevreview Eric Xie proposed openstack/nova master: Add logs when cannot fit numa https://review.opendev.org/c/openstack/nova/+/798187
05:08:08 opendevreview Merged openstack/nova stable/wallaby: Update SRIOV port pci_slot when unshelving https://review.opendev.org/c/openstack/nova/+/790711
05:23:49 opendevreview Merged openstack/nova master: db: Clean up migration code https://review.opendev.org/c/openstack/nova/+/786301
#openstack-nova - 2021-07-04
18:41:45 opendevreview Ghanshyam proposed openstack/placement master: Fix oslo policy DeprecatedRule warnings https://review.opendev.org/c/openstack/placement/+/799418
21:01:22 opendevreview Ghanshyam proposed openstack/nova master: Fix oslo policy DeprecatedRule warnings https://review.opendev.org/c/openstack/nova/+/799422
23:05:19 opendevreview Ghanshyam proposed openstack/placement master: Fix oslo policy DeprecatedRule warnings https://review.opendev.org/c/openstack/placement/+/799418
#openstack-nova - 2021-07-05
01:12:42 opendevreview Eric Xie proposed openstack/nova master: Add logs when cannot fit numa https://review.opendev.org/c/openstack/nova/+/798187
08:42:15 opendevreview Yongli He proposed openstack/nova master: Smartnic support - cyborg drive https://review.opendev.org/c/openstack/nova/+/771362
08:42:24 opendevreview Yongli He proposed openstack/nova master: smartnic support - new vnic type https://review.opendev.org/c/openstack/nova/+/771363
08:42:46 opendevreview Yongli He proposed openstack/nova master: smartnic support - create arqs https://review.opendev.org/c/openstack/nova/+/758944
08:42:53 opendevreview Yongli He proposed openstack/nova master: smartnic support - build instance with smartnic arqs https://review.opendev.org/c/openstack/nova/+/798249
08:43:01 opendevreview Yongli He proposed openstack/nova master: smartnic support - cleanup arqs https://review.opendev.org/c/openstack/nova/+/798054
08:43:15 opendevreview Yongli He proposed openstack/nova master: smartnic support - reject server move and suspend https://review.opendev.org/c/openstack/nova/+/779913
08:43:26 opendevreview Yongli He proposed openstack/nova master: smartnic support - functional tests https://review.opendev.org/c/openstack/nova/+/780147
09:04:38 lyarwood stephenfin / gibi ; https://review.opendev.org/c/openstack/nova/+/720769 - would you mind hitting this today, https://launchpad.net/bugs/1860913 spells out the usecase pretty well.
09:05:10 gibi lyarwood: looking
09:06:05 lyarwood many thanks
09:08:36 stephenfin sure
09:29:21 gibi lyarwood, stephenfin: what was the solution for the failure of test_archive_task_logs functional test ?
09:29:51 stephenfin um...
09:30:06 stephenfin gibi: can you give me a bit more context? It's Monday morning :-P
09:30:26 gibi I saw multiple patches failing with https://ef75749a93c952a7bcbb-88cdb958b5e15841b787b658e9835738.ssl.cf5.rackcdn.com/720769/16/check/nova-tox-functional-py39/f1f266b/testr_results.html
09:30:52 gibi and I cloudly recall somebody pinged melwitt about it last week
09:30:57 gibi but I cannot reproduce the issue locally
09:31:18 stephenfin oh, I have no idea. Didn't know there was an issue there
09:31:28 alex_xu gibi: I feel smartnic patches are ready for your review https://review.opendev.org/q/topic:%22bp%252Fsriov-smartnic-support%22+(status:open%20OR%20status:merged)
09:32:09 gibi alex_xu: thanks. I will try to get to them, but based on how many times I made promise review it without actually getting there I don't want to promise any more. I will try
09:32:22 alex_xu gibi: thanks!
09:32:26 gibi stephenfin: no worries
09:32:44 alex_xu I think the major logic is on the third and fourth patch
09:41:05 lyarwood gibi: I think that was me pinging about it
09:41:12 lyarwood gibi: iirc it suddenly stopped failing
09:41:18 gibi strange
09:41:35 lyarwood https://zuul.opendev.org/t/openstack/builds?job_name=nova-tox-functional-py38&project=openstack%2Fnova&branch=master&pipeline=check
09:41:38 lyarwood https://bugs.launchpad.net/nova/+bug/1934519
09:41:41 lyarwood yeah really odd
09:42:03 lyarwood I can only assume something was reverted in a dep that fixed it
10:14:47 lyarwood test_volume_backed_live_migration is still failing
10:14:49 lyarwood argh
10:15:23 lyarwood actually that might be an issue with the change
10:15:52 lyarwood becuase https://zuul.opendev.org/t/openstack/builds?job_name=nova-live-migration&project=openstack%2Fnova&branch=master&pipeline=check looks pretty good
10:48:45 lyarwood http://paste.openstack.org/show/807166/ - made some progress with this, it isn't related to the patch AFAICT
11:01:07 gibi lyarwood: good finding
11:02:51 kashyap gibi: Heh, I once did a bit of it on list:
11:03:56 kashyap gibi: You need to follow the request/response "libvirt-$ID": http://lists.openstack.org/pipermail/openstack-dev/2016-October/105158.html
11:04:11 kashyap Each request and response will have the same libvirt-ID: libvirt-30 (or whatever number)
11:04:32 kashyap lyarwood: I saw the brief chat on #virt; it's the dreaded "Device or resource busy" problem
11:04:57 kashyap It is my list of top two "most notorious libvirt errors"
11:05:02 lyarwood kinda
11:05:12 lyarwood that's causing libvirtd to lockup
11:05:19 lyarwood the migration is in a different thread
11:05:27 lyarwood and the dest times out before the src
11:05:31 lyarwood but the src then continues
11:05:51 lyarwood that's a separate behavioural issue in libvirtd tbh
11:06:16 kashyap Me nods
11:06:34 kashyap There's also the SIGTERM / SIGKILL dance. Often times only killing the instance and restarting seems to be the "solution"
11:07:55 kashyap (Aside: if you're wondering what is the other error in my top-2 list, it's the "cannot acquire state change lock")
11:11:34 gibi kashyap: thank I will read that
12:05:29 opendevreview Merged openstack/nova-specs master: [template]suggest work item ordering https://review.opendev.org/c/openstack/nova-specs/+/793197
12:06:28 sean-k-mooney bauzas: im +2 on https://review.opendev.org/c/openstack/nova-specs/+/792796 by the way but held off +w to see if you want to adress teh nits in a follow up patch or if you wanted to quickly respin
12:17:49 bauzas sean-k-mooney: ack, will quickly look (was on PTO on Friday)
14:46:19 alexe9191 Goodday everyone :)
14:46:27 alexe9191 I was wondering if anyone has information on this blueprint? https://blueprints.launchpad.net/nova/+spec/detach-boot-volume
14:46:53 alexe9191 I see that it is waiting for approval since train and I was wondering if there are any plans to release it anytime soon ?
14:46:54 sean-k-mooney i think the people proposing it did not complete it
14:47:38 alexe9191 too bad
14:48:10 sean-k-mooney https://review.opendev.org/q/topic:%22bp%252Fdetach-boot-volume%22+(status:open%20OR%20status:merged)
14:48:24 gibi yepp it seems it is simply stalled out https://review.opendev.org/c/openstack/nova/+/623981/
14:48:31 sean-k-mooney https://review.opendev.org/q/topic:%2522bp/detach-boot-volume%2522+
14:48:44 sean-k-mooney so the most recent code is abandoned
14:49:19 sean-k-mooney alexe9191: it could be picked back up
14:49:27 sean-k-mooney i dont think it stalled out because of design reasons
14:51:01 sean-k-mooney matt's -1 was because we did not need to bump the object verion and the is_multi_attach is not implemted correctly
14:51:07 sean-k-mooney https://review.opendev.org/c/openstack/nova/+/623981/24/nova/objects/block_device.py
14:52:40 alexe9191 Abandoned meaning no one is working on it, or it won't be implemented for other reasons?
14:53:37 sean-k-mooney alexe9191: no one is working on it
14:53:57 sean-k-mooney it can be repoposed and implemented if people still want it and have time to work on it
16:11:56 opendevreview Merged openstack/nova-specs master: Re-propose "CPU selection with hypervisor consideration" https://review.opendev.org/c/openstack/nova-specs/+/799096
16:18:11 opendevreview Lee Yarwood proposed openstack/nova master: WIP/DNM - block_device: Use initialize APIs to refresh when reported as idempotent https://review.opendev.org/c/openstack/nova/+/720769
16:26:11 opendevreview Stephen Finucane proposed openstack/nova master: db: Use module-level imports for sqlalchemy (for real) https://review.opendev.org/c/openstack/nova/+/796519
16:26:12 opendevreview Stephen Finucane proposed openstack/nova master: db: Move main DB migrations https://review.opendev.org/c/openstack/nova/+/799519
16:26:12 opendevreview Stephen Finucane proposed openstack/nova master: db: Move db.sqalchemy.migration to db.migration https://review.opendev.org/c/openstack/nova/+/799518
16:26:13 opendevreview Stephen Finucane proposed openstack/nova master: db: Remove constant aliases from 'nova.db.api' https://review.opendev.org/c/openstack/nova/+/799521
16:26:13 opendevreview Stephen Finucane proposed openstack/nova master: db: Move 'sqlalchemy.types' up a directory https://review.opendev.org/c/openstack/nova/+/799520
16:26:14 opendevreview Stephen Finucane proposed openstack/nova master: db: Drop support for experimental concurrency https://review.opendev.org/c/openstack/nova/+/799522
16:26:15 opendevreview Stephen Finucane proposed openstack/nova master: db: Register database config options ourselves https://review.opendev.org/c/openstack/nova/+/799523
16:26:16 opendevreview Stephen Finucane proposed openstack/nova master: db: Move remaining 'nova.db.sqlalchemy' modules https://review.opendev.org/c/openstack/nova/+/799525
16:26:16 opendevreview Stephen Finucane proposed openstack/nova master: db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api' https://review.opendev.org/c/openstack/nova/+/799524
16:26:17 opendevreview Stephen Finucane proposed openstack/nova master: db: Post reshuffle cleanup https://review.opendev.org/c/openstack/nova/+/799526
16:26:18 opendevreview Stephen Finucane proposed openstack/nova master: db: Add initial alembic migration for main DB https://review.opendev.org/c/openstack/nova/+/799527
16:26:20 opendevreview Stephen Finucane proposed openstack/nova master: db: Add initial alembic migration for API DB https://review.opendev.org/c/openstack/nova/+/799528
16:26:21 opendevreview Stephen Finucane proposed openstack/nova master: WIP: db: Integrate alembic https://review.opendev.org/c/openstack/nova/+/799530
16:26:21 opendevreview Stephen Finucane proposed openstack/nova master: db: Trivial style changes https://review.opendev.org/c/openstack/nova/+/799529
16:28:30 opendevreview Ghanshyam proposed openstack/placement master: Fix oslo policy DeprecatedRule warnings https://review.opendev.org/c/openstack/placement/+/799418
16:29:07 stephenfin dansmith: If you have a bit of spare time, I'd appreciate some eyes on the last one of those patches ^ I can't quite figure out why the 'CellDatabases' fixtures is failing but it is :-\
17:12:17 sean-k-mooney gibi: how do you feel about https://review.opendev.org/c/openstack/nova-specs/+/791047/2/specs/xena/approved/pci-device-tracking-in-placement.rst#152 doing the pci inventory reservation via moving the instance claim to the conductor
17:12:34 sean-k-mooney stephenfin: ^ also of interest to you
17:13:33 sean-k-mooney we have talked about moving the instance claim to the conductor for years and it will simplfy pci in placment as well as resolve some other numa issues

Earlier   Later