Thursday, 2024-11-07

opendevreviewDaniel Bengtsson proposed openstack/oslo.messaging master: Remove deprecated AMQP1 driver  https://review.opendev.org/c/openstack/oslo.messaging/+/93411609:40
opendevreviewDaniel Bengtsson proposed openstack/oslo.messaging master: Remove deprecated AMQP1 driver  https://review.opendev.org/c/openstack/oslo.messaging/+/93411609:50
opendevreviewDaniel Bengtsson proposed openstack/oslo.messaging master: Remove deprecated AMQP1 driver  https://review.opendev.org/c/openstack/oslo.messaging/+/93411610:02
opendevreviewTakashi Kajinami proposed openstack/oslo.utils master: Add utility to replace crypt.crypt  https://review.opendev.org/c/openstack/oslo.utils/+/93189910:08
opendevreviewMerged openstack/os-api-ref master: Mark sphinx extensions thread safe  https://review.opendev.org/c/openstack/os-api-ref/+/93415110:30
opendevreviewDaniel Bengtsson proposed openstack/oslo.messaging master: Remove deprecated AMQP1 driver  https://review.opendev.org/c/openstack/oslo.messaging/+/93411610:52
opendevreviewMerged openstack/oslo.utils master: is_valid_ipv4: Enable strict check by default  https://review.opendev.org/c/openstack/oslo.utils/+/90392410:55
opendevreviewDaniel Bengtsson proposed openstack/oslo.messaging master: Remove deprecated AMQP1 driver  https://review.opendev.org/c/openstack/oslo.messaging/+/93411610:56
opendevreviewMerged openstack/tooz master: Remove Windows support  https://review.opendev.org/c/openstack/tooz/+/93263212:22
opendevreviewHervĂ© Beraud proposed openstack/oslo-specs master: oslo.service: Propose a plan to Remove Eventlet  https://review.opendev.org/c/openstack/oslo-specs/+/92750314:05
opendevreviewHervĂ© Beraud proposed openstack/oslo-specs master: oslo.service: Propose a plan to Remove Eventlet  https://review.opendev.org/c/openstack/oslo-specs/+/92750315:23
dtantsurHi folks. I got disconnected when Jay mentioned https://bugs.launchpad.net/oslo.utils/+bug/2086810 so I wonder if there have been any discussion16:06
dtantsurWe can work around this in Ironic but I wonder if there are other places where kernels may end up going through the format inspector16:07
dtantsurdansmith: if you have a minute ^^16:23
dansmithon a call, but will circle back16:23
dtantsurthx!16:23
fricklerdtantsur: fyi there was no reply to JayF's question earlier, you can also look at the logs at https://meetings.opendev.org/irclogs/%23openstack-oslo/ if needed16:32
dtantsurhow could I forget about logs.. thanks!16:32
dansmithdtantsur: still on that call, but.. the reason it's being detected as GPT is because it *is* a GPT (mbr).. the x86 "bootable" self-uncompressing images have a boot record, partition table, and executable code at the front 17:01
dtantsurdansmith: yeah, TheJulia already brought me these shocking news :) Then I guess the validator should not fail on them?17:02
dansmithdtantsur: so on the one hand, it would be best to be storing these in a "raw" and treating them as such, never running any qemu commands on them and thus not needing to do a safety check on them17:02
dansmithon the other, the thing failing is because they don't have one of the partitions marked as bootable, which is just a sort of sanity check I added because it *should* be set right, but we could remove that check17:03
dansmithbut it'll mean you detect it as a gpt (which it is)17:03
dansmithmy goal with this stuff is to get people to stop treating things that aren't disk images as disk images, and vice versa17:03
dtantsurit's a fair call, too17:04
dansmithI want nova to basically only allow kernel/ramdisk to be in 'raw' and not allow disk images to be in 'raw'17:05
dansmithso we'll use qemu tools on gpt,qcow2, etc, and allow those to be hooked up as disks,17:05
dansmithbut things that are not disk images are just payload data, stored in raw, and not allowed to be "booted"17:06
dansmithalso, the oslo one can expose *which* checks failed, so if you can't distinguish between real GPT disk images and kernels, you could potentially use that failure to indicate "okay, we'll ignore this check failure but we won't let you treat this like a bootable image as a result"17:08
dtantsurGot it, thanks!17:17
JayFI'll note https://review.opendev.org/c/openstack/oslo.utils/+/930379 is still pending review and might be helpful for some cases18:20
opendevreviewsean mooney proposed openstack/openstackdocstheme master: fix support for py39  https://review.opendev.org/c/openstack/openstackdocstheme/+/93438421:48
*** haleyb is now known as haleyb|out22:44
*** tosky_ is now known as tosky23:40

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