| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-09-15 | |||
| 09:21:27 | lyarwood | stephenfin: loads of jobs don't skip them still | |
| 09:25:53 | openstackgerrit | Sylvain Bauza proposed openstack/nova master: Victoria 22.0.0 prelude section https://review.opendev.org/751045 | |
| 09:26:23 | gibi | bauzas, stephenfin, lyarwood: regarding deprecatios post FF, I'm OK to finish up the xenapi removal before RC1 but in general please focus on bug triage instead of proposing new deprecations | |
| 09:26:45 | bauzas | gibi: I'm litterally on it :p | |
| 09:27:22 | bauzas | gibi: no lock held on triage ? | |
| 09:28:41 | lyarwood | stephenfin / sean-k-mooney ; https://zuul.opendev.org/t/openstack/build/11627c525c7a48138fba5d3e4c50c4e9/log/controller/logs/screen-q-dhcp.txt?severity=4 - appreciate this isn't our area but would either of you be able to look at this, I'm trying to finally sort out f32 jobs by the q-dhcp agent isn't happy, any ideas? | |
| 09:28:49 | lyarwood | https://review.opendev.org/#/c/750292/ is the review | |
| 09:29:12 | lyarwood | no idea what's borked here tbh | |
| 09:31:03 | gibi | bauzas: I don't hold the bug lock | |
| 09:31:05 | gibi | go ahead | |
| 09:33:27 | yingjisun | stephenfin: for the feature of Vendordata, is it keep running over and over when the instance is powered on ? | |
| 09:36:06 | bauzas | yingjisun: no, it's not working this way | |
| 09:36:24 | bauzas | yingjisun: it's a metadata API that instances can reach internally | |
| 09:36:36 | bauzas | exactly like the user metadata | |
| 09:37:20 | bauzas | yingjisun: so hitting this API is solely the responsability of apps running on top of the instances | |
| 09:37:25 | yingjisun | so you guess there might be some process inside the instance which keeps to invoke it ? | |
| 09:37:46 | bauzas | yingjisun: that'd be my expectations | |
| 09:37:55 | bauzas | but you can see what hits the API | |
| 09:38:03 | bauzas | so you can track | |
| 09:38:13 | brinzhang0 | stephenfin, gibi: please review this patch, followed-up with cyborg evacuate patch https://review.opendev.org/#/c/749052/ | |
| 09:39:46 | bauzas | yingjisun: see this blogpost explaining how metadata API is reached https://www.suse.com/c/vms-get-access-metadata-neutron/ | |
| 09:40:11 | yingjisun | bauzas: thank you. I read it now. | |
| 09:42:00 | bauzas | yingjisun: actually, https://docs.openstack.org/nova/latest/admin/metadata-service.html explains it better | |
| 09:43:28 | bauzas | so you can easily get the instance IP address | |
| 10:06:55 | sean-k-mooney | lyarwood i would not be surrpised if the output of the tool neutron is calling has changed | |
| 10:07:14 | lyarwood | sean-k-mooney: I can't seem to reproduce it locally | |
| 10:07:26 | lyarwood | sean-k-mooney: so it might be yet another load thing | |
| 10:10:13 | openstack | Launchpad bug 1894804 in QEMU "Second DEVICE_DELETED event missing during virtio-blk disk device detach" [Undecided,New] | |
| 10:10:13 | lyarwood | kashyap: https://bugs.launchpad.net/qemu/+bug/1894804 any news on this btw? | |
| 10:12:04 | sean-k-mooney | lyarwood: so its failing here https://github.com/openstack/neutron/blob/master/neutron/agent/linux/ip_lib.py#L955-L967 | |
| 10:13:05 | openstack | Launchpad bug 1892837 in tripleo "tempest.api.compute.servers.test_servers_negative fails in periodic-tripleo-ci-centos-8-standalone-full-tempest-api-master" [Critical,Triaged] | |
| 10:13:05 | bauzas | lyarwood: this one seems legit for Nova https://bugs.launchpad.net/nova/+bug/1892837 | |
| 10:13:52 | lyarwood | bauzas: yup less of a priority with the workaround in Tempest but still a valid Nova bug | |
| 10:14:02 | bauzas | ack, triaged. | |
| 10:14:48 | lyarwood | just cleaning up my untriaged but fix released bugs btw, appears launchpad/gerrit hasn't been keeping up | |
| 10:15:35 | sean-k-mooney | lyarwood: this might be realted to a change that merged recently. i think the if need to be split. it currently prints that message if the device does not exist or if it does not have a mac | |
| 10:16:28 | sean-k-mooney | lyarwood: is it causing the job to fail | |
| 10:17:18 | sean-k-mooney | that would be a yes it is | |
| 10:17:20 | kashyap | lyarwood: No news yet :-( - but I haven't forgotten; Was responding to something more pressing elsewhere | |
| 10:17:42 | lyarwood | sean-k-mooney: yeah AFAICT the instances aren't getting ipv4 dhcp leases and so ssh verification is failing | |
| 10:17:50 | lyarwood | kashyap: ack np just chasing up | |
| 10:17:58 | kashyap | lyarwood: Shortly, I'm going to try this experiment: | |
| 10:18:15 | lyarwood | sean-k-mooney: just finished a tox -e full tempest run on f32 without failures FWIW | |
| 10:18:21 | sean-k-mooney | lyarwood: yep from the cirros console output it has no ipv4 ip just the link local ipv6 one | |
| 10:18:41 | kashyap | lyarwood: (1) Run this vCPU-consuming 'workload' in the guest: `sha256sum /dev/zero | sha256sum /dev/zero`; (2) Attach and detach a device (or a bunch) in a loop | |
| 10:18:50 | sean-k-mooney | lyarwood: there have been issue with load and the dhcp agent in the past so you could be right that that might be the cause | |
| 10:20:20 | openstack | Launchpad bug 1894966 in OpenStack Compute (nova) "Create servergroup failed with unexpected error" [Undecided,New] | |
| 10:20:20 | bauzas | gibi: I'm tempted to close https://bugs.launchpad.net/nova/+bug/1894966 as invalid since it's a configuration problem, but we could be more preventive on the API side and serve a HTTP40x here | |
| 10:20:45 | bauzas | gibi: I feel the schema needs to be improved | |
| 10:20:50 | bauzas | you agree ? | |
| 10:21:27 | gibi | looking | |
| 10:22:20 | gibi | bauzas: agree, we need to add a better validation to the API for that | |
| 10:22:26 | bauzas | weirdo | |
| 10:22:36 | bauzas | the schema already has an enum | |
| 10:23:04 | bauzas | gibi: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/server_groups.py#L37 | |
| 10:23:23 | openstackgerrit | Lee Yarwood proposed openstack/nova master: Include removal of ephemeral backing files in the image cache manager https://review.opendev.org/689422 | |
| 10:23:29 | bauzas | I'm not an API schema specialist, but would it prevent to have the 'policies' field to be an empty list ? | |
| 10:23:41 | bauzas | gmann: ^ (once you're up) | |
| 10:25:29 | bauzas | nevermind, we don't know the release for this bug, asking for it | |
| 10:27:05 | gibi | good point about the release and the api microversion used | |
| 10:29:31 | bauzas | but, the fact is, from v2.1 we ask policies to be set | |
| 10:29:43 | bauzas | and we only extend the enum with later microversions | |
| 10:30:37 | bauzas | so, I feel the schema allows an empty list although the comments say it shouldn't | |
| 10:30:52 | bauzas | I don't have an env started now, but the verification should be quick | |
| 10:31:00 | gibi | let me try | |
| 10:31:13 | bauzas | thanks | |
| 10:33:02 | openstack | bug 1879878 in OpenStack Compute (nova) ussuri "VM become Error after confirming resize with Error info CPUUnpinningInvalid on source node " [Undecided,In progress] https://launchpad.net/bugs/1879878 - Assigned to Stephen Finucane (stephenfinucane) | |
| 10:33:02 | openstackgerrit | Merged openstack/nova stable/ussuri: tests: Add reproducer for bug #1879878 https://review.opendev.org/751349 | |
| 10:38:53 | openstack | bug 1879878 in OpenStack Compute (nova) ussuri "VM become Error after confirming resize with Error info CPUUnpinningInvalid on source node " [Undecided,In progress] https://launchpad.net/bugs/1879878 - Assigned to Stephen Finucane (stephenfinucane) | |
| 10:38:53 | openstackgerrit | Merged openstack/nova stable/ussuri: Add generic reproducer for bug #1879878 https://review.opendev.org/751350 | |
| 10:39:22 | stephenfin | elod++ Thanks for the reviews :) | |
| 10:40:08 | elod | stephenfin: np :) | |
| 10:49:30 | openstack | Launchpad bug 1894966 in OpenStack Compute (nova) "Create servergroup failed with unexpected error" [Undecided,Incomplete] | |
| 10:49:30 | gibi | bauzas: with microversion 2.1 - 2.63 I can reproduce https://bugs.launchpad.net/nova/+bug/1894966 on master | |
| 10:49:47 | gibi | bauzas: 2.64 changed the API in a way that this problem cannot happen any more | |
| 10:50:02 | gibi | so this is a low prio bug to fix the validation of an old microversion | |
| 10:50:13 | gibi | at least for me | |
| 10:56:09 | kashyap | gibi: Hey, a random non-Nova thing :-) -- on online conferencing, I've heard really good things on this FOSS tool: 'BigBlueButton' - from the recently concluded Linux Plumbers (I didn't attend it) | |
| 10:56:19 | kashyap | gibi: But here's some notes from the co-organizer: https://lwn.net/Articles/817146/ | |
| 10:56:31 | kashyap | [quote] | |
| 10:56:33 | kashyap | To summarize, while both Jitsi and BigBlueButton are capable video-conferencing systems, BigBlueButton appears to be a more solid and feature-complete offering. In particular, the administration features and shared whiteboard capability stand out. The free-software community often struggles to create top-quality graphical applications; here we have (at least) two of them. It would appear that | |
| 10:56:39 | kashyap | there is no real need to be using proprietary solutions in this area. | |
| 10:56:41 | kashyap | [/quote] | |
| 10:57:44 | gibi | kashyap: hi! | |
| 10:58:23 | gibi | kashyap: never heard of BigBlueButton. We tried Jitsi in the last PTG and it was good except for PRC users | |
| 10:58:27 | kashyap | (Although, the above is suitable for smaller, developer events, rather than big, "red carpet public conferences") | |
| 10:59:22 | kashyap | gibi: I see; yeah, I haven't heard of BigBlueButton either, but I just heard several good reviews about from a few Linux developers :D | |
| 11:00:41 | gibi | kashyap: opendev provides a jitsi service so if you are interested in bbb then the next step would be get a bbb service up somewhere (maybe in infra) and try it out | |
| 11:01:02 | bauzas | gibi: ack thanks | |
| 11:01:30 | kashyap | gibi: Ah, I didn't know that OpenDev++ provides Jitsi. Cool | |
| 11:01:46 | gibi | kashyap: https://meetpad.opendev.org/ | |
| 11:02:44 | gibi | bauzas: enjoy | |
| 11:03:31 | bauzas | gibi: which cyclist wanna me to support ? | |
| 11:03:38 | bauzas | ;) | |
| 11:03:43 | bauzas | anyway, me goes off | |
| 11:04:07 | gibi | bauzas: I have no idea. I did not follow cycling sport | |
| 11:23:15 | sean-k-mooney | if ye want to try BigBlueBotton i can proably deploy a copy on my home cloud for ye to play around with or give ye access to it so ye can | |
| 11:23:17 | sean-k-mooney | https://docs.bigbluebutton.org/2.2/install.html | |
| 11:23:23 | sean-k-mooney | it does not seeam that invovled | |
| 11:23:50 | sean-k-mooney | they also have a test sight | |