Earlier  
Posted Nick Remark
#openstack-nova - 2020-02-04
16:52:13 openstackgerrit Stephen Finucane proposed openstack/nova master: Handle neutron without the fip-port-details extension https://review.opendev.org/705760
16:52:15 stephenfin ralonsoh: ^
16:52:25 ralonsoh stephenfin, reviewing it
16:52:35 stephenfin efried, dansmith, bauzas: Apparently this is breaking neutron's gate so we should get this in once it's green
16:52:45 bauzas mmmm ok
16:52:52 stephenfin I ran/fixed a subset of tests that I though might break
16:52:57 stephenfin *thought
16:53:03 efried sounds like a review for gibi
16:53:13 stephenfin oh, how'd I forget gibi
16:54:13 gibi ack
16:54:28 gibi but in 5 minutes it is beertime here
16:54:50 stephenfin I bet you can get this done in 4 though
16:54:56 stephenfin ;)
16:54:56 efried heh
16:55:18 openstackgerrit Sasha Andonov proposed openstack/nova master: rbd_utils: increase _destroy_volume timeout https://review.opendev.org/705764
16:55:53 gibi working on it ...
16:58:41 gibi done.
16:58:44 gibi in 3
16:58:46 gibi :D
17:14:21 openstackgerrit Kashyap Chamarthy proposed openstack/nova-specs master: Re-propose "Secure Boot support for KVM & QEMU guests" for Ussuri https://review.opendev.org/693844
17:35:05 gmann stephenfin: cmurphy melwitt alex_xu this is ready to re-review now. - https://review.opendev.org/#/c/701624/
17:35:29 cmurphy thanks gmann
17:38:00 openstackgerrit Stephen Finucane proposed openstack/nova master: Handle neutron without the fip-port-details extension https://review.opendev.org/705760
17:38:01 openstackgerrit Stephen Finucane proposed openstack/nova master: Avoid calling neutron for N networks https://review.opendev.org/705784
17:38:03 stephenfin ralonsoh: ^
17:38:40 ralonsoh stephenfin, I'm on it now
18:09:43 openstackgerrit Vladyslav Drok proposed openstack/nova master: Minor improvements to cell commands https://review.opendev.org/698053
18:22:10 openstackgerrit Stephen Finucane proposed openstack/nova master: Use extension aliases, not names https://review.opendev.org/705792
18:34:32 gmann melwitt: this is ready from gate side to change your vote from +1 -> +2 - https://review.opendev.org/#/c/705135/4
18:35:10 gmann you can see the tests of other-projects-context working as expected in https://review.opendev.org/#/c/705126/7
18:49:35 openstackgerrit Ghanshyam Mann proposed openstack/nova master: Introduce scope_types in os-attach-interfaces https://review.opendev.org/705799
20:24:59 openstackgerrit Mykola Yakovliev proposed openstack/nova master: Fix boot_roles in InstanceSystemMetadata https://review.opendev.org/698040
21:38:06 openstackgerrit Michael Bayer proposed openstack/nova master: remove DISTINCT ON SQL instruction that does nothing on MySQL https://review.opendev.org/705850
22:07:01 gmann does anyone know way/hack to skip the deps installation while creating tox env
22:07:04 gmann this could have helpful for me to fix https://github.com/tox-dev/tox/issues/410
22:07:17 gmann stephenfin: ^^
22:42:50 openstackgerrit Merged openstack/nova master: nova-net: Remove use of legacy 'Network' object https://review.opendev.org/697154
22:48:15 efried gmann: Can't you just hack out the relevant lines of the tox.ini section?
22:48:32 efried or is this something you want to be able to do in a merged patch?
22:48:50 gmann efried: config value we can set via skip_install but i wanted to skip while we create tox at runtime
22:49:25 gmann on stable branch where i want to skip the master upper constraint dep hard coded in tempest.tox.ini master branch.
22:49:54 gmann anyways i did it via env var to use stable constraint - https://review.opendev.org/#/c/705089/4/lib/tempest@703
22:49:58 sean-k-mooney there is a hack where you can just touch i think the egg.info file locally or somehting
22:50:14 sean-k-mooney i know stephenfin had a way to work around it in the past
22:50:39 efried Yeah, I'm still confused as to whether you're talking about needing to do it locally or in "prod".
22:50:48 gmann ohk, that will be good to do instead of global env var at least for my local run on stable
22:51:35 gmann efried: locally as well as in stable branches jobs testing
22:52:52 sean-k-mooney im not sure if that will work in this case or not i just know he used to do something like that to skip instlaling deps
22:53:26 gmann at runtime ? and not via skip_install config value in tox.ini
22:54:02 gmann runtime i mean while running tox env not in tox.ini
22:55:14 sean-k-mooney yes i think he used to do touch <file> && tox -e ...
22:57:32 gmann ohk. if that happens before installing deps then that is something i am looking for.
23:06:23 efried dansmith: Sorry, I got started, but ran out of time. I'll try to get to that patch (cyborg request groups) early tomorrow.
23:07:34 efried I got to the point where I was starting to remember asking Sundar to make this look more like how we feed bandwidth requests into the RequestSpec, and this doesn't look like it's doing that (at least the way I expected). But I'll dig in more tomorrow.
23:13:17 dansmith efried: okay, well, glad I waited then but..yeah, would be good if we can get that feedback in the queue so he has some time to address it
23:30:37 openstackgerrit Michael Bayer proposed openstack/nova master: remove DISTINCT ON SQL instruction that does nothing on MySQL https://review.opendev.org/705850
23:40:27 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable hard/soft reboot with accelerators. https://review.opendev.org/697940
23:40:28 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable and use COMPUTE_ACCELERATORS trait. https://review.opendev.org/699554
23:40:28 openstackgerrit Sundar Nadathur proposed openstack/nova master: Enable start/stop of instances with accelerators. https://review.opendev.org/699553
23:40:29 openstackgerrit Sundar Nadathur proposed openstack/nova master: Add cyborg tempest job. https://review.opendev.org/670999
23:40:29 openstackgerrit Sundar Nadathur proposed openstack/nova master: Bump compute rpcapi version and reduce Cyborg calls. https://review.opendev.org/704227
23:56:29 sean-k-mooney im still fleshing out the script and ill continue working on it tomorrow but i am still seeing arq bidning issues
23:56:34 sean-k-mooney this is what i ahve so far http://paste.openstack.org/show/789138/
23:57:16 sean-k-mooney that was the error reported to the user http://paste.openstack.org/show/789139/
#openstack-nova - 2020-02-05
00:00:54 sean-k-mooney "Feb 04 23:58:11 cyborg devstack@cyborg-api.service[1026]: 2020-02-04 23:58:11.561 1162 DEBUG wsme.api [req-e73cfa00-93fe-48ec-ac53-f7cde5e7ba68 587231efdc20474ba378d4dff3c7bfd3 aaa44c9e9ced4e328a3503c86899f01f - default default] Client-side error: ExtArq not found with uuid=cb27c864-8a56-4440-85f1-09023019e1ab format_exception /usr/local/lib/python3.7/dist-packages/wsme/api.py:222" that is the error
00:00:56 sean-k-mooney in the cyborg log
00:01:51 sean-k-mooney oh there is a traceback in the cyborg conductor too
00:03:20 sean-k-mooney oh that is unrealated i tried to create duplicate profiles previously
00:05:16 sean-k-mooney oh i found the issue its the same one i had before i think http://paste.openstack.org/show/789142/
00:05:53 sean-k-mooney so it looks like the cyborg api is not able to call back the nova api to notify it of the binding completion
00:06:28 sean-k-mooney im sligly confused why the cyborg api woudl be trying to do that and not the cyborg conductor but that is the issue
00:07:06 sean-k-mooney efried: dansmith sundar ^ any ideas. i might look at the tempest jobs to see what they are setting
00:08:15 dansmith yeah, I dunno, but agreed it seems weird that it would be cyborg api
00:08:23 dansmith is the "conductor" really the compute agent?
00:08:33 sean-k-mooney no that is seperate
00:08:37 sean-k-mooney they have all 3
00:08:48 sean-k-mooney copying novas architecure
00:09:18 dansmith okay, I guess I'd have thought it'd be the compute agent sending that then, but I guess if the conductor is blocking on the compute to finish then maybe that makes sense
00:09:52 sean-k-mooney well it seams like the api is blocking on the agent or conductor
00:09:52 dansmith I gotta run in a sec to meet people, but maybe we can get an answer from sundar tomorrow
00:10:02 sean-k-mooney ya
00:10:06 dansmith that sounds like a recipe for disaster :/
00:10:08 sean-k-mooney im going to call it a day anyway
00:10:16 dansmith cool, thanks for looking at this
00:11:35 sean-k-mooney no worries
00:18:08 sean-k-mooney huh so in the ci i see " Ignoring Nova notification error that the instance 79390576-dd09-4f1c-a925-5f8d30c83bdc is not yet associated with a host." at the point i see the trace back in my setup. so im guessing if we win the race so that nova has assocaited the instance with the host cyborg expolodes
00:19:28 dansmith okay that's an expected situation for the fake driver
00:19:38 dansmith should not be tracing on the cyborg side, but..
00:19:53 sean-k-mooney well both are the fake driver
00:20:16 sean-k-mooney anyway tomorrows problem o/
01:38:45 huaqiang stephenfin: got your message, thanks.
04:31:17 openstackgerrit Sundar Nadathur proposed openstack/nova master: Add cyborg tempest job. https://review.opendev.org/670999
04:31:17 openstackgerrit Sundar Nadathur proposed openstack/nova master: Bump compute rpcapi version and reduce Cyborg calls. https://review.opendev.org/704227
06:37:21 openstackgerrit Qiu Fossen proposed openstack/nova-specs master: Support fuzzy querying instance by tag https://review.opendev.org/691651
07:18:48 huaqiang ls
07:23:22 MUUSEE_ Hi can anyone help me with a query regarding " libvirt: virtio-net multiqueue "
08:42:17 gibi cores: easy +A potential https://review.opendev.org/#/c/698053
08:45:02 bauzas gibi: looking
08:45:27 bauzas easy indeed
09:55:26 openstackgerrit Brin Zhang proposed openstack/nova master: Store instance action event exc_val fault details https://review.opendev.org/694428

Earlier   Later