Wednesday, 2023-05-17

opendevreviewmelanie witt proposed openstack/nova master: tests: Use GreenThreadPoolExecutor.shutdown(wait=True)  https://review.opendev.org/c/openstack/nova/+/88331700:17
melwittgibi, sean-k-mooney: ^ this is an attempt to improve stability wrt to the leaked greenlets in unit/func test jobs issue, if you are interested to take a look00:22
melwitt*further improve stability00:24
opendevreviewmelanie witt proposed openstack/nova master: tests: Use GreenThreadPoolExecutor.shutdown(wait=True)  https://review.opendev.org/c/openstack/nova/+/88331700:58
opendevreviewDavid Wlazlo proposed openstack/python-novaclient master: Typo - nova CLI deprecation warning  https://review.opendev.org/c/openstack/python-novaclient/+/88332001:49
opendevreviewDavid Wlazlo proposed openstack/python-novaclient master: Typo - nova CLI deprecation warning  https://review.opendev.org/c/openstack/python-novaclient/+/88332002:21
opendevreviewmelanie witt proposed openstack/nova master: Add debug logging when Instance raises OrphanedObjectError  https://review.opendev.org/c/openstack/nova/+/88332503:21
opendevreviewMerged openstack/python-novaclient master: Typo - nova CLI deprecation warning  https://review.opendev.org/c/openstack/python-novaclient/+/88332005:28
opendevreviewSahid Orentino Ferdjaoui proposed openstack/nova master: [wip]network: convert usage of neutronclient to openstacksdk  https://review.opendev.org/c/openstack/nova/+/88271406:55
zigoThere's something that I still don't understand. When Moving from "nova server-migraiton-list" to "openstack server migration list --server <UUID>", how do I see the migration ID, so I can give it as argument to "server migration show" ?07:24
zigoIt this fixed in a later openstackclient version ?07:24
gibimelwitt: Thanks for that func test patch. I'm totally +2 to merge it07:28
sean-k-mooneymelwitt: that is an interesting approch08:38
sean-k-mooneygibi: i still kind of want to follow up wiht moveing all our greenthread usage into a global pool08:39
sean-k-mooneybut i think im ok with mergeing melwitt's patch for now08:40
sean-k-mooneyi dont knwo when ill get time to work on that again 08:40
sean-k-mooneymelwitt: once your patch merges i might rebase https://review.opendev.org/c/openstack/nova/+/873061 on top of it08:48
sean-k-mooneykashyap: lol slack is dead08:56
kashyapsean-k-mooney: Oh, is it?08:56
kashyapsean-k-mooney: Yeah, I was trying to say something back :)08:56
kashyapLOL08:56
sean-k-mooneymy web client and weechat both cant connect08:56
sean-k-mooney50308:57
kashyapYeah, same here08:58
gibimy web client seems to be OK09:02
gibiand I see your messages so I guess slack is back09:02
sean-k-mooneyya its back09:02
gibisean-k-mooney: sure I think the melwitt fix is a good approach for now, and we can get back to your approach in the future as well09:02
opendevreviewMerged openstack/nova master: tests: Use GreenThreadPoolExecutor.shutdown(wait=True)  https://review.opendev.org/c/openstack/nova/+/88331709:21
opendevreviewRodolfo Alonso proposed openstack/nova master: [alembic] Alembic operations require keywords only arguments  https://review.opendev.org/c/openstack/nova/+/88334410:16
opendevreviewJohn Garbutt proposed openstack/nova master: WIP: Deprecate ironic.peer_list  https://review.opendev.org/c/openstack/nova/+/88334610:33
sean-k-mooneystephenfin: by the way i found an nova api that is not supproted by osc that we missed (its also nto supproted in nova client)10:36
stephenfinoh?10:36
sean-k-mooneyhttps://specs.openstack.org/openstack/nova-specs/specs/train/implemented/show-server-numa-topology.html10:36
sean-k-mooneyhttps://docs.openstack.org/api-ref/compute/?expanded=show-server-topology-detail#show-server-topology10:37
sean-k-mooneyi was considerign trying to add that to the sdk10:38
sean-k-mooneyjust to get used to that process10:38
stephenfinsean-k-mooney: https://github.com/openstack/openstacksdk/blob/master/openstack/compute/v2/server.py#L695-L707 ?10:38
sean-k-mooneymaybe on firday as a hack and hussel thing10:38
sean-k-mooneyhum ok so its in the sdk10:39
sean-k-mooneyso its just missing form osc10:39
sean-k-mooneyso adding a new "openstack server toplogy show" command shoudl not be hard10:40
sean-k-mooneythe show i guess is a littel reduntant 10:40
sean-k-mooneysince there is only one action on that endpoint but i think its consitent with the other commands10:40
stephenfinYup, should be minimally complicated. I'd swear we had that also though...10:41
sean-k-mooneyif i try and write a patch for this on friday can you take a look if and give me pointers if i gest stuck10:41
sean-k-mooneyi think we missed it because its not in nova client as far as i can see10:41
sean-k-mooneyi tought we did too10:42
stephenfinhttps://docs.openstack.org/python-openstackclient/latest/cli/command-objects/server.html#server-show10:42
stephenfinopenstack server show --topology <server>10:42
sean-k-mooneyits not in server show intentionally10:42
sean-k-mooneyso that returns only the toplogy and not the rest of the server detail?10:42
sean-k-mooneywe made the point in the spec that this should not be part fo the server show api respocne for performance reasons10:43
sean-k-mooneyi guess as a client opt in it not terible10:43
stephenfinYeah. It's not how I'd personally do that normally since it's really a separate command but it predates my involvement in the project. Ditto for the --diagnostics argument10:44
sean-k-mooneybut that means the client is merging in a second api request into the output10:44
stephenfinI moved 'server migrate --confirm' to 'server migration confirm'10:44
sean-k-mooneyok if this is in the osc we have downstream for 17 i could suggest using it for verifying an instnac ehas been booted with a numa toplogy10:45
stephenfinYeah, it is. Client-side though10:45
sean-k-mooneyok so if we have the supprot should i just leave it as it is10:45
stephenfinFor 17 I'd pull the Antelope version of OSC. It's so much better than the Wallaby version or whatever10:45
sean-k-mooneyi didnt find it as i was expecting it to be a seperate command sicne its a differnt api but its not without precended10:45
stephenfinDitto for SDK10:46
sean-k-mooneywe use server migrate for cold and live 10:46
stephenfinopenstacksdk 1.0 is a big move forward10:46
sean-k-mooneystephenfin: that has issues depeningon where you isntall it10:46
sean-k-mooneyyou cant intall the pypi verisonon the undercloud becasue it use the rpm version to run tripleo10:46
sean-k-mooneybut any of our custoemr using it on there laptops shoudl defintly use it form pypi10:47
stephenfinTrue10:47
sean-k-mooneyok well thanks for confirming this is techinaly supproted10:48
sean-k-mooneyi guess ill park doing any refactorign for now10:48
sean-k-mooneywe could rename it but its proably not worth the upgrade impact10:48
dvo-plv_sen-k-mooney, Hello. Will you have some free time to verify new test for packed ring, which were created ? https://review.opendev.org/c/openstack/nova/+/87607511:40
dvo-plv_sean-k-mooney: sorry, I've made a mistake in your nick11:48
sean-k-mooneyhehe i have done that in comments i left in the code so dont worry about it11:49
sean-k-mooneydvo-plv_: and no i have not yet but ill try and take a look. i have a meeting at the top of the hour so im oging to go grab coffee but ill take a look at them when i get back11:50
dvo-plv_sure, we always should find time for coffee :)11:53
*** thelounge553 is now known as thelounge5513:18
*** thelounge551 is now known as thelounge5513:26
*** d34dh0r5| is now known as d34dh0r5313:35
opendevreviewCarl Morris proposed openstack/nova master: Improving logging at '_numa_cells_support_network_metadata'.  https://review.opendev.org/c/openstack/nova/+/86093014:09
opendevreviewCarl Morris proposed openstack/nova master: Improving logging at '_numa_cells_support_network_metadata'.  https://review.opendev.org/c/openstack/nova/+/86093014:16
mnasiadkaHello15:04
mnasiadkaIs there a reason https://review.opendev.org/c/openstack/nova/+/853267 backport has not been merged yet?15:04
opendevreviewmelanie witt proposed openstack/nova master: Add debug logging when Instance raises OrphanedObjectError  https://review.opendev.org/c/openstack/nova/+/88332515:28
opendevreviewMark Goddard proposed openstack/nova master: ironic: Let Ironic handle deployment cleanup actions during destroy  https://review.opendev.org/c/openstack/nova/+/88341115:40
sean-k-mooneymnasiadka: review bandwith17:59
sean-k-mooneyi dont see any orhter reason its not merge ill take a look now18:00
sean-k-mooneymnasiadka:they are on its way on yoga18:04
sean-k-mooneymnasiadka: what branch do you need the fix on18:05
*** elodilles is now known as elodilles_ooo19:42
*** dmellado95 is now known as dmellado923:04
opendevreviewMerged openstack/nova stable/yoga: Reproducer for bug 1983753  https://review.opendev.org/c/openstack/nova/+/85326623:20
opendevreviewMerged openstack/nova stable/yoga: Update RequestSpec.pci_request for resize  https://review.opendev.org/c/openstack/nova/+/85326723:28
opendevreviewMerged openstack/nova stable/yoga: Add reno for fixing bug 1941005  https://review.opendev.org/c/openstack/nova/+/85326823:28

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