Thursday, 2026-03-19

*** mikal0 is now known as mikal08:20
opendevreviewAhmad Hassan proposed openstack/nova-specs master: Cold VM migration using https  https://review.opendev.org/c/openstack/nova-specs/+/96444408:55
opendevreviewribaudr proposed openstack/nova master: Add reproducer test for bug 2105896  https://review.opendev.org/c/openstack/nova/+/94694509:45
opendevreviewribaudr proposed openstack/nova master: Fix error when multiple security group in a project with same name  https://review.opendev.org/c/openstack/nova/+/97033709:46
opendevreviewribaudr proposed openstack/nova stable/2026.1: Fix Flamingo version in qemu matrix.  https://review.opendev.org/c/openstack/nova/+/98108510:08
zigoFeedback from Gazpacho: restarting nova-compute takes now forever, even though it's doing nothing...11:47
zigoI've set systemd's TimeOutStop to 185 as per release notes, but it doesn't seem to work as expected.11:48
zigoAlso, when spawning my first Gazpacho VM, I'm getting:11:52
zigonova.exception.ImageUnacceptable: Image 1f9640fd-75ff-4bee-87b0-e8f0c5c57ec2 is unacceptable: Image is not raw format11:52
zigoeven though the image really is a qcow2 and is uploaded as such without mistake.11:52
zigoI tried:11:54
zigodisable_deep_image_inspection=true11:54
zigobut that's not helping.11:54
zigoIf I add 'qcow2' to the line:11:55
zigoif image_meta.get('disk_format') not in ['raw', 'iso']:11:55
zigothen it fails later on with: 'No image locations are accessible'11:55
zigowhen really, the image is in Glance, and can be downloaded.11:55
zigoAh no, checksum missmatch when doing "image save" ...11:56
zigoWeird, whatever the image I upload, I always get the same os_hash_value ...12:44
opendevreviewribaudr proposed openstack/nova master: Reproduce bug #2144660: NUMA cell sorting bug for non-PCI VMs  https://review.opendev.org/c/openstack/nova/+/97888515:03
opendevreviewribaudr proposed openstack/nova master: Fix NUMA cell sorting for non-PCI VMs with pack strategy  https://review.opendev.org/c/openstack/nova/+/97895415:03
dansmithUggla: quick question on the second one15:25
opendevreviewStephen Finucane proposed openstack/nova master: trivial: Clean manager.Manager, service.Service signatures  https://review.opendev.org/c/openstack/nova/+/76480616:27
dansmithsean-k-mooney: did you just comment on PS1 of Uggla's patch but -1 the current PS4?17:05
sean-k-mooneydansmith: im review the patch again. i pushed the comment i had form last week17:07
sean-k-mooneynow im doing the full review17:07
sean-k-mooneymost of them have been adressed althoguht he commit message is slightly incorrect17:08
sean-k-mooneythe repoducer tests look mostly fine to me however17:08
dansmithokay17:12
sean-k-mooneyi commented on ps1 but left a 0 cr on ps4 by the way i didnt actully leave a -1 since i needed to review the new reviesion . i left a +1 because the ai atributation is not quite corect17:13
sean-k-mooneysame issue on the fix patch but it looks mostly correct to me. im just reviewing the tests now 17:14
dansmithgerrit was showing your vote as -1 even on PS417:15
dansmithI was just thinking maybe you had an old link and didn't realize you were reviewing the old one17:15
sean-k-mooneythat not what i see in gerrit17:16
sean-k-mooneybut i did say `-1 until this is removed` i jsut didnt click the button17:16
sean-k-mooneyi was -1 on the fix patch on patchset 117:16
sean-k-mooneyanyway Uggla  it woudl be nice ot have a sort release note in teh fix patch. im still reviewing it but sofar it looks correct17:17
dansmithnot now, since you've +1d.. anyway, was just trying to point it out.. didn't know you were committing old review comments and were planning to circle back17:17
sean-k-mooneyUggla: im double checkign the change you had to make to the other tests17:18
Ugglasean-k-mooney, sure I can add a release note, no problem.17:20
sean-k-mooneyim currently thinking through thet logic of test_create_server_with_pci_dev_and_numa_fails17:20
sean-k-mooneyin your new code your bootign 2 vms the problem with that is the host shoudl now be rejected dueo to the cpu avialableity i htink17:21
sean-k-mooneywe may need to boot 2 vms then delete the first one 17:21
dansmithI had that comment and he adjusted the test17:22
sean-k-mooneyso that there are enouch cpus free btu the numa node with the pci device is full17:22
sean-k-mooneyhttps://review.opendev.org/c/openstack/nova/+/978954/4/nova/tests/functional/libvirt/test_pci_sriov_servers.py#465417:22
sean-k-mooneyits still not correct in v4 17:22
Ugglasean-k-mooney, it is what I did, boot 2 vm, delete 1, spawn a new one that must fail.17:23
Ugglaunless I miss something.17:23
sean-k-mooneyUggla: i dont see the vm delete you ddidnt delete server 117:23
sean-k-mooneydid you do that locally?17:23
dansmithsean-k-mooney: L587017:24
dansmithand if you see my previous review feedback it'll point it out17:25
sean-k-mooneythats a diffent test17:25
sean-k-mooneytest_create_server_with_pci_dev_and_numa_fails vs test_create_server_with_pci_dev_and_numa17:26
sean-k-mooneythe fails one is the one that is incorrect17:26
sean-k-mooneythe fails one now would fail even without the pci device becasue there are not enough dedicated cpus17:27
dansmithin my previous feedback, I noted that that test was the same as the fails one above, and commented that we should cover the case where he deleted one to make sure it was failing for the right reason17:28
dansmithseems like both cases are covered now, I'm not sure why it matters which one does it17:28
sean-k-mooneythere are only 8 pCPUs on the host17:30
sean-k-mooneyif you boot 2 vms as palce hoslder and dont delete 1 of them17:30
sean-k-mooney(that both request 4 cpus)17:30
sean-k-mooneythe third vm will get a no valid host regardless fo the pci request17:31
Ugglasean-k-mooney, please make a comment I'll try to fix it tomorrow morning.17:33
sean-k-mooneyyep i have it written im jsut reviewing the rest so i can leave them all in one go17:34
Ugglasean-k-mooney, also if you have not seen 946945: Add reproducer test for bug 2105896 | https://review.opendev.org/c/openstack/nova/+/946945 I rebase and stack the fix on top. Coz I would like to close this bug too.17:35
sean-k-mooneyUggla: thanks for rebasing it. no i didnt see that you did that17:36
sean-k-mooneyand yes it would be nice to fix that im fine with stacking them or if you want to take that over feel free17:37
UgglaI had to signoff the patch, so that's the reason why I set me as co author.17:37
sean-k-mooneyya that ok17:38
sean-k-mooneyi just created the repoducer to help the person who was developign the bug fix17:38
Ugglain any case keeping you as the original author.17:38
sean-k-mooneywell not quite i guess i created trhe repoducer ealier but never got around to fixing it17:39
Ugglayou can have a look at the fix too. Basically I have just added the reproducer part in the fix that was missing (so setting me as co author on the fix too). 17:39
UgglaSo if you can confirm the direction is ok, then I'll look for cores to merge them.17:40
sean-k-mooneysure proably not today but i can take a look tomorrow17:49
sean-k-mooneyill see if i can review it today when i finish with your chagne17:49
sean-k-mooneyUggla: comments pushed https://review.opendev.org/c/openstack/nova/+/978954/4/nova/tests/functional/libvirt/test_pci_sriov_servers.py there are a few minor testign regressions but the over all patch looks good18:00
Ugglasean-k-mooney, thx, I'll try to fix that tomorrow morning with a fredh mind.18:01
sean-k-mooneyno worries. the changes are subtle so best not to do it while tired18:02
opendevreviewLajos Katona proposed openstack/nova master: WIP: Use SDK for Neutron security-groups  https://review.opendev.org/c/openstack/nova/+/98114119:33
sean-k-mooneyUggla: oh i see  did orgianly take over https://review.opendev.org/c/openstack/nova/+/946079/6 and update it for the first person tha ttried to fix it but they abandoned the patch and https://review.opendev.org/c/openstack/nova/+/970337 is a new attempt to fix it19:34
sean-k-mooneyso it not usign the orginal fix i was working  at least not in the same way19:35
sean-k-mooneyUggla: if you want to chat more about https://review.opendev.org/c/openstack/nova/+/970337/comment/4abdf064_10cf13ce/ tommorow let me know i think https://review.opendev.org/c/openstack/nova/+/946079 was  more compelte fix and it shoudl not have been abandoned20:51
opendevreviewDmitriy Chubinidze proposed openstack/nova master: docs: mention q35 machine type for UEFI guests  https://review.opendev.org/c/openstack/nova/+/98141321:52
opendevreviewDmitriy Chubinidze proposed openstack/nova master: docs: mention q35 machine type for UEFI guests  https://review.opendev.org/c/openstack/nova/+/98141321:59

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!