Tuesday, 2026-05-26

*** zseguin_ is now known as zseguin03:12
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Support cold migration with virtiofs shares  https://review.opendev.org/c/openstack/nova/+/98963304:34
opendevreviewGoutham Pacha Ravi proposed openstack/nova master: Support cold migration with virtiofs shares  https://review.opendev.org/c/openstack/nova/+/98963306:29
*** gibi_off is now known as gibi07:08
opendevreviewStephen Finucane proposed openstack/nova master: Use static pages for eol release release notes  https://review.opendev.org/c/openstack/nova/+/98921010:21
opendevreviewStephen Finucane proposed openstack/nova master: Use static pages for eom release release notes  https://review.opendev.org/c/openstack/nova/+/98921110:21
opendevreviewStephen Finucane proposed openstack/nova master: docs: Speed up release notes builds  https://review.opendev.org/c/openstack/nova/+/98921210:21
cw0306-lee[m]Hi, nova team! I want to create blueprint about support subnet selection during vm create. However, it rejected in 2015.12:21
cw0306-lee[m]https://blueprints.launchpad.net/nova/+spec/selecting-subnet-when-creating-vm12:21
cw0306-lee[m]My question is, is nova's policy still same? Or is it able to suggest this subject again?12:21
opendevreviewMerged openstack/nova master: Fix live migration with pinned VM and iothreads  https://review.opendev.org/c/openstack/nova/+/98877412:43
opendevreviewBalazs Gibizer proposed openstack/nova stable/2026.1: Reproduce bug/2152697  https://review.opendev.org/c/openstack/nova/+/99009612:51
opendevreviewBalazs Gibizer proposed openstack/nova stable/2026.1: Fix live migration with pinned VM and iothreads  https://review.opendev.org/c/openstack/nova/+/99009712:51
*** haleyb|out is now known as haleyb12:53
sean-k-mooneycw0306-lee[m]: so nova does not want to add new networkign proxy apis in general 13:24
sean-k-mooneybut the feature your askign for i think already exists13:24
sean-k-mooneyhttps://docs.openstack.org/api-ref/compute/#id1113:25
sean-k-mooneyi think we can pass  the subnet when we do --nic in osc13:26
sean-k-mooneyok not quite13:27
sean-k-mooneyhttps://docs.openstack.org/python-openstackclient/latest/cli/command-objects/server.html#cmdoption-openstack-server-create-nic13:27
sean-k-mooneyyou can pass teh ip to use but not the subnet13:28
sean-k-mooneycw0306-lee[m]: so you cant have neutron allcoate it form a subnot13:28
sean-k-mooneybasucly our current stance is if you need anything behod a basic prot on a netork you shoudl create the port in neutron first and pass in the port uuid when creating the vm13:29
sean-k-mooneycw0306-lee[m]: basiclly this falls under https://docs.openstack.org/nova/latest/contributor/project-scope.html#no-more-api-proxies13:31
cw0306-lee[m]sean-k-mooney @_oftc_sean-k-mooney:matrix.org: Thank you for your kind reply. I asked this question because blueprint closed long time ago, so if there is a possibility of adding the option again. Thank you!13:40
sean-k-mooneyit was closed because it was nto in line with the future direction of the project. that has not really changed. we have dicussed this on an off a few times but i think the sentiment still remains that we would prefer not to13:42
cw0306-lee[m]Thank you! I have one more question that i made blueprint in 2025-1.13:50
cw0306-lee[m]https://blueprints.launchpad.net/nova/+spec/reduce-build-fail-time-base13:50
cw0306-lee[m]Is this blueprint need spec? And when can i talk this with?13:50
sean-k-mooneycw0306-lee[m]: that could be dicsused in a nova irc meeting as perhaps a specless blueprint13:53
sean-k-mooneythe build failure count is jsut use by the weigher to avoid the host13:54
sean-k-mooneyhaving it decay over time is proably a reasonabel optimisation13:54
sean-k-mooneyim not sure about doing it in the update_available_resouce perodic but perhaps.13:56
sean-k-mooneyi woudl be more incliend to have it be its own persodic and opt into ti by setting the time interval in the config13:56
cw0306-lee[m]Then, can we talk about this on next irc meeting(6/1)? Then I'll add this in agenda.13:58
sean-k-mooneyack13:59
cw0306-lee[m]Thank you very much!13:59
melwittI haven't looked in more detail yet but fyi looks like we have nova-grenade-multinode failing on stable/2025.1 due to a conflict trying install sphinx https://zuul.opendev.org/t/openstack/build/b433e624b0304542a7acd99c735a051c cc elodilles 15:13
elodillesmelwitt: sorry for not advertising it earlier here on IRC, but stable/2025.2 and stable/2025.1 gates are blocked :( some details: https://etherpad.opendev.org/p/nova-stable-branch-ci15:18
melwittelodilles: thanks, sorry I missed it!15:19
elodillesmelwitt: grenade on stable/2025.1 could be fixed with this: https://review.opendev.org/c/openstack/grenade/+/98958015:19
elodillesat least, it worked for grenade last week o:) (unfortunately, the skip-level grenade needs another workaround for the patch to merge)15:20
elodillesstable/2025.2 was blocked by the skip-level grenade as well. i hope the fix could work there too15:21
elodillesbut :(15:21
elodillesa tempest patch has merged recently :/15:21
elodillesthat causes another error15:21
elodilles(move from setup.cfg to pyproject.toml)15:22
elodillesand the above mentioned grenade jobs uses ubuntu-jammy nodeset15:22
elodilleson which tox drops error due to old pbr/setuptools because of the new pyproject.toml setup :/15:23
melwitt@_@ ok15:23
elodillesso now i'm testing a couple of workarounds with this patch: https://review.opendev.org/c/openstack/grenade/+/98978615:24
elodillesand the tempest patch in depends-on15:24
opendevreviewAshish Gupta proposed openstack/nova master: tests: file-backed SQLite with WAL in threading mode for Database and CellDatabases Fixtures  https://review.opendev.org/c/openstack/nova/+/98858315:29
elodillesand it seems the tempest && grenade workarounds do the trick and grenade-skip-level job is passing again: https://zuul.opendev.org/t/openstack/build/330b8dcfa57f4889a5ec534b40632ee615:41
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron networks  https://review.opendev.org/c/openstack/nova/+/92802215:54
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron subnets  https://review.opendev.org/c/openstack/nova/+/96219015:54
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron extensions  https://review.opendev.org/c/openstack/nova/+/96227015:54
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron floating IPs  https://review.opendev.org/c/openstack/nova/+/96260415:54
cardoeUggla: I’m on PTO for the next 2 weeks.16:11
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron Ports  https://review.opendev.org/c/openstack/nova/+/96929816:34
opendevreviewLajos Katona proposed openstack/nova master: Use SDK for Neutron security-groups  https://review.opendev.org/c/openstack/nova/+/98114116:34
opendevreviewMerged openstack/nova master: Add regression test for unified limits resource bug  https://review.opendev.org/c/openstack/nova/+/97585917:01
opendevreviewElod Illes proposed openstack/nova stable/2025.2: [CI][stable-only] Remove grenade-skip-level  https://review.opendev.org/c/openstack/nova/+/99015017:40
opendevreviewElod Illes proposed openstack/nova stable/2025.2: [CI][stable-only] Remove grenade-skip-level  https://review.opendev.org/c/openstack/nova/+/99015018:11
opendevreviewAshish Gupta proposed openstack/nova master: tests: file-backed SQLite with WAL in threading mode for Database and CellDatabases Fixtures  https://review.opendev.org/c/openstack/nova/+/98858319:37
opendevreviewAshish Gupta proposed openstack/nova master: tests: file-backed SQLite with WAL in threading mode for Database and CellDatabases Fixtures  https://review.opendev.org/c/openstack/nova/+/98858320:20
opendevreviewMasanori Ueno proposed openstack/nova master: NUMA live-migration: ensure allocation_ratio is respected  https://review.opendev.org/c/openstack/nova/+/99021021:38
opendevreviewMasanori Ueno proposed openstack/nova master: NUMA live-migration: ensure allocation_ratio is respected  https://review.opendev.org/c/openstack/nova/+/99021221:44

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