Earlier  
Posted Nick Remark
#openstack-nova - 2020-12-18
15:53:17 spatel Seriously ubuntu 20.04 make rc.local in systemd :(
16:29:41 openstackgerrit Ghanshyam proposed openstack/placement master: [goal] Deprecate the JSON formatted policy file https://review.opendev.org/c/openstack/placement/+/764394
16:35:07 gibi I'm leaving for PTO now. I will be back on 4th of Jan
17:13:54 gmann o/
#openstack-nova - 2020-12-19
02:21:44 openstackgerrit Ghanshyam proposed openstack/placement master: [goal] Deprecate the JSON formatted policy file https://review.opendev.org/c/openstack/placement/+/764394
04:47:25 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
05:35:27 openstackgerrit Ghanshyam proposed openstack/placement master: [goal] Deprecate the JSON formatted policy file https://review.opendev.org/c/openstack/placement/+/764394
06:28:05 openstackgerrit Merged openstack/nova stable/ussuri: [stable-only] fix lower-constraints and disable qos resize https://review.opendev.org/c/openstack/nova/+/766738
08:18:22 openstackgerrit Merged openstack/nova stable/ussuri: Fix a hacking test https://review.opendev.org/c/openstack/nova/+/765082
08:21:07 openstackgerrit Takashi Natsume proposed openstack/nova stable/train: Fix a hacking test https://review.opendev.org/c/openstack/nova/+/767793
16:20:44 openstackgerrit Merged openstack/nova stable/victoria: Add missing exception https://review.opendev.org/c/openstack/nova/+/763389
16:39:20 openstackgerrit Merged openstack/nova stable/ussuri: Handle disabled CPU features to fix live migration failures https://review.opendev.org/c/openstack/nova/+/758761
#openstack-nova - 2020-12-20
12:59:13 openstackgerrit Lee Yarwood proposed openstack/nova master: WIP run-evacuate-hook: Use osc to evacuate instances https://review.opendev.org/c/openstack/nova/+/767984
#openstack-nova - 2020-12-21
10:34:22 stephenfin lyarwood: Morning. Think we could get this remove-six series closed out this week while things are quiet? https://review.opendev.org/q/topic:%2522bp/six-removal%2522+status:open+project:openstack/nova
11:14:40 lyarwood stephenfin: ack sorry ssh dropped, I'll look at that shortly
12:22:33 stephenfin lyarwood: Thanks :)
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 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:55:57 openstackgerrit Merged openstack/nova master: Reproduce bug 1907522 in functional test https://review.opendev.org/c/openstack/nova/+/766791
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: [Trivial] Rename host/node to hostname/nodename in conductor manager https://review.opendev.org/c/openstack/nova/+/762499
04:22:37 openstackgerrit Brin Zhang proposed openstack/nova master: Cyborg shelve/unshelve support https://review.opendev.org/c/openstack/nova/+/729563
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)
05:16:50 openstackgerrit Wang Haojue proposed openstack/nova master: fix bug 1907775 https://review.opendev.org/c/openstack/nova/+/768141
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 List SG API https://review.opendev.org/c/openstack/nova/+/766726
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:54 openstackgerrit Brin Zhang proposed openstack/nova master: Replace tenants* with projects* of policies https://review.opendev.org/c/openstack/nova/+/765315
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: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 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)
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
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 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)
10:36:46 openstackgerrit Stephen Finucane proposed openstack/nova master: fix bug 1907775 https://review.opendev.org/c/openstack/nova/+/768141
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 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: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: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: Remove redundant service version check https://review.opendev.org/c/openstack/nova/+/768195
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: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 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: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: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: objects: Add `socket` to NUMACell and PciDevice https://review.opendev.org/c/openstack/nova/+/766795
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: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

Earlier   Later