Thursday, 2022-12-15

opendevreviewGhanshyam proposed openstack/nova master: Enable new defaults and scope checks by default  https://review.opendev.org/c/openstack/nova/+/86621805:26
opendevreviewNobuhiro MIKI proposed openstack/nova-specs master: Add maxphysaddr support for Libvirt  https://review.opendev.org/c/openstack/nova-specs/+/86103307:56
opendevreviewHiroki Narukawa proposed openstack/nova master: libvirt: retry libvirt connection on live_migration_monitor  https://review.opendev.org/c/openstack/nova/+/86707708:00
sean-k-mooneybauzas: hi i was wrogn yestereday johns ironic spec is not merged yet but im more or less happy with it https://review.opendev.org/c/openstack/nova-specs/+/862833 do you want to review or will i add +w10:54
sean-k-mooneythere are a few nits that i think can be adressed in a followup but i dont see anything that would prevent us merging it as is10:54
sean-k-mooneygibi: i need to do one thing then grab coffee after that i will be staring to review the pci series11:31
gibisean-k-mooney: OK. I replied to your comments about the rp_uuid vs rp_uuids11:31
sean-k-mooneyya i was just checkign that and going to ping you11:32
sean-k-mooneyso based on your answer11:32
sean-k-mooneywe are using that array for two different types11:33
gibinope11:33
sean-k-mooneypool vs spec11:33
gibipool has a single rp uuid, spec has a list of rp uuids serialized as comma separates string11:34
sean-k-mooneyyes but ignored_tags is beign applied to both11:34
gibiahh, yes that is applied to both yes11:35
sean-k-mooneyya so that is what was confusitng me11:35
sean-k-mooneysince each type only have one fo the two field but we have on array of ignored tags11:35
sean-k-mooneyanyway based on your comments and this converstaion i now understand the intent11:36
sean-k-mooneywe might want to consider doing this diffently but i think im ok with this for now. but we my want to split this in a followup11:36
gibiI made a note and I will look into this11:37
sean-k-mooneyill leave a comment to that effect and see what stephen thinks when he gets to it and upgrade to +211:37
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for add/remove instance info from node  https://review.opendev.org/c/openstack/nova/+/65969112:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for getting network metadata from node  https://review.opendev.org/c/openstack/nova/+/67021312:51
opendevreviewStephen Finucane proposed openstack/nova master: Remove use of removeprefix  https://review.opendev.org/c/openstack/nova/+/86778812:51
opendevreviewStephen Finucane proposed openstack/nova master: Remove unused mocks  https://review.opendev.org/c/openstack/nova/+/86778912:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for volume_target.*  https://review.opendev.org/c/openstack/nova/+/86779012:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for node.set_provision_state  https://review.opendev.org/c/openstack/nova/+/86779112:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for node.set_power_state  https://review.opendev.org/c/openstack/nova/+/86779212:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for node.vif*  https://review.opendev.org/c/openstack/nova/+/86779312:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for remaining network operations  https://review.opendev.org/c/openstack/nova/+/86779412:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for remaining ironic driver calls  https://review.opendev.org/c/openstack/nova/+/86779512:51
opendevreviewStephen Finucane proposed openstack/nova master: Use SDK for deprecated baremetal proxy API  https://review.opendev.org/c/openstack/nova/+/86779612:51
opendevreviewStephen Finucane proposed openstack/nova master: Remove Ironic client wrapper  https://review.opendev.org/c/openstack/nova/+/86779712:51
opendevreviewStephen Finucane proposed openstack/nova master: Remove unnecessary aliasing  https://review.opendev.org/c/openstack/nova/+/86779812:51
opendevreviewStephen Finucane proposed openstack/nova master: Use real SDK objects in tests  https://review.opendev.org/c/openstack/nova/+/86779912:51
stephenfinnow back to reviews12:52
opendevreviewMerged openstack/nova master: Map PCI pools to RP UUIDs  https://review.opendev.org/c/openstack/nova/+/85411813:10
sean-k-mooneystephenfin: is that replaceing the ironic client usage with sdk13:13
sean-k-mooneywe have a RFE bug for that if you were not aware can you link to that in the toic/commtis13:13
* sean-k-mooney has not looked at the patches yet13:13
sean-k-mooneygibi: bauzas  this is the glace spec by the way that i mentioned yesterday https://review.opendev.org/c/openstack/glance-specs/+/86320913:21
bauzasok13:21
sean-k-mooneybauzas: did you see my ping for the ironic spec13:22
sean-k-mooneyhttps://review.opendev.org/c/openstack/nova-specs/+/86283313:23
bauzassean-k-mooney: yup, I'll review about it13:23
*** akekane is now known as abhishekk13:45
gibisean-k-mooney: I read through the glance spec above but I cannot really add much to it top of your and dansmith_s comments14:06
sean-k-mooneyack do you have any idea how backup works today?14:11
sean-k-mooneyi always assumed we had glance details in our config14:11
sean-k-mooneybackup predates microversion so i never really looked at the details sicne it also predates specs in nova14:12
johnthetubaguybauzas: I am sort of around today if there are questions on the spec, in case that helps.14:12
gibisean-k-mooney: never tried backup14:15
johnthetubaguysean-k-mooney: I thought it was just a regular snapshot using the users token? Its not on a schedule, we just delete old ones after creating a new one... I thought. Been about 5 years since I tried it mind. Although those glance calls can also get a service token attached, to stop the user token expiry issues.14:16
johnthetubaguyyou could require a service token, a bit like how we discussed for using user tokens for port binding in neutron14:17
*** dasm|off is now known as dasm14:30
opendevreviewMerged openstack/python-novaclient master: tests: Fix Python 3.11 compatibility  https://review.opendev.org/c/openstack/python-novaclient/+/86727014:42
stephenfinsean-k-mooney: yeah, exactly. What's the RFE/bug?14:43
opendevreviewPierre-Samuel Le Stang proposed openstack/nova master: Reproducer test of bug #1999674  https://review.opendev.org/c/openstack/nova/+/86780715:00
bauzasjohnthetubaguy: sean-k-mooney: fwiw, I'm on the spec since 30 mins15:11
bauzasshould be done in 10 mins15:11
sean-k-mooneyack15:12
* sean-k-mooney is multitasking lots of paperwork and reviews15:13
bauzasjohnthetubaguy: sean-k-mooney send to the gate with comments15:23
bauzasnothing important15:23
bauzasand as said, we can continue discussing about those during the implementation 15:23
bauzasbut I don't wanna hold this spec for this cycle15:23
* bauzas goes off finding his child from the school15:23
opendevreviewMerged openstack/nova-specs master: Ironic shard_key to replace peer_list  https://review.opendev.org/c/openstack/nova-specs/+/86283315:35
rloohi nova-folks. thanks johnthetubaguy for fixing https://bugs.launchpad.net/nova/+bug/1974070 because I need that fix in wallaby! Is this https://review.opendev.org/c/openstack/nova/+/864773 backportable, it added a new config option?16:02
johnthetubaguyrloo: your very welcome! I think it is backportable, because its a workaround config option, at least I think that is what we agreed. I haven't had chance to propose it myself though.16:05
rloothx johnthetubaguy ! if i can recall how to, i'll try to propose them and see how that goes :)16:06
rloobtw johnthetubaguy, this didn't get merged, is it still desired? https://review.opendev.org/c/openstack/nova/+/84247816:07
opendevreviewRuby Loo proposed openstack/nova stable/zed: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86764216:09
opendevreviewKonrad Gube proposed openstack/nova-specs master: Use extend volume completion action  https://review.opendev.org/c/openstack/nova-specs/+/85549016:17
opendevreviewKonrad Gube proposed openstack/nova-specs master: Use extend volume completion action  https://review.opendev.org/c/openstack/nova-specs/+/85549016:24
johnthetubaguyrloo: good point, that is still needed for cases like when you mark and available node as in-maintenance but it gets picked before nova updates placement. we shouldn't need it work around automatic cleaning anymore though, so its more of an edge case now16:33
opendevreviewJohn Garbutt proposed openstack/nova master: Ironic: retry when node not available  https://review.opendev.org/c/openstack/nova/+/84247816:33
rlooyes, i could see that being useful but am really interested (now anyway!) in the fix for cleaning. Thx johnthetubaguy, will keep an eye out for that one too if i remember.16:35
johnthetubaguyI kept running out of candidates that worked with the other fix, in the specific scenario where I was hitting the cleaning race, hence the better fix, kinda glad it didn't work first time, its a much better fix :)16:37
rloodefinitely!16:41
*** umbSubli1 is now known as umbSublime16:52
clarkbbauzas: to followup on nova tox v4 compat my DNM change looked clean except for the openstacksdk functional job which is actually an openstacksdk tox.ini problem. I've pushed https://review.opendev.org/c/openstack/openstacksdk/+/867827 to address that (not sure if it is complete yet)17:00
bauzason a meeting but ack17:03
opendevreviewPierre-Samuel Le Stang proposed openstack/nova master: Correctly reset instance task state in rebooting hard  https://review.opendev.org/c/openstack/nova/+/86783217:35
sean-k-mooneyrloo: johnthetubaguy yes that shoudl be backporatble18:21
sean-k-mooneyin fact since https://review.opendev.org/c/openstack/nova/+/867642 is proposed i might as well review it now18:22
rloothx sean-k-mooney! I got a conflict when i tried to cherry pick to yoga, haven't yet had time to look at that.18:23
sean-k-mooneyack ill be around tomorrow as well but after that ill be back in the new year18:23
sean-k-mooneyfeel free to add me to them or ping me and ill happliy review the backports 18:24
rlooThanks sean-k-mooney!!18:24
opendevreviewMerged openstack/nova master: Ironic: retry when node not available  https://review.opendev.org/c/openstack/nova/+/84247820:14
opendevreviewRuby Loo proposed openstack/nova stable/yoga: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86791221:16
*** blarnath is now known as d34dh0r5322:29
opendevreviewRuby Loo proposed openstack/nova stable/yoga: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86791222:41
*** sfinucan is now known as stephenfin22:55
opendevreviewRuby Loo proposed openstack/nova stable/yoga: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86791223:11
opendevreviewRuby Loo proposed openstack/nova stable/xena: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86733823:14
opendevreviewRuby Loo proposed openstack/nova stable/xena: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86791323:23
opendevreviewRuby Loo proposed openstack/nova stable/wallaby: Ironic nodes with instance reserved in placement  https://review.opendev.org/c/openstack/nova/+/86791423:24
*** dasm is now known as dasm|off23:59

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