Tuesday, 2024-07-30

*** bauzas_ is now known as bauzas01:33
opendevreviewMasahito Muroi proposed openstack/nova master: Change instance_system_metadata value to Text type  https://review.opendev.org/c/openstack/nova/+/92516306:20
*** bauzas_ is now known as bauzas08:14
opendevreviewJulien Le Jeune proposed openstack/nova stable/2024.1: Refactor vf profile for PCI device  https://review.opendev.org/c/openstack/nova/+/92518109:50
opendevreviewRajesh Tailor proposed openstack/nova master: Fix KeyError on assisted snapshot call  https://review.opendev.org/c/openstack/nova/+/90078310:08
opendevreviewRajesh Tailor proposed openstack/nova master: Restore original AZ when unshelve fails  https://review.opendev.org/c/openstack/nova/+/91110810:14
opendevreviewMichael Still proposed openstack/nova master: libvirt: Add config option to require secure SPICE.  https://review.opendev.org/c/openstack/nova/+/92254410:28
opendevreviewMichael Still proposed openstack/nova master: libvirt: allow direct SPICE connections to qemu  https://review.opendev.org/c/openstack/nova/+/92484410:28
opendevreviewMichael Still proposed openstack/nova master: libvirt: Add config option to require secure SPICE.  https://review.opendev.org/c/openstack/nova/+/92254410:32
opendevreviewMichael Still proposed openstack/nova master: libvirt: allow direct SPICE connections to qemu  https://review.opendev.org/c/openstack/nova/+/92484410:32
opendevreviewMichael Still proposed openstack/nova master: libvirt: Add config option to require secure SPICE.  https://review.opendev.org/c/openstack/nova/+/92254410:33
opendevreviewMichael Still proposed openstack/nova master: libvirt: allow direct SPICE connections to qemu  https://review.opendev.org/c/openstack/nova/+/92484410:33
mikalSorry about that, I have no idea how that hook ended up in my rebase.10:34
mikalsean-k-mooney: I've dropped the concurrency patch, and the first two patches in the series should be good to review now. I'll do the sound and usb device extra specs next but that's not done yet.10:35
*** bauzas_ is now known as bauzas10:52
opendevreviewMerged openstack/nova stable/2023.1: Remove AMI snapshot format special case  https://review.opendev.org/c/openstack/nova/+/92500011:54
jlejeunesean-k-mooney: hello, since the last commit "Remove AMI snapshot format special case" has been merged, the test_snapshot_running test is now running but it depends on qemu-img binary which is not necessary installed, so it fails 12:46
jlejeunewhy not putting qemu-utils package in bindep.txt ?12:55
sean-k-mooneyjlejeune: because our unit test are not ment to depend on it13:08
sean-k-mooneyjlejeune: its an optiona depency13:08
sean-k-mooneyand we will be removing those tests when we factor this out of nova13:08
sean-k-mooneywe could add it as a test only dep in bindep13:09
sean-k-mooneybut we dont want to require peopel to install qemu image just to run unit test in general13:09
jlejeuneagree, so in the meantime waiting for the removal of that code in oslo instead of nova, we need to skip that test if qemu-img binary is missing13:17
sean-k-mooneyyep like you did for the ohter one13:21
jlejeuneyep :)13:21
sean-k-mooneyits not a blocker just an anoyance currently13:21
sean-k-mooneyi was hopign to do a new release today/tomorrow13:22
sean-k-mooneywe could include it if the patch is ready quickly13:22
sean-k-mooneybut i dont really want to hold the release just for this13:22
jlejeuneI understand13:23
mnaserquestion.. has anyone ran into this in nova CI?13:24
mnaser`TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'`13:24
mnaserhttps://zuul.opendev.org/t/openstack/build/7e95381e525e43e6afb34c1a0381e97113:24
mnaserI know its unmaintained zed but in case this rings a bell and needs us to back port something in specific :13:24
dansmithit's a new change in packageutils or something I think13:37
dansmithI hit it elsewhere outside of openstack13:38
dansmithpart of a larger theme of issues everyone has been facing, because the python community decided they should tell us what our version numbers have to look like13:38
sean-k-mooneythat has been fixed kind fo 13:38
sean-k-mooneyits caused by a new release of setuptools conflciting with the max version of packaging we allowed in 2023.113:39
sean-k-mooneywe resolved that on stable by bumping the max version to the same as 2023.213:39
sean-k-mooneyalternitivly you can clamp the max veriosn of setup tools on older release13:39
opendevreviewRajesh Tailor proposed openstack/nova master: Rephrase the help message  https://review.opendev.org/c/openstack/nova/+/92520713:42
mnaserhmmm13:43
mnaserso I'd have to fix this in requirements13:43
mnaseror cap it inside nova?13:43
sean-k-mooneymnaser: yes you would 13:47
sean-k-mooneyyou cant cap settup tool in requiremnts13:47
sean-k-mooneyyou could only bump the pacakging version13:47
sean-k-mooneyif you didnt want to do that you would have to clamp it in the ci job 13:47
opendevreviewJulien Le Jeune proposed openstack/nova master: Fix test_snapshot_running test when qemu-img binary is missing  https://review.opendev.org/c/openstack/nova/+/92520813:50
opendevreviewJulien Le Jeune proposed openstack/nova master: Fix test_snapshot_running test when qemu-img binary is missing  https://review.opendev.org/c/openstack/nova/+/92520813:56
opendevreviewRajesh Tailor proposed openstack/nova master: Fix typos and punctuation issues  https://review.opendev.org/c/openstack/nova/+/87877913:59
elodillesmnaser: i'm not sure that patch is needed. i mean, the gate is fine without that patch. but if you could review these CVE related zed backports, that would be awesome o:) (6 patch :S) https://review.opendev.org/c/openstack/nova/+/925018/213:59
jlejeuneelodilles: hello, following your comment, I backported that commit in 2024.1: https://review.opendev.org/c/openstack/nova/+/92518114:05
elodillesjlejeune: thanks! looks good to me! +2'd14:16
sean-k-mooneyjlejeune: ya we have that dowsn tream too already i agree iwth backporting that14:25
jlejeuneelodilles: sean-k-mooney: thanks, I have another small fix on unit test like previous one I made last week: https://review.opendev.org/c/openstack/nova/+/925208 14:25
sean-k-mooneyi tought there were already backport of that proposed but i guess not14:25
sean-k-mooneyjlejeune: yep i reviewd thats incorrect14:25
sean-k-mooneypreviosly it was fine to skip if qemu-img was not installed as the tests in question were validtating the behaivor of calling qemu image14:26
sean-k-mooneythis test is just missing a mock14:26
jlejeuneok doing14:26
mnaserelodilles: the thing is nova-multistore job is broken so not letting glance job pass so we can't finish landing the CVE fixes in glance :(14:43
elodillesmnaser: ahh, i see14:45
elodillesmnaser: meanwhile i found the issue you mentioned: https://bugs.launchpad.net/neutron/+bug/207358514:46
mnaserelodilles: reviewed the zed stuff, lgtm14:46
elodillesmnaser: and it seems there were some discussion in this patch, that might lead to some kind of a fix: https://review.opendev.org/c/openstack/requirements/+/92449414:47
elodillesmnaser: though i don't see yet what is the right fix o:)14:47
mnaserelodilles: I think here - https://review.opendev.org/c/openstack/requirements/+/92527114:48
opendevreviewJulien Le Jeune proposed openstack/nova master: Fix test_snapshot_running  https://review.opendev.org/c/openstack/nova/+/92520814:49
elodillesmnaser: hmmm, that doesn't seem right to me. i mean, upper-constraints shouldn't be updated on non-master branches (except openstack libraries) in general. is the nova-multistore job's tempest coming from master branch, or zed-last tag?14:51
elodillesmnaser: and thanks for reviewing the zed patches o/ I'll fast-approve them then now14:53
clarkbelodilles: I had to push back on that when this issue first came up14:56
clarkbthe issue is a requirements upper constraints bug as far as our ability to fix things goes14:56
clarkbwe need to have flexibility in policy to understand that these cases do occasionally occur and allow for fixing them when they do14:56
clarkbwe can say "policy is to never change this thing" but then you have to accept it will break at some point due to bitrot. The bitrot has occurred. The decision is "do we want to make this work again or not" and less so "what is our policy" imo14:58
elodillesclarkb: yeah, i mean, we had issues in the past, too, when we needed to bump upper version for some external dependencies. but at a first glance this seems to me that (for zed) we should not use latest master from tempest.15:00
clarkbits just a bump of the upper constraint value of a package to a working version15:01
clarkband things are already broken so the risk of breaking things harder is low15:02
elodillesi'm not against it, fwiw, just saying that maybe we could use zed-last (given that the issue comes from tempest and the fact that we use it from master branch), in that way we can avoid some other bitrot issues in the future o:)15:04
clarkbI don't think changing the branch will fix the problem because the issue is in setuptools15:04
elodillesclarkb: i see, then it's an other issue. of course in that case probably this is the best workaround15:05
jlejeunesean-k-mooney: something like that : https://review.opendev.org/c/openstack/nova/+/925208 ?15:12
elodillesmelwitt dansmith : sorry for pinging you, but when you have some time, could you please review these two fix for the cherry-pick-validator script? o:) https://review.opendev.org/c/openstack/nova/+/924104 and https://review.opendev.org/c/openstack/nova/+/92410315:17
sean-k-mooneyjlejeune: that might be too low level15:17
bauzasreminder: nova meeting in 24 mins here15:36
jlejeunesean-k-mooney: you're tlaking about the mock over processutils.execute() function ?15:39
sean-k-mooneyso that test shoudl not be doign image inspection really15:40
jlejeuneok so I need to mock create_image() and extract_snapshot() methods ?15:40
sean-k-mooneythis is ment to test https://github.com/openstack/nova/blob/7a7427691e0bd4818bb7a2c5f5371e0244addbbb/nova/virt/driver.py#L757C9-L757C1715:42
sean-k-mooneyusing the fake driver 15:42
sean-k-mooneyso https://github.com/openstack/nova/blob/master/nova/virt/fake.py#L213-L21615:43
sean-k-mooneyhowever it seam like we are using the libvirt fixutre in theses tests instead15:43
sean-k-mooneyin the libvirt driver its calling https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L312215:45
jlejeuneyes15:46
sean-k-mooneywe are now intereally callign the image inspection code in that datapaht15:46
sean-k-mooneywe sould not be 15:46
sean-k-mooneyin this thest15:46
sean-k-mooney*test15:46
sean-k-mooneyso that is pointing to a gap in the fixutre15:47
sean-k-mooneydo you have a traceback of how this failed?15:47
jlejeunehere: https://bugs.launchpad.net/nova/+bug/207517815:47
sean-k-mooneyok so libvirt_utils.create_image shoudl be stubbed here and should not be callign qemu-img15:50
sean-k-mooneyjlejeune: so we need to fix this in https://github.com/openstack/nova/blob/master/nova/tests/unit/virt/test_virt_drivers.py#L81715:53
sean-k-mooneythat subcalses shoudl be stubing the call to create image15:53
jlejeuneby adding a new stub15:53
jlejeuneok because I've mocked that function in my ongoing patchset, but I will update it to stub the call instead15:54
sean-k-mooneyyou are doing it in the wrong place15:54
sean-k-mooneyyour doing it in the share test function that is used acrros several virt drivers15:54
sean-k-mooneyyou need to do it in the libvirt specific class that inherits form it15:54
jlejeuneok, ok, I didn't yet pushed it actually15:55
jlejeuneI will do it tomorrow, I must leave right now15:55
sean-k-mooneyin the bug we see its nova.tests.unit.virt.test_virt_drivers.LibvirtConnTestCase.test_snapshot_running15:55
jlejeuneok I see15:55
sean-k-mooneythat is failing so we need to stub it form LibvirtConnTestCase class15:55
jlejeuneok I get it15:56
jlejeunethanks15:56
jlejeunewill do it tomoroww, see you15:56
sean-k-mooneydansmith: you might have some insight into what exactly might have changed to cause https://bugs.launchpad.net/nova/+bug/207517815:58
sean-k-mooneyyou mentioned seeing some NotImplementedError in the tests15:59
dansmithI think that's because we call qemu-img in those paths but didn't before right?15:59
sean-k-mooneyi had taught we have a poison fixtreure in our tests that prevented all calls to qemu like the libivrt one but perhaps imagined that.15:59
sean-k-mooneyyep15:59
sean-k-mooneywell yes and no16:00
dansmithnot sure if that's comprehensive enough16:00
bauzas#startmeeting nova16:00
opendevmeetMeeting started Tue Jul 30 16:00:14 2024 UTC and is due to finish in 60 minutes.  The chair is bauzas. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
opendevmeetThe meeting name has been set to 'nova'16:00
sean-k-mooneywe clearly are based on the failure16:00
sean-k-mooneyah lest talk about this after the meeting16:00
bauzashey folks16:00
bauzaslet's do a short meeting if you want16:00
bauzashttps://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting16:00
bauzasdoh16:01
bauzas#link https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting16:01
bauzaswho's around ?16:01
elodilleso/16:01
dansmitho/16:01
auniyalo/16:01
bauzaslet's start16:01
bauzas#topic Bugs (stuck/critical) 16:02
bauzas#info No Critical bug16:02
bauzas#info Add yourself in the team bug roster if you want to help https://etherpad.opendev.org/p/nova-bug-triage-roster16:02
bauzasanything people want to talk about bugs ?16:02
bauzaslooks nothing16:03
bauzas#topic Gate status 16:03
bauzas#link https://bugs.launchpad.net/nova/+bugs?field.tag=gate-failure Nova gate bugs 16:03
bauzas#link https://etherpad.opendev.org/p/nova-ci-failures-minimal16:03
bauzas#link https://zuul.openstack.org/builds?project=openstack%2Fnova&project=openstack%2Fplacement&pipeline=periodic-weekly Nova&Placement periodic jobs status16:03
bauzas #info centos9 jobs seem b0rked16:03
bauzas#info centos9 jobs seem b0rked16:03
bauzassame issue for all of them16:04
bauzasFailed to enable unit: Unit file rabbitmq-server.service does not exist.16:04
bauzasI guess a launchpad bug exists for devstack16:04
dansmithmaybe they renamed the service or something?16:05
dansmithbut, further support for my feeling that stream is not stable enough for us to run tests on :)16:05
bauzasfun fact : apparently no devstack bug report already exists for that issue16:06
sean-k-mooneyya its posible it was renamed 16:06
sean-k-mooneyim not sure how much we care 16:06
sean-k-mooneyalthoguh its goign to break the fips job16:07
bauzasyeah that's the most possible one16:07
sean-k-mooneythats the only thing that uses it16:07
bauzasit already broke the fips one16:07
bauzashttps://zuul.openstack.org/build/1e22dd2615f14f2ea29f34575b82247116:07
sean-k-mooneyit might be good to highlight this to our downstream secuirty folks16:07
bauzaswe also run periodic jobs on centos9 for integrated compute16:08
sean-k-mooneyalthoufu if you have tiem to debug it im sure they would be happy for the help16:08
bauzasI'll just create the devstack bug16:08
sean-k-mooneyack16:08
bauzasand then I could ping folks, but given I'll disappear for 3.1 weeks on Thursday I will wait for other folks16:09
bauzasanyway, moving on16:10
bauzas#info Please look at the gate failures and file a bug report with the gate-failure tag.16:10
bauzas#info Please try to provide meaningful comment when you recheck16:10
bauzas#topic Release Planning 16:10
bauzas#link https://releases.openstack.org/dalmatian/schedule.html16:10
bauzas#info Dalmatian-3 in 4 weeks16:10
bauzas#topic Review priorities 16:10
bauzas#link https://etherpad.opendev.org/p/nova-dalmatian-status16:10
bauzasI need to modify this etherpad ^16:11
bauzasto verify which changes are now merged16:11
bauzas#topic Stable Branches 16:11
bauzaselodilles: hello !16:11
elodilleso/16:12
elodilles#info stable/202*.* gates seem to be OK16:12
elodillesat least i'm not aware any blocking issue :)16:12
elodilles#info stable branch status / gate failures tracking etherpad: https://etherpad.opendev.org/p/nova-stable-branch-ci16:12
elodillesbut if you find any issue then please add it here ^^^16:12
sean-k-mooneyso regardign the stable branches  https://review.opendev.org/q/topic:%22bug/2073528%22 is still pending16:12
sean-k-mooneyother wise i think we could do a release today/now16:13
sean-k-mooneyim around today and tomrow16:13
sean-k-mooneydo we want to try and get that landed today16:13
sean-k-mooneyor do we want to proceed without it16:13
sean-k-mooneyi would hope we could do a release this week16:13
sean-k-mooneyelodilles: bauzas: toughts ^16:14
bauzasI'm good if all the changes are now merged16:14
elodillesi can prepare the release patches today or later, which you prefer best16:14
bauzaselodilles: do this and then ping me please16:14
sean-k-mooneywell16:15
sean-k-mooneybauzas: the cve patches are merged but not the cpu govenor ones you ask me to include 16:15
sean-k-mooneythose are making there way thoguh the gate just not ready right now16:15
sean-k-mooneyso what im askign is shall we wait for them16:16
sean-k-mooneyor porceed with the current state of the branches16:16
bauzassean-k-mooney: then we could just wait for them16:16
sean-k-mooneyim inclined to say wait 1 more day16:16
sean-k-mooneyand do it tomorrow16:17
bauzastomorrow morning we could look at them16:17
elodillesACK, sounds good to me too16:17
bauzasthanks elod16:17
sean-k-mooneyok that the only topic i had for stable branches we can move on unless anyone else has one16:17
bauzasthanks16:17
bauzasI don't 16:17
elodilles(i did not realise the patch is failed on gate :/)16:17
elodillesnothing else from me either16:18
bauzasok, moving on then16:18
bauzas#topic vmwareapi 3rd-party CI efforts Highlights 16:18
bauzasfwiesel: around ?16:18
fwieselYes, sorry16:19
bauzaslooks not, no worries16:19
bauzasoh16:19
bauzasthen, tell this :)16:19
fwiesel#info Fixed bug in our network driver causing failure in devstack master setup. Working down backlog of old changes affected by it.16:19
bauzas\o/16:19
bauzascool,  nothing else ?16:19
fwieselSo, if you were missing notifications from the VMware Ci, that should hopefully be fixed now.16:19
bauzas++16:20
bauzasthanks16:20
bauzaslast topic then16:20
bauzas#topic Open discussion 16:20
bauzasI already asked it16:20
bauzas (bauzas) Aug 6, 13 and 20 nova meetings16:20
bauzasso, I'll be PTO on Friday, until Aug 2516:21
bauzasso either you run the meetings without me, or we punt them16:21
bauzasas folks want16:21
gibiI can take the 6th if others can take the 13th and 20th16:21
bauzasthanks gibi16:21
bauzasI'll just create an email 16:22
sean-k-mooneyi guess lets defer that to the 6th16:22
sean-k-mooneyand see who is around ectra16:22
bauzasokay, I'm done now16:22
bauzasany other stuff to discuss ?16:22
sean-k-mooneywe could discssu it off meeting but i have a question for fwiesel 16:22
bauzasyes, I'd appreciate16:23
bauzasI'm burned, litterally because of the heat wave :-)16:23
bauzasthanks folks16:23
bauzas#endmeeting16:23
opendevmeetMeeting ended Tue Jul 30 16:23:39 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:23
opendevmeetMinutes:        https://meetings.opendev.org/meetings/nova/2024/nova.2024-07-30-16.00.html16:23
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/nova/2024/nova.2024-07-30-16.00.txt16:23
opendevmeetLog:            https://meetings.opendev.org/meetings/nova/2024/nova.2024-07-30-16.00.log.html16:23
sean-k-mooneyfwiesel: bauzas: baiscally there are patches we need to reveiw to fix vmware16:23
priteauMay I ask for a fairly simple review of https://review.opendev.org/c/openstack/nova/+/924104 which is required to backport some fixes to unmaintained/yoga?16:23
sean-k-mooneybut im not sure we are makeing progress on that16:23
bauzassean-k-mooney: also https://bugs.launchpad.net/devstack/+bug/207520316:23
bauzassean-k-mooney: as I said, I need to review a lot of patches16:24
sean-k-mooneypriteau: that a good question i kind of want to say no16:24
bauzasbefore I'm going off16:24
sean-k-mooneypriteau: so the unmaintained banches are not maintined by the core team snd we cant actuly merge patches there by desgin16:24
bauzasanyway, I need to hardstop now, I need some fresh air16:24
bauzasmy home office is around 32°C16:25
sean-k-mooneyso im not sure if it woudl be better to have a sepreate channel to dicuss those branches or not16:25
priteausean-k-mooney: I know, but even though elodilles is happy to approve some patches, they are blocked by CI before of the cherry-pick validation16:25
elodillessean-k-mooney: it's about the tooling, and on master branch, though it is to handle unmaintained branches o:)16:25
sean-k-mooneygranted thsi patch is to master for the cherry pick validator16:25
sean-k-mooneybut im not sure we shoudl change master of this16:25
priteauThe idea was to backport this to all branches one by one so future unmaintained branches would already have the fix16:26
priteauAt some point stable/2024.1 will be unmaintained/2024.116:26
sean-k-mooneyelodilles: yep im just conficlted about adjusting any maintained branch becuse of unmaintianed16:26
elodillessean-k-mooney: i'd rather change this on master so that we(/i o:)) don't have to fix it everytime a new unmaintained branch is created o:)16:26
sean-k-mooneyelodilles: or you turn off that job on umaintainted16:27
elodillessean-k-mooney: if we use it on stable then i rather keep it on unmaintained16:27
sean-k-mooneyin this specific case we proably can but16:27
sean-k-mooneybut as a general rule i dont think we shoudl do that16:27
opendevreviewBalazs Gibizer proposed openstack/nova master: [manila]Use client token when talking to manila  https://review.opendev.org/c/openstack/nova/+/92527716:29
fwieselsean-k-mooney: Sorry, I was AFK. There is https://review.opendev.org/c/openstack/nova/+/910627 (on the list) and then there is bug (https://bugs.launchpad.net/nova/+bug/2058225)16:29
elodillessean-k-mooney: if this would be something complex change i'd vote for the same (don't waste time on master+stable branches), but this is a rather simple fix16:30
fwieselHopefully, if we have addressed those then we should be good to go.16:30
sean-k-mooneyelodilles: well the reason im bringin it is is by definition we shoudl not be speinding time maintianing the unmainted branches espcially on the ci front16:30
sean-k-mooneyin this case i think your right its simple enough to do this16:31
sean-k-mooneybut i would not like to see use chanign job defitions on master and backportign them to fix a unmaintinaed job16:31
elodillesACK, understood16:31
sean-k-mooneyhttps://review.opendev.org/c/openstack/nova/+/924103/1 is a good find by the way16:32
elodillesyepp, i was surprised that we have a (non-working) check for that already :)16:33
sean-k-mooneywe proably should have a bug for thsoe but im going to ignore that since its just  a ci issue not a code one16:33
sean-k-mooneyelodilles: i guess its not often that a cherry-pick merges without a merge for some reason16:33
sean-k-mooneyalthough i do wonder if this is perhaps version specific behavior16:34
elodillesfor bot proposed patches it is quite often16:34
elodilleshence i updated the commit message in the past with [stable-only]16:35
elodillesafter this fix, that won't be necessary anymore \o/16:35
sean-k-mooneyboth changes look correct to me so +216:36
elodillesthanks o/16:36
sean-k-mooneyalthough maybe we shoudl try cherry-picking before we mrege them16:36
sean-k-mooneyto make sure16:36
elodillesi'll do the cherry picks now16:36
sean-k-mooneyi assume you have tried them on stable and unmainted locally and they worked16:37
sean-k-mooneyso ci shoudl be similar but it does not hurt to precheck16:37
opendevreviewElod Illes proposed openstack/nova stable/2024.1: [tools] Ignore bot generated patches  https://review.opendev.org/c/openstack/nova/+/92527816:38
sean-k-mooneyfwiesel: what i was really getting at is, its great that you ahve ci working16:38
opendevreviewElod Illes proposed openstack/nova stable/2024.1: [tools] Backport validator: handle unmaintained  https://review.opendev.org/c/openstack/nova/+/92527916:38
sean-k-mooneyfwiesel: but if there is still no code review happeing of your fixes16:38
sean-k-mooneythen its still effectivly unmaintaiend since the issues are not being adressed16:39
elodillessean-k-mooney: yepp, i've did a quick test16:39
opendevreviewElod Illes proposed openstack/nova stable/2023.2: [tools] Ignore bot generated patches  https://review.opendev.org/c/openstack/nova/+/92528016:40
opendevreviewElod Illes proposed openstack/nova stable/2023.2: [tools] Backport validator: handle unmaintained  https://review.opendev.org/c/openstack/nova/+/92528116:40
opendevreviewElod Illes proposed openstack/nova stable/2023.1: [tools] Ignore bot generated patches  https://review.opendev.org/c/openstack/nova/+/92528216:40
opendevreviewElod Illes proposed openstack/nova stable/2023.1: [tools] Backport validator: handle unmaintained  https://review.opendev.org/c/openstack/nova/+/92528316:41
sean-k-mooneyfwiesel: the logs seam to have rotated on http://openstack-ci-logs.global.cloud.sap/openstack-nova-910627-l7ppx/index.html which should be the most recent run for https://review.opendev.org/c/openstack/nova/+/91062716:43
sean-k-mooneyfwiesel: is there a way to recheck your ci and run it again16:43
sean-k-mooneyah sap-openstack-ci recheck 16:44
fwieselsean-k-mooney: sure, I can trigger it again16:50
fricklerfwiesel: not directly nova, but while you're around: did you see my comment on cirros #112? we're pretty close to making a new release16:52
fwieselfrickler: I didn't see it, but I'll add a comment.16:55
sean-k-mooneyfrickler: oh really cool16:55
sean-k-mooneyfrickler: can you ensure that has the latest avaiable kernel included16:56
sean-k-mooneyideally form ubuntu 24.04 or the upstream lts branch16:56
sean-k-mooneyif its still on a 22.04 based kernel that ok but ideally it would be updated to the latest hwe kernel16:57
fricklersean-k-mooney: my plan was to do 0.6.3 with the latest 22.04 kernel, then try to bump both buildroot and 24.04 kernel for 0.7.0 (cf. https://github.com/cirros-dev/cirros/pull/117)17:09
sean-k-mooneycool17:10
sean-k-mooneythat sounds good17:10
opendevreviewMerged openstack/nova stable/2024.1: Refactor vf profile for PCI device  https://review.opendev.org/c/openstack/nova/+/92518118:15
opendevreviewMerged openstack/nova master: [tools] Ignore bot generated patches  https://review.opendev.org/c/openstack/nova/+/92410318:15
opendevreviewMerged openstack/nova master: [tools] Backport validator: handle unmaintained  https://review.opendev.org/c/openstack/nova/+/92410418:15
*** bauzas_ is now known as bauzas20:11
opendevreviewMasahito Muroi proposed openstack/nova master: Change instance_system_metadata value to Text type  https://review.opendev.org/c/openstack/nova/+/92516320:32
*** bauzas_ is now known as bauzas21:14
*** bauzas_ is now known as bauzas21:55
*** bauzas_ is now known as bauzas23:07

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