Earlier  
Posted Nick Remark
#openstack-nova - 2020-03-09
02:15:05 openstackgerrit Sundar Nadathur proposed openstack/nova master: Delete ARQs for an instance when the instance is deleted. https://review.opendev.org/673735
02:15:05 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable hard/soft reboot with accelerators. https://review.opendev.org/697940
02:15:06 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable start/stop of instances with accelerators. https://review.opendev.org/699553
02:15:06 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable and use COMPUTE_ACCELERATORS trait. https://review.opendev.org/699554
02:15:07 openstackgerrit Sundar Nadathur proposed openstack/nova master: Bump compute rpcapi version and reduce Cyborg calls. https://review.opendev.org/704227
02:15:07 openstackgerrit Sundar Nadathur proposed openstack/nova master: Block unsupported instance operations with accelerators. https://review.opendev.org/674726
02:15:08 openstackgerrit Sundar Nadathur proposed openstack/nova master: Add cyborg tempest job. https://review.opendev.org/670999
05:47:16 openstackgerrit Sundar Nadathur proposed openstack/nova master: Delete ARQs for an instance when the instance is deleted. https://review.opendev.org/673735
05:47:16 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable hard/soft reboot with accelerators. https://review.opendev.org/697940
05:47:17 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable start/stop of instances with accelerators. https://review.opendev.org/699553
05:47:17 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable and use COMPUTE_ACCELERATORS trait. https://review.opendev.org/699554
05:47:18 openstackgerrit Sundar Nadathur proposed openstack/nova master: Bump compute rpcapi version and reduce Cyborg calls. https://review.opendev.org/704227
05:47:18 openstackgerrit Sundar Nadathur proposed openstack/nova master: Block unsupported instance operations with accelerators. https://review.opendev.org/674726
05:47:19 openstackgerrit Sundar Nadathur proposed openstack/nova master: Add cyborg tempest job. https://review.opendev.org/670999
09:50:26 openstackgerrit John Garbutt proposed openstack/nova master: [Trivial] Fix code comment of admin password tests https://review.opendev.org/711734
09:57:48 openstackgerrit John Garbutt proposed openstack/nova master: libvirt: don't log error if guest gone during interface detach https://review.opendev.org/610727
10:08:01 openstackgerrit Luyao Zhong proposed openstack/nova master: bug-fix: Reject live migration with vpmem https://review.opendev.org/708110
10:08:01 openstackgerrit Luyao Zhong proposed openstack/nova master: address specific resources cleanup issue https://review.opendev.org/699148
10:08:02 openstackgerrit Luyao Zhong proposed openstack/nova master: support live migration with vpmems https://review.opendev.org/687856
10:08:02 openstackgerrit Luyao Zhong proposed openstack/nova master: Track orphan instances and error migrations in resource tracker https://review.opendev.org/678451
10:45:55 openstackgerrit Merged openstack/nova master: Introduce scope_types in os-deferred_delete https://review.opendev.org/707476
10:48:06 openstackgerrit Stephen Finucane proposed openstack/nova stable/train: Fix os-keypairs pagination links https://review.opendev.org/711895
10:49:10 openstackgerrit Stephen Finucane proposed openstack/nova stable/stein: Fix os-keypairs pagination links https://review.opendev.org/711896
10:49:58 openstackgerrit Stephen Finucane proposed openstack/nova stable/rocky: Fix os-keypairs pagination links https://review.opendev.org/711898
11:13:11 openstackgerrit Merged openstack/nova master: Add new default roles in os-deferred_delete policies https://review.opendev.org/707485
12:25:01 openstackgerrit Merged openstack/nova stable/train: Ensure source service is up before resizing/migrating https://review.opendev.org/701757
12:25:06 openstackgerrit Merged openstack/nova master: hyper-v: update support matrix https://review.opendev.org/711234
12:25:12 openstackgerrit Merged openstack/nova master: Fix os-keypairs pagination links https://review.opendev.org/711662
12:25:19 openstackgerrit Merged openstack/nova master: trivial: Rename directory for os-keypairs samples https://review.opendev.org/711663
12:25:26 openstackgerrit Merged openstack/nova master: Add new default roles in os-atttach-inerfaces policies https://review.opendev.org/706672
13:43:41 lyarwood stephenfin: https://review.opendev.org/#/c/706900/8/nova/virt/libvirt/driver.py@1987 - I'm flip flopping on this, do we really need to catch everything that could possibily go wrong here given I'm only going to reraise it anyway.
13:44:04 lyarwood stephenfin: LOG.exception() should also give enough debug detail for anyone looking at this during a failure right?
13:58:38 sean-k-mooney lyarwood: i think we have a decorator or context manager you can use if you are just going to catch and reraise.
13:58:49 sean-k-mooney havent looked at the patch
13:58:55 sean-k-mooney but that might be an option
13:59:46 lyarwood sean-k-mooney: yup using that already, this was more if I used be duplicating that for specific exceptions.
13:59:57 lyarwood s/used/should/g
14:54:42 openstackgerrit Stephen Finucane proposed openstack/nova master: trivial: Use 'import foo from bar' https://review.opendev.org/710235
14:56:05 openstackgerrit Stephen Finucane proposed openstack/nova master: trivial: Use 'from foo import bar' https://review.opendev.org/710235
14:56:19 sean-k-mooney hehe
14:56:32 sean-k-mooney yes that is a better summary line
15:03:23 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Correctly resize encrypted LUKSv1 volumes https://review.opendev.org/706900
15:17:42 openstackgerrit Stephen Finucane proposed openstack/nova master: DNM: Add reproducer for subunit parser error https://review.opendev.org/700522
15:26:41 Sundar Hi gibi, whenever you have some time, could we discuss https://review.opendev.org/#/c/631243/60/nova/tests/fixtures.py@2538 ?
15:28:03 gibi Sundar: give me 5 mins to gather context
15:28:26 Sundar gibi: Sure
15:32:34 gibi Sundar: OK. I think if only the fixture issue remains then I'm fine not refactoring the fixture right now.
15:33:00 gibi I do have to re-review your patches as I see now that you updated them
15:34:27 Sundar gibi: Sure, of course. Just wanted to see if you are ok with my response. I'll wait for your reviews. Thanks!
15:34:49 gibi Sundar: yeah, I'm OK with your response regarding the Fixture
15:35:30 gibi Sundar: I will try to do the review tomorrow
15:41:46 openstackgerrit Merged openstack/nova master: trivial: Use 'from foo import bar' https://review.opendev.org/710235
16:05:08 openstackgerrit Jason Anderson proposed openstack/nova master: Use fair locks in resource tracker https://review.opendev.org/711528
16:34:28 melwitt gibi: if you're around, would like to know your thoughts on the above patch ^ re: test coverage. there doesn't seem to be a great way to verify the addition of fair=True to the synchronized decorators ... wondering if there is a good way to test it that you might know and if not, what do you think about accepting the patch without any test coverage for that?
16:36:09 gibi melwitt: could you please link the patch again, I missed the link during a client restart
16:37:13 melwitt gibi: oops sorry, here https://review.opendev.org/711528
16:39:25 gibi melwitt: so basically the test should enforce that all the utils.synchronized decorators in nova are created with fair=True ?
16:40:48 gibi I think I can hack someting up for that. But if we want to be selective about when to use fair=True then that might be a harder problem
16:40:55 sean-k-mooney does it make sense to set fair=false?
16:41:13 melwitt gibi: not all in nova but only the ones in nova/compute/resource_tracker.py and yes, I was thinking something that checks whether any use of it is with fair=True. I tried for awhile to mock patch the decorator as a wrapper and check the args but it failed miserably because there was something I was missing
16:41:36 sean-k-mooney melwitt: gibi mabye a hacking check would be better
16:41:53 gibi hacking could be a way if this rule is module specific
16:42:23 gibi sorry I have to drop off but I will look back tomorrow morning
16:42:31 melwitt thanks gibi
16:43:36 melwitt gibi: fwiw I am ok with accepting the patch without testing (I mention in a comment on the review) and wanted to get more opinion
18:17:45 openstackgerrit Merged openstack/nova master: Validate id as integer for os-aggregates https://review.opendev.org/710214
18:17:54 openstackgerrit Merged openstack/nova master: nit: Fix NOTE error of fatal=False https://review.opendev.org/711794
18:44:52 openstackgerrit Merged openstack/nova stable/train: Recalculate 'RequestSpec.numa_topology' on resize https://review.opendev.org/708340
18:44:57 openstackgerrit Merged openstack/nova master: libvirt: don't log error if guest gone during interface detach https://review.opendev.org/610727
19:19:01 openstackgerrit Lee Yarwood proposed openstack/nova master: images: Move qemu-img info calls into privsep https://review.opendev.org/706897
19:19:02 openstackgerrit Lee Yarwood proposed openstack/nova master: images: Allow the output format of qemu-img info to be controlled https://review.opendev.org/706898
19:19:02 openstackgerrit Lee Yarwood proposed openstack/nova master: virt: Pass request context to extend_volume https://review.opendev.org/706899
19:19:03 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Correctly resize encrypted LUKSv1 volumes https://review.opendev.org/706900
20:31:27 elod lyarwood: thanks for volunteering for Nova Stable Liaison :) feel free to ping me anytime if you need some help with that :)
21:19:18 openstackgerrit Merged openstack/nova stable/stein: libvirt: Ignore DiskNotFound during update_available_resource https://review.opendev.org/711277
22:29:49 openstackgerrit Merged openstack/nova stable/train: Set instance CPU policy to 'share' through image property https://review.opendev.org/703393
22:29:56 openstackgerrit Merged openstack/nova stable/stein: Reproduce bug 1862633 https://review.opendev.org/711626
22:29:56 openstack bug 1862633 in OpenStack Compute (nova) "unshelve leak allocation if update port fails" [Medium,Fix released] https://launchpad.net/bugs/1862633 - Assigned to Balazs Gibizer (balazs-gibizer)
22:30:00 openstackgerrit Merged openstack/nova stable/stein: Clean up allocation if unshelve fails due to neutron https://review.opendev.org/711629
22:37:01 zigo Each time I do some live-migration, nova-compute appears down after the migration round, until I restart it.
22:37:08 zigo There's something wrong going on ...
22:37:15 zigo Has this been detected and fixed?
23:39:47 openstackgerrit Merged openstack/nova stable/rocky: Add retry_on_deadlock to migration_update DB API https://review.opendev.org/711461
#openstack-nova - 2020-03-10
00:18:54 openstackgerrit Brin Zhang proposed openstack/nova master: Add new default roles in os-volumes-attachments policies https://review.opendev.org/710190
00:18:55 openstackgerrit Brin Zhang proposed openstack/nova master: Add PATCH volume attachments api to os-volume_attachments https://review.opendev.org/693828
00:18:55 openstackgerrit Brin Zhang proposed openstack/nova master: Add new policy to PATCH update volume API https://review.opendev.org/711194
00:18:56 openstackgerrit Brin Zhang proposed openstack/nova master: Add functional tests for PATCH volume attachments API https://review.opendev.org/710965
00:22:42 brinzhang_ johnthethubaguy: Rebased done https://review.opendev.org/#/c/710190/5, thanks
00:24:21 brinzhang_ gmann: How about this os-instance-actions failed test case? https://review.opendev.org/#/c/706470/
01:50:50 openstackgerrit Brin Zhang proposed openstack/nova master: Add new default roles in os-volumes-attachments policies https://review.opendev.org/710190
01:50:50 openstackgerrit Brin Zhang proposed openstack/nova master: Add PATCH volume attachments api to os-volume_attachments https://review.opendev.org/693828
01:50:51 openstackgerrit Brin Zhang proposed openstack/nova master: Add new policy to PATCH update volume API https://review.opendev.org/711194
01:50:51 openstackgerrit Brin Zhang proposed openstack/nova master: Add functional tests for PATCH volume attachments API https://review.opendev.org/710965
03:02:13 openstackgerrit Merged openstack/nova stable/train: Fix hypervisors paginted collection_name. https://review.opendev.org/711664
08:27:52 gibi lyarwood: thanks for volunteering for the stable liaison role
08:31:56 gibi alex_xu, brinzhang_: looking at the meeting slot ML thread, I see will be discriminated by the 16:00 UTC slot. So I'm thinking about possible solutions for you
08:32:31 gibi my current running assumption is to have a single 16:00 UTC meeting slot on every Thrusday
08:34:16 gibi and on Thrusday UTC 8:00 or 9:00 have a unofficial office hours for you to have a way to talk about issues you want to bring up on the team meeting
08:35:14 gibi this would be like a trial
08:35:20 gibi see if it works

Earlier   Later