Earlier  
Posted Nick Remark
#openstack-nova - 2020-09-04
16:40:28 ganso hi sean-k-mooney. Thanks for the feedback on patch https://review.opendev.org/#/c/748533 ... I pushed an update to it. Please let me know if it is still missing any adjustment
16:54:08 stephenfin sean-k-mooney: I replied on https://review.opendev.org/#/c/748453/. I wasn't able to reproduce the issue
17:05:33 artom me: "trivial: Remove useless comment"
17:05:40 artom zuul: "merge conflict lulz"
17:05:49 artom 😠
17:06:29 sean-k-mooney :)
17:06:37 sean-k-mooney upstream life
17:06:46 sean-k-mooney at least we are not using svn
17:07:05 artom *snerk*
17:07:05 sean-k-mooney or a email based patch submission workflow
17:07:29 artom YEah
17:07:36 artom sean-k-mooney, oh, I have a whitebox thing for you: https://review.opendev.org/#/c/749797/
17:09:23 openstackgerrit Artom Lifshitz proposed openstack/nova master: trivial: Remove useless comment https://review.opendev.org/748475
17:09:43 sean-k-mooney ah yes i saw your comment regaring failed tests
17:10:15 sean-k-mooney so enter stops the service and exit start it
17:10:21 artom sean-k-mooney, yeah
17:10:35 artom Just to make sure we actually start it again in case anything inside the context fails
17:10:50 sean-k-mooney ya that works
17:10:58 sean-k-mooney i see your doing it via a coroutine too
17:11:11 sean-k-mooney instead of implementing it as a class wich works
17:11:41 artom sean-k-mooney, you mean I'm using that context decorator?
17:11:54 artom I mean yeah, I'm not coding a whole class just for that
17:11:58 sean-k-mooney you can create context managers in several ways
17:12:17 sean-k-mooney you are using the automatic convertion of coroutiens to create context managers
17:12:37 sean-k-mooney that was a py3 feature that was backported to py27
17:12:43 sean-k-mooney but it was notin py26
17:14:06 sean-k-mooney but ya you are using the decorator
17:14:09 sean-k-mooney https://docs.python.org/2.7/library/contextlib.html#contextlib.contextmanager
17:15:18 sean-k-mooney hum ok atuclly its part of 2.5 i tought it was 3.2
17:15:20 sean-k-mooney https://www.python.org/dev/peps/pep-0343/
17:15:47 sean-k-mooney i think contextlib was a not in the stadard lib in 2.5 however
17:19:52 artom Have to drop for a sec, back in a bit
18:22:38 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Migrate default policy file from JSON to YAML https://review.opendev.org/748059
18:27:52 lyarwood gmann: do you know how we control how many threads tempest uses to run tests?
18:28:20 lyarwood gmann: re https://bugs.launchpad.net/nova/+bug/1882521 - I can hit this 100% of the time running the full suite but never if I run things in serial
18:28:20 openstack Launchpad bug 1882521 in OpenStack Compute (nova) "Failing device detachments on Focal" [Critical,Confirmed] - Assigned to Lee Yarwood (lyarwood)
18:28:55 lyarwood gmann: looking at dstat etc I'm pretty sure the host CPU is just maxed out slowing the guestOSs within the instances to the point where they can't detach disks quickly enough
18:30:52 lyarwood --concurrency nvm sorry
18:44:58 gmann lyarwood: yeah, via concurrency. for serial run concurrency is hardcoded to 1
19:40:03 openstackgerrit Merged openstack/nova stable/stein: libvirt: Handle VIR_ERR_DEVICE_MISSING when detaching devices https://review.opendev.org/742416
19:47:01 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Migrate default policy file from JSON to YAML https://review.opendev.org/748059
20:30:25 openstackgerrit Merged openstack/nova stable/stein: libvirt: Do not reference VIR_ERR_DEVICE_MISSING when libvirt is < v4.1.0 https://review.opendev.org/747360
22:04:06 openstackgerrit Merged openstack/nova stable/stein: Improve CinderFixtureNewAttachFlow https://review.opendev.org/748509
22:04:12 openstackgerrit Merged openstack/nova stable/stein: Robustify attachment tracking in CinderFixtureNewAttachFlow https://review.opendev.org/748510
22:08:35 sean-k-mooney luyao: yes you can set concurrency in the zuul config
22:08:52 sean-k-mooney luyao: sory that was for lyarwood
22:08:57 sean-k-mooney but he is offline
23:16:04 openstackgerrit Merged openstack/nova stable/stein: compute: Use source_bdms to reset attachment_ids during LM rollback https://review.opendev.org/748511
23:33:15 openstackgerrit Merged openstack/nova stable/stein: compute: refactor volume bdm rollback error handling https://review.opendev.org/748512
23:33:23 openstackgerrit Merged openstack/nova stable/stein: Add regression tests for bug #1889108 https://review.opendev.org/748513
23:33:23 openstack bug 1889108 in OpenStack Compute (nova) stein "failures during driver.pre_live_migration remove source attachments during rollback" [Undecided,In progress] https://launchpad.net/bugs/1889108 - Assigned to Lee Yarwood (lyarwood)
23:33:28 openstackgerrit Merged openstack/nova stable/stein: compute: Don't delete the original attachment during pre LM rollback https://review.opendev.org/748514
23:41:11 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Migrate default policy file from JSON to YAML https://review.opendev.org/748059
23:41:23 openstackgerrit Ghanshyam Mann proposed openstack/nova master: [Trivial] Replace ref of policy.json to policy.yaml https://review.opendev.org/749821
#openstack-nova - 2020-09-05
01:55:01 openstackgerrit Merged openstack/nova-specs master: Unified virtual persistent memory restrictions https://review.opendev.org/749472
04:00:02 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.moves https://review.opendev.org/727224
04:01:49 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.iteritems/itervalues/iterkeys https://review.opendev.org/727757
04:02:00 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.byte2int/int2byte https://review.opendev.org/727777
04:02:15 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.binary_type/integer_types/string_types https://review.opendev.org/728094
04:02:31 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (1/2) https://review.opendev.org/728109
04:17:25 openstackgerrit Takashi Natsume proposed openstack/nova master: Remove six.text_type (2/2) https://review.opendev.org/728117
06:53:35 openstackgerrit Brin Zhang proposed openstack/nova stable/ussuri: Reject resize operation for accelerator https://review.opendev.org/749701
07:19:53 openstackgerrit Merged openstack/nova master: Add type hints to 'nova.virt.libvirt.utils' https://review.opendev.org/742865
14:06:55 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Migrate default policy file from JSON to YAML https://review.opendev.org/748059
16:00:54 openstackgerrit Ghanshyam Mann proposed openstack/nova master: [Trivial] Replace ref of policy.json to policy.yaml https://review.opendev.org/749821
17:36:36 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Run voting jobs in gate pipeline also https://review.opendev.org/750078
17:37:31 gmann dansmith: smcginnis : adding both jobs in gate pipeline too -https://review.opendev.org/#/c/750078/1
17:37:36 gmann sean-k-mooney1: ^^
17:37:43 gmann smcginnis: ignore it
18:42:29 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Migrate default policy file from JSON to YAML https://review.opendev.org/748059
22:35:17 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Run voting jobs in gate pipeline also https://review.opendev.org/750078
#openstack-nova - 2020-09-06
07:39:16 openstackgerrit Mamduh proposed openstack/os-vif master: Fix - os-vif fails to get the correct UpLink Representor https://review.opendev.org/745895
11:42:51 openstackgerrit Takashi Natsume proposed openstack/nova master: doc: Fix note directives https://review.opendev.org/750094
#openstack-nova - 2020-09-07
01:42:24 openstackgerrit Wenping Song proposed openstack/nova-specs master: Support vGPU in nova and cyborg interaction https://review.opendev.org/750116
07:35:39 bauzas good morning Nova
07:37:14 gibi bauzas: good morning
08:29:30 brinzhang bauzas, gibi: good morning
08:30:24 brinzhang bauzas, gibi: two backport patches hope you can review, trivial changes https://review.opendev.org/#/c/749681/ , https://review.opendev.org/#/c/749701/
08:53:09 openstackgerrit Balazs Gibizer proposed openstack/nova master: Use UUID as vif and network_id in vif tests https://review.opendev.org/748722
08:53:09 openstackgerrit Balazs Gibizer proposed openstack/nova master: Support SRIOV interface attach and detach https://review.opendev.org/740995
09:02:35 openstackgerrit Liang Fang proposed openstack/nova master: Add volume local cache support https://review.opendev.org/663542
09:04:16 elod gibi: if you will have time: https://review.opendev.org/#/c/750068/ :) (Stein release patch)
09:09:17 openstackgerrit Balazs Gibizer proposed openstack/nova master: Make PCI claim NUMA aware during live migration https://review.opendev.org/748453
09:10:02 gibi elod: done
09:10:03 gibi thanks
09:12:41 gibi stephenfin: hi! the nova-multi-cell failure in the vtpm resize patch seems to be relevant
09:13:01 stephenfin ack, looking
09:13:19 gibi https://zuul.opendev.org/t/openstack/build/7326bc59092346b18fe9858774606321/log/compute1/logs/screen-n-cpu.txt?severity=4#7741
09:18:41 elod gibi: thx! \o/
09:24:46 luyao stephenfin: Hi, not sure whether you saw my message last week, just a kind remind for vpmem-enhencement https://review.opendev.org/#/q/topic:bp/vpmem-enhancement+(status:open+OR+status:merged) . I move the patch 'improve orphans tracking' to the last of the patch sequence (we don't have any big concern on the other 3 patches I think), I redefined those orphans in updated patch since previous version involved the
09:24:47 luyao bug #1879878, and I didn't notice you have fixed it.
09:24:47 openstack bug 1879878 in OpenStack Compute (nova) "VM become Error after confirming resize with Error info CPUUnpinningInvalid on source node " [Medium,In progress] https://launchpad.net/bugs/1879878 - Assigned to Stephen Finucane (stephenfinucane)
09:25:25 stephenfin luyao: ack, will take a look this afternoon
09:25:43 luyao stephenfin: Thank you in advance. :)
09:34:52 bauzas gosh, morning hell here
09:47:00 openstackgerrit Wenping Song proposed openstack/nova-specs master: Support vGPU in nova and cyborg interaction https://review.opendev.org/750116
09:59:46 nightmare_unreal live-migration force node is not working with v2.67 , In v.268 force live migration was completely removed but it should work with v2.67
10:10:53 bauzas why don't we have good api reference for https://docs.openstack.org/api-ref/network/v2/index.html#subnets ?
10:11:24 noonedeadpunk hi everyone. any chance you know why nova-compute may fail on centos7 for master and ussuri that way? https://zuul.opendev.org/t/openstack/build/6add842202c34390959d5fd0bd6fc83b/log/logs/host/nova-compute.service.journal-15-37-20.log.txt#2729-2768
10:13:19 noonedeadpunk centos8, debian,ubuntu feel ok with the same setup path and configs

Earlier   Later