| opendevreview | huanhongda proposed openstack/nova master: Fix scheduler aggregate cache race on concurrent add_host https://review.opendev.org/c/openstack/nova/+/990437 | 02:25 |
|---|---|---|
| opendevreview | Lajos Katona proposed openstack/nova master: Use SDK for Neutron extensions https://review.opendev.org/c/openstack/nova/+/962270 | 09:29 |
| opendevreview | Lajos Katona proposed openstack/nova master: Use SDK for Neutron floating IPs https://review.opendev.org/c/openstack/nova/+/962604 | 09:31 |
| opendevreview | Balazs Gibizer proposed openstack/nova master: Poison eventlet import in native threading mode https://review.opendev.org/c/openstack/nova/+/986282 | 09:35 |
| opendevreview | Lajos Katona proposed openstack/nova master: Use SDK for Neutron Ports https://review.opendev.org/c/openstack/nova/+/969298 | 11:02 |
| opendevreview | Lajos Katona proposed openstack/nova master: Use SDK for Neutron security-groups https://review.opendev.org/c/openstack/nova/+/981141 | 11:03 |
| sean-k-mooney | gibi: thanks for reviewign the repoducer, will you have time to review https://review.opendev.org/c/openstack/nova/+/975872 today or next week im hoping between you an melwitt i can close that out soon | 12:02 |
| opendevreview | Masanori Ueno proposed openstack/nova master: NUMA live-migration: ensure allocation_ratio is respected https://review.opendev.org/c/openstack/nova/+/990648 | 13:34 |
| songwenping | sean-k-mooney: hi, is NVIDIA A100 MIG devices can passthrough to KVM VM? | 13:42 |
| sean-k-mooney | songwenping: yes and no :) | 13:54 |
| sean-k-mooney | songwenping: it depenson who waht you eman by passthoughah and your driver version/kernel | 13:55 |
| sean-k-mooney | songwenping: yes if you are creating an mdev on top of the mig vf | 13:55 |
| sean-k-mooney | i dont know if a100 suport the newer way fo using a nvidaia vfio-pci variatnt driver | 13:56 |
| sean-k-mooney | to allow direct assignment | 13:56 |
| sean-k-mooney | of the vf | 13:56 |
| sean-k-mooney | that is supproted on blackwell and hopper i belive | 13:56 |
| songwenping | yes we use vf+mdev | 14:06 |
| songwenping | we did it at 2022,but now it is not worked. | 14:07 |
| songwenping | our qemu-kvm version is 4.2.0, the version of 6.2.0 is not support, i wonder if the qemu is changed. | 14:08 |
| sean-k-mooney | i dont belive this is a qemu chage nessiarly but it might eb a direr one | 14:46 |
| sean-k-mooney | bauzas: prably know more but i think some verion fo the nvida driver (grid 20?) may have added the vfrio variant driver code path for a100 | 14:47 |
| sean-k-mooney | i dont have acess to a a100 to test | 14:47 |
| sean-k-mooney | im not aware of anythin in nova/libvirt/qemu that woudl have broken this however so i stongly suspect if it has broken in your env its related to a change made by nvidia | 14:48 |
| sean-k-mooney | if it is because they remvoed mdev suprpot form the driver then you need this featrue https://specs.openstack.org/openstack/nova-specs/specs/2025.1/implemented/enable-vfio-devices-with-kernel-variant-drivers.html instaead | 14:49 |
| opendevreview | sean mooney proposed openstack/nova master: Add agentic coding guidance and docs https://review.opendev.org/c/openstack/nova/+/984540 | 14:53 |
| opendevreview | Joan Gilabert proposed openstack/nova-specs master: Repropose and update cyborg vGPU (mdev) support https://review.opendev.org/c/openstack/nova-specs/+/967515 | 14:57 |
| -opendevstatus- NOTICE: Gerrit will be restarted to pick up a bugfix in the replication plugin. You may notice a short outage of a few minutes. | 15:33 | |
| masahito | hi nova team, please review the small lock API bug fix patch. https://review.opendev.org/c/openstack/nova/+/946223/5 thanks you | 15:59 |
| opendevreview | Dan Smith proposed openstack/nova master: Add unpin AZ functionality https://review.opendev.org/c/openstack/nova/+/990682 | 16:01 |
| sean-k-mooney | masahito: just reading the commit message that seams reasonable to me | 16:17 |
| sean-k-mooney | i woudl have to check exactly what we docuemetn the preconditon fo the lock api as bu tif we have not finished spawning a vm for the first time i agree we shoudl nto allow you to lock it | 16:18 |
| sean-k-mooney | we need the inaly isntce create to either finush successfuly or at least compel in the error state | 16:18 |
| sean-k-mooney | before locking the isnstnace is really valid | 16:18 |
| sean-k-mooney | we dont expclity docuemn a precondition but a pre condition for any server actrion is impleicly we have complete the inical server creation | 16:20 |
| sean-k-mooney | if that is still inpugres we shoudl not allow you do do any server action api on teh instnace until the create is complete | 16:21 |
| opendevreview | sean mooney proposed openstack/nova master: Use CirrOS test image in Nova CI jobs https://review.opendev.org/c/openstack/nova/+/990728 | 16:52 |
| opendevreview | sean mooney proposed openstack/nova master: Revert "Use CirrOS test image in Nova CI jobs" https://review.opendev.org/c/openstack/nova/+/990729 | 16:52 |
| -opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be offline again monentarily while we restart for a configuration adjustment, but should return to service within a few minutes | 19:09 | |
| opendevreview | Adam McArthur proposed openstack/placement master: Placement spec for bulk read API of resource providers https://review.opendev.org/c/openstack/placement/+/990761 | 20:59 |
| melwitt | priteau: hey for the test_resize_reschedule_uses_host_lists_3_fails fail you see on stable/2026.1 you will want https://review.opendev.org/c/openstack/nova/+/989619 | 21:10 |
| melwitt | cc elodilles ^ | 21:10 |
| opendevreview | melanie witt proposed openstack/nova master: Fix swap disk creation skipped on NFS during cold migration https://review.opendev.org/c/openstack/nova/+/988547 | 21:20 |
| melwitt | sean-k-mooney: I applied your suggested edit on the NFS file check thing ^ sorry I didn't see it earlier :( | 21:25 |
| sean-k-mooney | i saw i jut happend to sit down a few seconds ago | 21:26 |
| sean-k-mooney | wel a few mints but im already +2 | 21:26 |
| melwitt | that was lucky timing for me. heh thanks | 21:26 |
| sean-k-mooney | indeed im kind of don for today but i was "optimisting my setup" and wanted to tidy up somethign so im having ai clean something up for me locally | 21:27 |
| melwitt | :) | 21:28 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!