Friday, 2025-02-28

sean-k-mooneytkajinam: readded my +200:00
sean-k-mooneytkajinam: i think we can pretent thid mergd today and if bauzas and dansmith agree merge it tomorrow00:01
Callum027Yep, exactly, I'm happy to hear that. Looks like Ceilometer also does an API lookup to get `server.metadata` as well, I think I'll add that to the blueprint as well and we can call this a "add everything missing that Ceilometer needs"00:01
sean-k-mooneyso that a littel diffent00:01
sean-k-mooneythe peroblem with server.metadat is tha tcan change at any time since its the metadta proved to the end user within the metadta api00:02
sean-k-mooneyCallum027: that not exactly private data but it shoudl not really be in the xml00:02
Callum027Oh, that's too bad then00:02
Callum027In that case that might be a topic to discuss on the Ceilometer side on how to handle that in the future00:03
sean-k-mooneywe coudl perhaps dicusss that as a follow up but i susptec that woudl get pushback on privacy grounds00:03
Callum027Fair enough. For my use case it's not required, there might be scope to simply disable fetching that inside Ceilometer if the administrator doesn't require it, especially if it could cause privacy issues by exposing it.00:04
sean-k-mooneyCallum027: ill put it to you this way. while you would never pass a password via server metadata you might pass the lookup keey to pull applciation config form vault via metadata00:04
sean-k-mooneyCallum027: it proably shoud be configurable yes00:05
dansmithsean-k-mooney: tkajinam I am EOD but I will be glad to look tomorrow.. That said, this seems like a bug fix (or at least mitigation) to me, so I'm not worried about merging it later00:05
Callum027Yep. Thanks for letting me know about that, wasn't aware of the full implications of exposing that00:06
sean-k-mooneydansmith: enforcign multi path ya i can see that angle00:06
sean-k-mooneyi just logged in to check something so i should proably call it there too o/00:07
opendevreviewMerged openstack/placement master: requirements: Remove setuptools  https://review.opendev.org/c/openstack/placement/+/93239801:04
opendevreviewMerged openstack/placement master: reno: Update master for unmaintained/2023.1  https://review.opendev.org/c/openstack/placement/+/93512301:04
opendevreviewMerged openstack/placement master: Adapt cmd unit test depending on python version  https://review.opendev.org/c/openstack/placement/+/93963701:41
opendevreviewMerged openstack/nova master: Switch to using oslo.utils secretutils  https://review.opendev.org/c/openstack/nova/+/93972101:42
opendevreviewMerged openstack/nova master: Replace oslo_utils.encodeutils.exception_to_unicode  https://review.opendev.org/c/openstack/nova/+/94061901:43
opendevreviewMerged openstack/placement master: Changed OS version CentOS to CentOS Stream.  https://review.opendev.org/c/openstack/placement/+/94049201:43
opendevreviewMerged openstack/nova master: Correctly patch get_by_flavor_id  https://review.opendev.org/c/openstack/nova/+/93972201:43
opendevreviewMerged openstack/nova master: Add managed flag to PCI device specification  https://review.opendev.org/c/openstack/nova/+/93764901:43
opendevreviewMerged openstack/nova master: Add support for showing scheduler_hints in server details  https://review.opendev.org/c/openstack/nova/+/93860402:14
opendevreviewzhou zhong proposed openstack/nova master: Logging exception when query servers for further debug  https://review.opendev.org/c/openstack/nova/+/94289702:22
opendevreviewGhanshyam proposed openstack/nova master: Fix microversion 2.96 for update/rebuild APIs  https://review.opendev.org/c/openstack/nova/+/94287502:42
opendevreviewGhanshyam proposed openstack/nova master: Fix microversion 2.98 doc/tests for update/rebuild APIs  https://review.opendev.org/c/openstack/nova/+/94287802:43
opendevreviewCallum Dickinson proposed openstack/nova master: Fix image ID in libvirt metadata when unshelving  https://review.opendev.org/c/openstack/nova/+/94297304:12
opendevreviewCallum Dickinson proposed openstack/nova master: Add flavor ID to libvirt guest XML  https://review.opendev.org/c/openstack/nova/+/94297404:59
opendevreviewCallum Dickinson proposed openstack/nova master: Fix image ID in libvirt metadata when unshelving  https://review.opendev.org/c/openstack/nova/+/94297305:04
opendevreviewMerged openstack/placement master: Replace deprecated FormatChecker.cls_checks  https://review.opendev.org/c/openstack/placement/+/93573407:23
opendevreviewIvan Anfimov proposed openstack/nova master: doc: Enabling of using LibvirtDriver for compute node.  https://review.opendev.org/c/openstack/nova/+/93932507:26
opendevreviewIvan Anfimov proposed openstack/nova master: doc: Enabling of using LibvirtDriver for compute node.  https://review.opendev.org/c/openstack/nova/+/93932507:26
opendevreviewIvan Anfimov proposed openstack/nova master: doc: Enabling of using LibvirtDriver for compute node.  https://review.opendev.org/c/openstack/nova/+/93932507:27
opendevreviewTobias Urdin proposed openstack/nova master: Retry more volume API functions on server error  https://review.opendev.org/c/openstack/nova/+/94298108:53
opendevreviewCallum Dickinson proposed openstack/nova master: Add image meta to libvirt XML metadata  https://review.opendev.org/c/openstack/nova/+/94276609:12
Callum027sean-k-mooney: I've updated the blueprint and the existing patch with the changes from our discussion. I've also proposed two new changes, one for implementing the flavor ID in metadata as discussed (https://review.opendev.org/c/openstack/nova/+/942974), and other that fixes an issue where the wrong image ID gets inserted into libvirt metadata if09:17
Callum027an ephemeral instance is unshelved (https://review.opendev.org/c/openstack/nova/+/942973). Hopefully everything looks good.09:17
opendevreviewRajesh Tailor proposed openstack/nova master: Add support for showing finish_time  https://review.opendev.org/c/openstack/nova/+/92893310:01
opendevreviewTobias Urdin proposed openstack/nova master: wip: Reserve volumes when doing instance resize  https://review.opendev.org/c/openstack/nova/+/94298510:12
sean-k-mooneyCallum027: nice find on the unshelve issue. can you file a bug for that so it could be backported?10:43
Callum027Yep, can do11:22
opendevreviewCallum Dickinson proposed openstack/nova master: Fix image ID in libvirt metadata when unshelving  https://review.opendev.org/c/openstack/nova/+/94297311:46
Callum027sean-k-mooney: Created bug: https://bugs.launchpad.net/nova/+bug/2100588 - The current patch *should* be able to be cherry-picked into 2024.2 cleanly, I think 2024.1 will need some changes though11:48
sean-k-mooneyCallum027: ya we can asses that when we get to that point11:52
opendevreviewTobias Urdin proposed openstack/nova master: wip: Reserve volumes when doing instance resize  https://review.opendev.org/c/openstack/nova/+/94298512:56
dansmithsean-k-mooney: bauzas are you around to +W this? https://review.opendev.org/c/openstack/nova/+/84566014:43
sean-k-mooneysure14:43
sean-k-mooneyby the way i am around but ill be finishing early today i.e. in the next hour or so14:46
sean-k-mooneydansmith: i assume your glance series is not going to be there this cycle14:46
sean-k-mooneyso we dont need to land the gpt change?14:46
sean-k-mooneyi.e. this https://review.opendev.org/c/openstack/nova/+/93392814:46
dansmithsean-k-mooney: yeah >:( .. the glance part of that has been sitting since november14:47
sean-k-mooneythis just future proofs us for when it is aviable14:47
sean-k-mooneyi assume there is no point in merging that in nova first?14:48
sean-k-mooneyi know you have a wip patch follwoing it14:48
dansmithyeah I mean, if that other thing never merges (or someone complains about the format name or something) it would be kinda silly to have pre-merged that in nova14:49
dansmithand it would be an easy backport if we needed to for some reason, so no real need to jump the gun I think14:50
opendevreviewTobias Urdin proposed openstack/nova master: Retry more volume API functions on server error  https://review.opendev.org/c/openstack/nova/+/94298115:14
opendevreviewTobias Urdin proposed openstack/nova master: wip: Reserve volumes when doing instance resize  https://review.opendev.org/c/openstack/nova/+/94298515:14
opendevreviewGhanshyam proposed openstack/nova master: Fix microversion 2.96 for update/rebuild APIs  https://review.opendev.org/c/openstack/nova/+/94287517:06
opendevreviewGhanshyam proposed openstack/nova master: Fix microversion 2.98 doc/tests for update/rebuild APIs  https://review.opendev.org/c/openstack/nova/+/94287817:13
opendevreviewGhanshyam proposed openstack/nova master: Fix microversion 2.98 doc/tests for update/rebuild APIs  https://review.opendev.org/c/openstack/nova/+/94287817:14

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