Tuesday, 2025-12-02

opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Add capability to load loader and nvram from xml  https://review.opendev.org/c/openstack/nova/+/96908602:15
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Add capability to load ssm feature from existing xml  https://review.opendev.org/c/openstack/nova/+/96913102:15
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Use firmeare auto-selection by libvirt  https://review.opendev.org/c/openstack/nova/+/96913202:15
opendevreviewGhanshyam proposed openstack/nova-specs master: Add backlog spec for Graceful shutodwn of nova services  https://review.opendev.org/c/openstack/nova-specs/+/96746904:55
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Use firmeare auto-selection by libvirt  https://review.opendev.org/c/openstack/nova/+/96913204:58
*** ykarel_ is now known as ykarel07:35
opendevreviewAhmad Hassan proposed openstack/nova-specs master: Offline VM migration using https  https://review.opendev.org/c/openstack/nova-specs/+/96444408:02
opendevreviewAhmad Hassan proposed openstack/nova-specs master: Cold VM migration using Webdav https  https://review.opendev.org/c/openstack/nova-specs/+/96444408:03
DominikDanelski[m]Hi, it's my first patch to the self-filled bug report, so I don't fully get the process. Should I just wait or ask someone responsible to verify my approach? I refer to https://bugs.launchpad.net/nova/+bug/2132020 and https://review.opendev.org/c/openstack/nova/+/96844608:10
fricklerDominikDanelski[m]: in general, you do not need to do anything further, reviewers should find your submission and give feedback. if that doesn't happen in a timely manner, you can ask here or maybe in the weekly meeting (also happening in this channel on Mondays)09:11
DominikDanelski[m]frickler: Thank you. I understand that there's probably no fixed timeline, but approximately when should I reach back?09:45
fricklerDominikDanelski[m]: well I'd be hoping that your above message could already generate enough interest, otherwise asking again in a couple of days should be fine09:48
bauzassean-k-mooney: if you're OK, I'll +W tkajinam's spec given we already discussed in the nova meeting10:19
bauzashttps://review.opendev.org/c/openstack/nova-specs/+/96658410:19
sean-k-mooneybauzas: sure10:22
sean-k-mooneyDominikDanelski[m]: so today we clean up the vm allocation when the errored vm is deleted10:25
sean-k-mooneyDominikDanelski[m]: im not agaist doing that eairlier if we can guarentee that vm will never be resureected10:26
sean-k-mooneyDominikDanelski[m]: my inital feedback is its greate you added a functional reguression test but you skipped a step10:26
sean-k-mooneyyou added https://review.opendev.org/c/openstack/nova/+/968446/1/nova/tests/functional/regressions/test_bug_2132020.py but you ahoudl have an addtional patch before this that demonstrate the allocation is leaked then you fix patch demonstrates that its fixed10:27
sean-k-mooneyDominikDanelski[m]: would you mind creatign a secodn review to demonstrate the issue just with the regression test, then rebase your currnt patch on top10:27
sean-k-mooneyDominikDanelski[m]: on other question which quota was being exceeded?10:28
sean-k-mooneythe server quota included server in error but for all the qutoa corralted with placement allcotion the bug you described sounds valid to me10:29
sean-k-mooneyor put another way, its correct for the instance to go to error if a quota would be exceeded but its also correct that we should free the placement allcoation for that instance provide we burry the instance in cell0 or otherwise make sure instnace.host is not set10:31
opendevreviewMerged openstack/nova-specs master: libvirt: Use built-in firmware auto-selection for UEFI firmware  https://review.opendev.org/c/openstack/nova-specs/+/96658410:32
opendevreviewKonrad Gube proposed openstack/nova-specs master: Propose assisted-volume-extend API  https://review.opendev.org/c/openstack/nova-specs/+/94950411:22
DominikDanelski[m]sean-k-mooney: Thank you for the review. 1. I observed DISK_GB quota violation leaving non-disk allocations. 2. As for the instance.host, I understand from https://opendev.org/openstack/nova/src/branch/master/nova/tests/functional/regressions/test_bug_1806064.py#L119 that it should already be unset at that stage. 3. Could you expand on the second review? Should I create a completely new review attached (via Closes-Bug) to the11:48
DominikDanelski[m]bug-report with my regression test but without the fix, wait for the pipelines to fail, and only then update it with the fix?11:48
sean-k-mooneyDominikDanelski[m]: our standard process for buts is to create an intiall review that demonstrate the bug ideally with a fuctional regression test. in this case teh one you created is good but instead of asserting the allcotion is deleted you will assert that its not cleaned up. we will merge that commit to demonstrate teh issue and in a second commit and review we fix the12:00
sean-k-mooneybug. normally when we create teh repoducer regress test we comment out an assert that demonstrated the desire behvaior so that when you fix the issue all you have to do is uncommnet the assert that demonstrates the desired behavior and delete the assert that demostrates the bug12:00
sean-k-mooneyDominikDanelski[m]: in other words for most bug fixes we try to have 2 commits and 2 reviews the first commits shows what broken and hte scond commit fixes the issue and updates the regression test to assert the correct behvior12:01
sean-k-mooneywe do not need ot wait for the first patch to merge to propose and review the second, we often propsoe and review them at the same time12:02
DominikDanelski[m]All right, but in the end that's still the same regression test in functional/regressions, just with the changed assertions as you described above?12:04
DominikDanelski[m]I think I get the process, I'll create the second review. Should it also be marked with Closes-Bug or something else since it doesn't really fix it?12:05
sean-k-mooneythe repoducer patch shoudl have either Partial-Bug: or Related-Bug:12:06
sean-k-mooneythe fix should have Closes-Bug:12:06
sean-k-mooneyi thend to use Related-Bug for the repoducer12:07
sean-k-mooneyPartial-Bug is more for the case that the bugfix requries multiple commits to fix12:07
sean-k-mooneybut either woudl be fine12:07
sean-k-mooneyonly once commit should have Closes-Bug and that shoudl be the final commit in the series12:08
sean-k-mooneywell assuming the last commit is the one that actully fixes the bug :)12:08
sean-k-mooneyDominikDanelski[m]: and yes its still the saem regression test in the repoducer patch12:09
sean-k-mooneythe logic behaind this approch is to prove that your patch is correct and fixes the problem that was reported by first repoducing it, if yoru fix patch did nto require the regression test to be updated then it woudl show either it does not fix the problem or the regression test was orginally incorrect or incomplete12:11
DominikDanelski[m]sean-k-mooney: Understood, thank you!12:17
opendevreviewsean mooney proposed openstack/nova-specs master: Repropose and update cyborg vGPU (mdev) support  https://review.opendev.org/c/openstack/nova-specs/+/96751513:13
opendevreviewsean mooney proposed openstack/nova-specs master: Repropose and update cyborg vGPU (mdev) support  https://review.opendev.org/c/openstack/nova-specs/+/96751514:11
opendevreviewDominik proposed openstack/nova master: Regression test for Placement allocations remaining during failed schedule (bug #2132020)  https://review.opendev.org/c/openstack/nova/+/96925114:24
DominikDanelski[m]sean-k-mooney: That's the one. If you find time, please tell me if that's what you intended and if the bug reference in the commit message is too redundant.14:28
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Use firmeare auto-selection by libvirt  https://review.opendev.org/c/openstack/nova/+/96913214:33
opendevreviewDhruv Shah proposed openstack/nova master: [trivial][doc] Fix auth_url definitions in install guides  https://review.opendev.org/c/openstack/nova/+/96925314:37
opendevreviewDhruv Shah proposed openstack/nova master: [trivial][doc] Fix auth_url definitions in install guides  https://review.opendev.org/c/openstack/nova/+/96925314:41
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Use firmeare auto-selection by libvirt  https://review.opendev.org/c/openstack/nova/+/96913215:03
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Add basic xml generation for firmware auto selection  https://review.opendev.org/c/openstack/nova/+/96908515:35
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Add capability to load loader and nvram from xml  https://review.opendev.org/c/openstack/nova/+/96908615:35
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Add capability to load ssm feature from existing xml  https://review.opendev.org/c/openstack/nova/+/96913115:35
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Use firmeare auto-selection by libvirt  https://review.opendev.org/c/openstack/nova/+/96913215:35
opendevreviewTakashi Kajinami proposed openstack/nova master: libvirt: Extend functional test coverage of UEFI boot guests  https://review.opendev.org/c/openstack/nova/+/96926315:35
melwittgibi: hey, I had pushed an update to https://review.opendev.org/c/openstack/nova/+/964848 that you reviewed to add a reno, fyi when you get a chance16:07
dansmithoh yeah I want to hit that too16:09
opendevreviewsean mooney proposed openstack/nova-specs master: add spec for resouce notifications  https://review.opendev.org/c/openstack/nova-specs/+/96771216:34
opendevreviewIvan Anfimov proposed openstack/nova master: Remove openSUSE/SLES from install guide  https://review.opendev.org/c/openstack/nova/+/94932416:35
opendevreviewIvan Anfimov proposed openstack/nova master: Remove openSUSE/SLES from install guide  https://review.opendev.org/c/openstack/nova/+/94932416:35
opendevreviewIvan Anfimov proposed openstack/nova master: Remove openSUSE/SLES from install guide  https://review.opendev.org/c/openstack/nova/+/94932416:35
opendevreviewIvan Anfimov proposed openstack/nova master: docs: update installation documentation  https://review.opendev.org/c/openstack/nova/+/93868016:37
opendevreviewIvan Anfimov proposed openstack/nova master: docs: update installation documentation  https://review.opendev.org/c/openstack/nova/+/93868016:37
opendevreviewGhanshyam proposed openstack/nova-specs master: Add backlog spec for Graceful shutodwn of nova services  https://review.opendev.org/c/openstack/nova-specs/+/96746918:14
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron networks  https://review.opendev.org/c/openstack/nova/+/92802219:01
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron subnets  https://review.opendev.org/c/openstack/nova/+/96219019:01
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron extensions  https://review.opendev.org/c/openstack/nova/+/96227019:01
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron floating IPs  https://review.opendev.org/c/openstack/nova/+/96260419:01
opendevreviewLajos Katona proposed openstack/nova master: WIP: Use SDK for Neutron Ports  https://review.opendev.org/c/openstack/nova/+/96929819:01
opendevreviewGhanshyam proposed openstack/nova-specs master: Propose Spec 1 of Graceful shutodwn for 2026.1  https://review.opendev.org/c/openstack/nova-specs/+/96929919:05
opendevreviewGhanshyam proposed openstack/nova-specs master: Propose Spec 1 of Graceful shutodwn for 2026.1  https://review.opendev.org/c/openstack/nova-specs/+/96929919:05
opendevreviewJay Faulkner proposed openstack/nova master: WIP: [ironic] Use states constants from Ironic, update test for ddt  https://review.opendev.org/c/openstack/nova/+/96932121:35
opendevreviewGhanshyam proposed openstack/nova-specs master: Add backlog spec for Graceful shutodwn of nova services  https://review.opendev.org/c/openstack/nova-specs/+/96746922:19
gmaangibi: dansmith sean-k-mooney ^^ updated spec for periodic tasks, please recheck22:55
opendevreviewGhanshyam proposed openstack/nova-specs master: Propose Spec 1 of Graceful shutodwn for 2026.1  https://review.opendev.org/c/openstack/nova-specs/+/96929922:58
gmaandansmith: to propose the spec1 from backlog for this cycle, I am copy the same content from backlog and proposing for this cycle spec ^^, is that right way or any other better way to propose it per cycle?22:59
gmaanor instead of copy the whole content, we can just include a single line referring to backlog spec and tell what all it will implement?23:02
opendevreviewGhanshyam proposed openstack/nova-specs master: Add backlog spec for Graceful shutodwn of nova services  https://review.opendev.org/c/openstack/nova-specs/+/96746923:27

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