Earlier  
Posted Nick Remark
#openstack-nova - 2020-12-21
14:37:42 gmann stephenfin: can you check these two placement's APi policy work https://review.opendev.org/c/openstack/placement/+/764409 https://review.opendev.org/c/openstack/placement/+/764394/13
14:45:29 stephenfin gmann: sure, will do
14:45:40 gmann stephenfin: thanks
14:55:57 openstackgerrit Merged openstack/nova master: Reproduce bug 1907522 in functional test https://review.opendev.org/c/openstack/nova/+/766791
14:55:57 openstack bug 1907522 in OpenStack Compute (nova) "test_*_with_qos_min_bw_allocation fails in the nova-multi-cell job with: nova.exception.MigrationPreCheckError: Migration pre-check error: Failed to create port bindings for host " [High,In progress] https://launchpad.net/bugs/1907522 - Assigned to Balazs Gibizer (balazs-gibizer)
14:58:45 openstackgerrit Merged openstack/nova master: Fallback to same-cell resize with qos ports https://review.opendev.org/c/openstack/nova/+/766925
15:44:18 ikla is there anything special to overcommit ram/cpu on a hosts?
15:44:30 ikla is this all handled in the flavor?
16:23:09 openstackgerrit Lee Yarwood proposed openstack/nova master: api-ref: Add notes about volume attach and detach being async https://review.opendev.org/c/openstack/nova/+/768104
16:23:45 lyarwood stephenfin: ^ no idea how I should flag these APIs as async, would appreciate a review if you have time this week.
16:57:50 openstackgerrit Merged openstack/nova master: Bump the lowest eventlet version to 0.26.1 https://review.opendev.org/c/openstack/nova/+/761427
17:12:58 openstackgerrit Artom Lifshitz proposed openstack/nova master: WIP: objects: Add `socket` to NUMACell and PciDevice https://review.opendev.org/c/openstack/nova/+/766795
17:12:59 openstackgerrit Artom Lifshitz proposed openstack/nova master: WIP: Start populating `socket_id` in host NUMA topology https://review.opendev.org/c/openstack/nova/+/766816
17:26:06 stephenfin ikla: Depends on what version of nova you're using and whether we're talking new or existing compute nodes. If it's pre-Newton, you'll simply want to set 'ram_allocation_ratio' and 'cpu_allocation_ratio' on the compute nodes
17:28:11 stephenfin If it's any later, you can set 'initial_ram_allocation_ratio' and 'initial_cpu_allocation_ratio' to seed new compute nodes but that won't override what's in placement for existing compute nodes. You can either update placement manually (e.g. using osc-placement) or override that by setting the old 'ram_allocation_ratio' and 'cpu_allocation_ratio' values
18:08:30 stephenfin gmann: Left a -1 on the first one for mistake in the doc. Easily fixed though. +2 on the other
18:09:04 stephenfin and +2 on that doc patch, lyarwood. Makes sense to me. We should probably make the HTTP 202 = async link more obvious in general but I have no clever ideas there either
18:11:02 gmann stephenfin: that is stein upgrade doc so did not change to oslo.policy.policy_file - https://review.opendev.org/c/openstack/placement/+/764409/4/doc/source/admin/upgrade-to-stein.rst#125
18:11:44 gmann I had to change it with non config option format as this config option is removed now and lead to config option not found error if kept as it is
18:11:55 stephenfin gmann: Ah, in that case I think you meant ``[placement] policy_file``
18:12:05 stephenfin not ``[oslo.config].placement.policy_file``
18:12:14 gmann sure, I can update that
18:13:19 openstackgerrit Ghanshyam proposed openstack/placement master: Remove deprecated [placement]/policy_file config option https://review.opendev.org/c/openstack/placement/+/764409
18:13:42 openstackgerrit Ghanshyam proposed openstack/placement master: [goal] Deprecate the JSON formatted policy file https://review.opendev.org/c/openstack/placement/+/764394
18:13:47 stephenfin Cool, +W
18:13:48 gmann stephenfin: ^^ done
18:13:51 gmann thanks
18:33:08 openstackgerrit Ghanshyam proposed openstack/nova stable/victoria: DNM: testing minbw new tests https://review.opendev.org/c/openstack/nova/+/768068
19:47:41 gmann masayukig: left comment in this, need to update network extensions - https://review.opendev.org/c/openstack/devstack/+/755415
19:48:04 gmann ah wrong channel.
22:55:54 openstackgerrit Merged openstack/placement master: Remove deprecated [placement]/policy_file config option https://review.opendev.org/c/openstack/placement/+/764409
#openstack-nova - 2020-12-22
00:46:05 openstackgerrit Merged openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/c/openstack/nova/+/728109
00:47:07 openstackgerrit Merged openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/c/openstack/nova/+/728117
04:03:40 openstackgerrit norman shen proposed openstack/nova-specs master: Adds spec for instance live resize https://review.opendev.org/c/openstack/nova-specs/+/141219
04:22:37 openstackgerrit Brin Zhang proposed openstack/nova master: Cyborg shelve/unshelve support https://review.opendev.org/c/openstack/nova/+/729563
04:22:37 openstackgerrit Brin Zhang proposed openstack/nova master: [Trivial] Rename host/node to hostname/nodename in conductor manager https://review.opendev.org/c/openstack/nova/+/762499
05:16:50 openstackgerrit Wang Haojue proposed openstack/nova master: fix bug 1907775 https://review.opendev.org/c/openstack/nova/+/768141
05:16:50 openstack bug 1907775 in OpenStack Compute (nova) "After change Host's Availability Zone, the deployed VMs Availability Zone data(in novaapi.request_specs table) can not be updated" [Medium,Confirmed] https://launchpad.net/bugs/1907775 - Assigned to Stephen Finucane (stephenfinucane)
08:25:52 openstackgerrit Brin Zhang proposed openstack/nova master: Replace all_tenants with all_projects in List Server APIs https://review.opendev.org/c/openstack/nova/+/765311
08:25:53 openstackgerrit Brin Zhang proposed openstack/nova master: Replaces tenant_id with project_id from Rebuild Server API https://review.opendev.org/c/openstack/nova/+/766380
08:25:53 openstackgerrit Brin Zhang proposed openstack/nova master: Replaces tenant_id with project_id from List SG API https://review.opendev.org/c/openstack/nova/+/766726
08:25:54 openstackgerrit Brin Zhang proposed openstack/nova master: Replaces tenant_id with project_id from Flavor Access APIs https://review.opendev.org/c/openstack/nova/+/767704
08:25:54 openstackgerrit Brin Zhang proposed openstack/nova master: Replace tenants* with projects* of policies https://review.opendev.org/c/openstack/nova/+/765315
08:57:01 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: [stable-only] Cap bandit to 1.6.2 and raise hacking and flake8 in LC https://review.opendev.org/c/openstack/nova/+/766171
09:23:27 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: [stable-only] Cap bandit to 1.6.2 and raise hacking and flake8 in LC https://review.opendev.org/c/openstack/nova/+/766171
09:23:28 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: Helper to start computes with different HostInfos https://review.opendev.org/c/openstack/nova/+/751364
09:23:30 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: WIP Add regression test for bug #1899649 https://review.opendev.org/c/openstack/nova/+/768180
09:23:30 openstack bug 1899649 in OpenStack Compute (nova) "Volume marked as available after a failure to build" [Undecided,In progress] https://launchpad.net/bugs/1899649 - Assigned to Lee Yarwood (lyarwood)
10:11:28 openstackgerrit Brin Zhang proposed openstack/nova master: Replace tenants* with projects* of policies https://review.opendev.org/c/openstack/nova/+/765315
10:18:09 openstackgerrit norman shen proposed openstack/nova-specs master: Adds spec for instance live resize https://review.opendev.org/c/openstack/nova-specs/+/141219
10:33:09 openstackgerrit norman shen proposed openstack/nova-specs master: Adds spec for instance live resize https://review.opendev.org/c/openstack/nova-specs/+/141219
10:36:46 openstackgerrit Stephen Finucane proposed openstack/nova master: fix bug 1907775 https://review.opendev.org/c/openstack/nova/+/768141
10:36:46 openstack bug 1907775 in OpenStack Compute (nova) "After change Host's Availability Zone, the deployed VMs Availability Zone data(in novaapi.request_specs table) can not be updated" [Medium,Confirmed] https://launchpad.net/bugs/1907775 - Assigned to Stephen Finucane (stephenfinucane)
11:43:18 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: [stable-only] Cap bandit to 1.6.2 and raise hacking, flake8 and stestr https://review.opendev.org/c/openstack/nova/+/766171
11:43:19 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: Helper to start computes with different HostInfos https://review.opendev.org/c/openstack/nova/+/751364
11:43:22 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: Add regression test for bug #1899649 https://review.opendev.org/c/openstack/nova/+/768180
11:43:22 openstack bug 1899649 in OpenStack Compute (nova) "Volume marked as available after a failure to build" [Undecided,In progress] https://launchpad.net/bugs/1899649 - Assigned to Lee Yarwood (lyarwood)
11:43:23 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: compute: Don't detach volumes when RescheduledException raised without retry https://review.opendev.org/c/openstack/nova/+/768194
11:46:04 openstackgerrit Stephen Finucane proposed openstack/nova master: WIP: Resolve issues with various HTTP status codes https://review.opendev.org/c/openstack/nova/+/749505
11:46:04 openstackgerrit Stephen Finucane proposed openstack/nova master: Remove redundant service version check https://review.opendev.org/c/openstack/nova/+/768195
11:46:05 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Use correct microversion for server group tests https://review.opendev.org/c/openstack/nova/+/768196
11:59:38 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: Add regression test for bug #1899649 https://review.opendev.org/c/openstack/nova/+/768180
11:59:39 openstack bug 1899649 in OpenStack Compute (nova) "Volume marked as available after a failure to build" [Undecided,In progress] https://launchpad.net/bugs/1899649 - Assigned to Lee Yarwood (lyarwood)
11:59:39 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: compute: Don't detach volumes when RescheduledException raised without retry https://review.opendev.org/c/openstack/nova/+/768194
11:59:44 lyarwood have to love not being able to run pep8 on stable/train and f33 anymore
12:00:38 lyarwood greenlet--
12:03:11 lyarwood oh it's py39 again
12:09:44 openstackgerrit Rocky proposed openstack/nova stable/ussuri: Bump hacking min version to 3.1.0 https://review.opendev.org/c/openstack/nova/+/768197
12:49:19 openstackgerrit Merged openstack/nova master: stabilize unit test asserting log https://review.opendev.org/c/openstack/nova/+/764796
12:49:45 openstackgerrit Merged openstack/nova master: stabilize set_host libvirt driver unit test https://review.opendev.org/c/openstack/nova/+/764797
13:28:20 openstackgerrit Rico Lin proposed openstack/nova master: Fix Unit test for arm64 https://review.opendev.org/c/openstack/nova/+/768202
14:18:47 openstackgerrit Lee Yarwood proposed openstack/nova stable/ussuri: tools: Allow check-cherry-picks.sh to be disabled by an env var https://review.opendev.org/c/openstack/nova/+/766024
15:35:49 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: [stable-only] Cap bandit to 1.6.2 and raise hacking, flake8 and stestr https://review.opendev.org/c/openstack/nova/+/766171
15:36:29 openstackgerrit Lee Yarwood proposed openstack/nova stable/stein: [stable-only] Cap bandit to 1.6.2 https://review.opendev.org/c/openstack/nova/+/766487
16:24:42 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: compute: Don't detach volumes when RescheduledException raised without retry https://review.opendev.org/c/openstack/nova/+/768194
16:31:52 ikla stephenfin, do I need to set any scheduler filter settings after cpu/ram_allocation is set?
16:32:26 stephenfin ikla: not that I can think of
16:35:04 ikla can pci devices be over subscribed like a nvidia or amd gpu?
16:36:43 stephenfin No, PCI devices cannot be shared by multiple instances. You'll need a GPU with virtualization support (mdev or SR-IOV capabilities) to be able to share a physical PCI device with multiple instances
17:59:58 openstackgerrit Artom Lifshitz proposed openstack/nova master: WIP: db: Add `socket` to pci_devices https://review.opendev.org/c/openstack/nova/+/766862
17:59:58 openstackgerrit Artom Lifshitz proposed openstack/nova master: WIP: objects: Add `socket` to NUMACell and PciDevice https://review.opendev.org/c/openstack/nova/+/766795
17:59:59 openstackgerrit Artom Lifshitz proposed openstack/nova master: WIP: Start populating `socket_id` in host NUMA topology https://review.opendev.org/c/openstack/nova/+/766816
18:50:06 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: [stable-only] Cap bandit to 1.6.2 and raise hacking, flake8 and stestr https://review.opendev.org/c/openstack/nova/+/766171
19:20:43 openstackgerrit Merged openstack/nova master: Revert "nova-multi-cell: Skip test_cold_migrate_unshelved_instance" https://review.opendev.org/c/openstack/nova/+/765933
21:26:55 openstackgerrit Rocky proposed openstack/nova stable/ussuri: Bump hacking min version to 3.1.0 https://review.opendev.org/c/openstack/nova/+/768197
23:51:51 prometheanfire looks like nova is failing on updates, I don't think it should be sqlalchemy...
23:51:54 prometheanfire https://review.opendev.org/767280
#openstack-nova - 2020-12-23
00:29:29 ikla does nova service needed restarted with a config change or is there a command to read the config file again?
00:49:06 prometheanfire iirc it needs a restart
07:15:41 frickler prometheanfire: from the backtrace I'd say it is fasteners: https://github.com/harlowja/fasteners/commit/6b59d8d432be2912f48c7dc67170991c0df696e8
07:16:12 frickler like needs a pin for now and then nova fixing their locking
10:47:53 openstackgerrit xinyu wang proposed openstack/nova master: CPU and memory live resize https://review.opendev.org/c/openstack/nova/+/768321
11:15:15 openstackgerrit Lee Yarwood proposed openstack/nova stable/train: [stable-only] Cap bandit to 1.6.2 and raise hacking, flake8 and stestr https://review.opendev.org/c/openstack/nova/+/766171
13:15:30 openstackgerrit Lee Yarwood proposed openstack/nova master: zuul: Deploy novnc from source in nova-next https://review.opendev.org/c/openstack/nova/+/768334
13:15:31 openstackgerrit Lee Yarwood proposed openstack/nova master: DNM - test novnc 1.2.0 in nova-next https://review.opendev.org/c/openstack/nova/+/768335
13:26:50 openstackgerrit Merged openstack/nova master: Ignore PCI devices with 32bit domain https://review.opendev.org/c/openstack/nova/+/756697
14:19:57 stephenfin lyarwood: RE: https://review.opendev.org/c/openstack/nova/+/758155 I agree it's a good idea but I'm not sure how to do it
14:22:13 stephenfin The only idea I have is to do a dump of the schemas at the various checkpoints (i.e. where I squash up to for each patch) and then compare to what's generated in the test ahead of time. I guess I could use sqlparse for that but it does sound rather laborious
16:50:45 openstackgerrit Lee Yarwood proposed openstack/nova master: Add regression test for bug #1909120 https://review.opendev.org/c/openstack/nova/+/768351
16:50:45 openstack bug 1909120 in OpenStack Compute (nova) "n-api should reject requests to detach a volume when the compute is down" [Undecided,New] https://launchpad.net/bugs/1909120 - Assigned to Lee Yarwood (lyarwood)

Earlier   Later