Wednesday, 2026-05-13

*** ykarel_ is now known as ykarel05:04
opendevreviewDr. Jens Harbott proposed openstack/devstack master: DNM: test reqs change  https://review.opendev.org/c/openstack/devstack/+/98840809:18
opendevreviewFrancesco Pantano proposed openstack/devstack-plugin-ceph master: Separate replicated and erasure coded pool handling in cephadm  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/96601412:50
opendevreviewGhanshyam Maan proposed openstack/devstack master: Set password regex for security compliance  https://review.opendev.org/c/openstack/devstack/+/95796913:57
*** haleyb is now known as haleyb|away14:20
sean-k-mooneyfrickler: fungi gmaan  ment to chat about ubuntu 26.04 here14:47
sean-k-mooneyso with https://termbin.com/zu1314:47
sean-k-mooneyi can stack and tempst smoke is runnign and so far passing14:47
sean-k-mooneyill add a new job definition to that and push it once this local run is complete14:48
sean-k-mooney} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario [2.939141s] ... FAILED  is sofar thte ifrst test to fail with a 500 form horizon14:48
sean-k-mooneywell maybe not14:49
sean-k-mooneyill check the service logs after 14:49
sean-k-mooneyok so ya 90 passes 6 skips and 1 failure form tempest smoke14:50
sean-k-mooney 2026-05-13 14:48:07.487533   File "/opt/stack/data/venv/lib/python3.14/site-packages/django/template/context.py", line 39, in __copy__14:51
sean-k-mooney 2026-05-13 14:48:07.487534     duplicate.dicts = self.dicts[:]14:51
sean-k-mooney 2026-05-13 14:48:07.487537     ^^^^^^^^^^^^^^^14:51
sean-k-mooney 2026-05-13 14:48:07.487538 AttributeError: 'super' object has no attribute 'dicts' and no __dict__ for setting new attributes14:51
sean-k-mooneyso that the horizon error which is perhaps a django issue14:51
fricklersean-k-mooney: we bumped sphinx in u-c earlier today, can you check which version you have there? might be not related to py3.14 at all14:56
sean-k-mooneysure14:57
frickleractually we might need even newer sphinx for that https://forum.djangoproject.com/t/which-versions-of-django-will-support-python-3-14/4300514:58
sean-k-mooneythis is hte pip freesze for the devstack venv https://termbin.com/2dwi14:58
sean-k-mooneyDjango==4.2.3014:59
sean-k-mooneydjango-appconf==1.2.014:59
sean-k-mooneydjango-debreach==2.1.014:59
sean-k-mooneydjango_compressor==4.6.014:59
sean-k-mooneywe do not use sphinx in horzon at runtime right?14:59
sean-k-mooneyso ok this is still using django 414:59
sean-k-mooneywe likely need to use 5.215:00
fricklerah, right, I mixed these up15:00
sean-k-mooneyso i can try redeploying with that15:00
fricklerthen you can check https://review.opendev.org/c/openstack/requirements/+/979862 and install that version manually for testing15:00
sean-k-mooneyyep im going to commit my local change and push them to the gate to get some ci results15:01
sean-k-mooneybut i can restack with taht locally and see what happens15:01
sean-k-mooneythere are a couple of other things that are not quite right15:02
sean-k-mooney  Time spent in the background minus waits: 3521789902952836 sec15:02
sean-k-mooney  Elapsed time: 615 sec15:02
sean-k-mooney  Time if we did everything serially: 3521789902953451 sec15:02
sean-k-mooney  Speedup:  5.72649e+1215:02
sean-k-mooneybecause well its defintly not that much faster15:02
fricklerwow, that's impressive. dansmith would be proud ;)15:02
dansmitho.O15:07
opendevreviewsean mooney proposed openstack/devstack master: add support for ubuntu 26.04  https://review.opendev.org/c/openstack/devstack/+/98848215:26
sean-k-mooneyfrickler: hum  devstack-platform-ubuntu-noble is apprently missing15:31
sean-k-mooneyok so https://review.opendev.org/c/openstack/devstack/+/931697/1/.zuul.yaml#b737 broke it15:38
opendevreviewsean mooney proposed openstack/devstack master: add support for ubuntu 26.04  https://review.opendev.org/c/openstack/devstack/+/98848215:41
sean-k-mooney Ran: 1364 tests in 3154.3234 sec.15:49
sean-k-mooney  - Passed: 115515:49
sean-k-mooney  - Skipped: 15015:49
sean-k-mooney  - Expected Fail: 015:49
sean-k-mooney  - Unexpected Success: 015:49
sean-k-mooney  - Failed: 5915:49
sean-k-mooney Sum of execute time for each test: 8642.7657 sec.15:49
sean-k-mooneythats tempest full ish15:49
sean-k-mooneyah OOM killer triggers15:50
sean-k-mooneyya if oom nova-compute i woudl expect some failures15:50
sean-k-mooney(venv) sean@devstack-2604:~/repo/devstack$ free -m15:51
sean-k-mooney               total        used        free      shared  buff/cache   available15:51
sean-k-mooneyMem:            9419        8440         433          12         881         97815:51
sean-k-mooneySwap:           4095        3894         20115:51
sean-k-mooneythat more then i woudl typiclly expect but then again we normally hvae 8 gigs of swap and i didnt turn on zswap either15:51
sean-k-mooneywigh concrancey 4 i was proably pusshign it a bit too hard15:52
sean-k-mooneyok ya so the resolute job is fialing because of the lack of mirrors ill quickly overried those to use upstream for now15:54
opendevreviewsean mooney proposed openstack/devstack master: add support for ubuntu 26.04  https://review.opendev.org/c/openstack/devstack/+/98848216:00
sean-k-mooneyok that shoudl also workaorund the lack of mirrors ill let that run to completion to make sure it does not regress any of the other distos adn check back16:01
sean-k-mooneythat has a depend on against the django verison bump as well so we can see if that fixes horizon16:02
sean-k-mooneyah failed on setting /sys/module/zswap/parameters/zpool that is optinal when usign zswap and we dotn actully need to oride the defautl really16:33
sean-k-mooneyfrickler: i had to rebase it locally but with django 5.2 i can  deploy horizon fine and it appears to be working17:29
sean-k-mooneyi have some local fixes for the other issues too17:29
sean-k-mooneybasiclly hardernign the sysfs tuning17:31
sean-k-mooneyso once the ci reporst back ill push those17:31
opendevreviewmelanie witt proposed openstack/tempest master: Add test for resize revert with encrypted Cinder volume  https://review.opendev.org/c/openstack/tempest/+/96175617:39
gmaan#startmeeting qa18:00
opendevmeetMeeting started Wed May 13 18:00:41 2026 UTC and is due to finish in 60 minutes.  The chair is gmaan. Information about MeetBot at http://wiki.debian.org/MeetBot.18:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.18:00
opendevmeetThe meeting name has been set to 'qa'18:00
gmaantoday agenda18:01
gmaan#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours18:01
gmaanwho all here today18:01
manpreetkHi18:01
ashigupto/18:01
sean-k-mooneyo/18:01
gmaanlet's start18:03
gmaan#topic Announcement and Action Item (Optional)18:03
gmaan1 action item from previous meeting18:03
gmaanabongale to look into the failing stable/2026.1 devstack-platform-rocky-blue-onyx18:03
gmaanI think he has patch up, let me fdins18:04
gmaanfind18:04
gmaan#link https://review.opendev.org/c/openstack/devstack/+/98634818:05
gmaanthis one, i commented on that and it is in WIP now18:05
gmaanso will continue it as action item18:05
gmaan#action abongale to look into the failing stable/2026.1 devstack-platform-rocky-blue-onyx https://review.opendev.org/c/openstack/devstack/+/98634818:06
gmaan#topic Priority Items progress18:06
gmaan#link https://etherpad.opendev.org/p/qa-2026-2-priority18:06
gmaanI did not get much progress on reewing the RBAC tetsing changes18:06
gmaanbut pre provisioed creds job fixes are merged and job is green. I have to skip one or two quota test for swift in that18:07
gmaanI am tracking that as a sepatrate bug18:07
gmaanbut I will close the item in etherpad 'Make pre-provisioned credentials stable again'18:07
gmaananything else on priority items? 18:08
gmaanalso feel free to propose the item in priority etherpad and we can discuss it in QA office hour to track it properly. 18:09
gmaanskipping OpenStack Events Updates and Planning (Optional)18:09
gmaan#topic Gate Status / Blocker Fix / Urgent Change18:09
gmaan#link https://review.opendev.org/q/label:Review-Priority%253D%252B2+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade)18:09
gmaannothing new on the gate blocker or urgent review18:09
gmaanstable/2026.1 devstack platform jobs failing18:10
gmaan#link https://zuul.opendev.org/t/openstack/build/0b9e8482902c48f5a08379acd5286278/log/controller/logs/devstacklog.txt#167918:10
gmaanthis we already discussed as part of previous meeting action item18:10
gmaanand abongale is working on it18:11
gmaan#topic Priority Review18:11
gmaan#link https://review.opendev.org/q/label:Review-Priority%3D%252B1+status:open+(project:openstack/tempest+OR+project:openstack/devstack+OR+project:openstack/grenade)18:11
sean-k-mooney 18:11
gmaannothing pending on review side except one18:11
gmaan#link https://review.opendev.org/c/openstack/tempest/+/95761218:11
gmaanI will check it after meeting18:12
gmaansean-k-mooney: anything you wanted to write? i saw empty msg18:12
sean-k-mooneyit can wait18:12
gmaank18:12
sean-k-mooneyi was clicking on the links18:12
gmaan#topic Periodic jobs Status Checks18:13
gmaanlet's finish the periodic checks first18:13
gmaanPeriodic Master jobs:18:13
gmaan#link https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic18:13
gmaanaccount no admin job failing, I will check it after meeting, as account job is voting in tempest we should make it voting also instead of periodic18:14
gmaan#action move tempest-full-test-account-no-admin-py3 and other pre-prpvosioned account jobs as voting18:14
gmaan#undo18:14
opendevmeetRemoving item from minutes: #action move tempest-full-test-account-no-admin-py3 and other pre-prpvosioned account jobs as voting18:14
gmaan#action gmaan to move tempest-full-test-account-no-admin-py3 and other pre-prpvosioned account jobs as voting18:15
gmaanPeriodic Stable jobs:18:15
gmaan#link https://zuul.openstack.org/builds?job_name=tempest-full-2024-2&job_name=tempest-full-2025-1&job_name=tempest-full-2025-2&job_name=tempest-full-2026-1&pipeline=periodic-stable&skip=018:15
gmaan#link https://zuul.openstack.org/builds?job_name=tempest-slow-2024-2&job_name=tempest-slow-2025-1&job_name=tempest-slow-2025-2&job_name=tempest-slow-2026-1&skip=018:15
gmaan#link https://zuul.openstack.org/builds?job_name=tempest-multinode-2025-1&job_name=tempest-multinode-2025-2&job_name=tempest-multinode-2024-2&job_name=tempest-multinode-2026-1&pipeline=periodic-stable&skip=018:16
gmaan#link https://zuul.openstack.org/builds?job_name=tempest-full-2024-2-extra-tests&job_name=tempest-full-2025-1-extra-tests&job_name=tempest-full-2025-2-extra-tests&job_name=tempest-full-2026-1-extra-tests&pipeline=periodic-stable&skip=018:16
gmaanall green18:16
gmaanone news on that is as 2024.2 is EOL, tempest has stopped testing/supporting it18:16
gmaanalso in tempest plugins, and releasing the 2024.2-last tag for that 18:17
gmaan#link https://review.opendev.org/q/topic:%222024-2-last%2218:17
gmaanI will remove this branch jobs from the meeting links also18:17
gmaan#topic Distros check:18:17
gmaanCentos18:17
gmaan#link https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&job_name=devstack-platform-centos-10-stream&skip=018:18
gmaanrecent run pass18:18
gmaanRocky Linux18:18
gmaan#link https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx&job_name=tempest-full-rocky&skip=018:18
gmaansame18:18
gmaanUbuntu18:18
gmaan#link https://zuul.openstack.org/builds?job_name=devstack-platform-ubuntu-noble-ovn-source&job_name=devstack-platform-ubuntu-noble-ovs&job_name=devstack-platform-ubuntu-jammy&skip=018:18
gmaansame18:18
gmaan#topic Bugs:18:19
gmaan#link https://etherpad.opendev.org/p/qa-bug-triage-and-fix18:19
gmaannothing on etherpad to discuss18:19
gmaan#topic Open Discussion18:19
gmaannothing on agenda18:19
gmaansean-k-mooney: go ahead 18:19
gmaanmaybe you would like to bring ubuntu 26.04 or something else?18:19
sean-k-mooneycool so i got devstack working on ubuntu 26.04 today18:20
sean-k-mooneyi haveone or two other local change that ill push shortly18:20
sean-k-mooneybut for the most part thigns appear to work18:20
sean-k-mooneynova's proxies failed but that exepcted because i didnt swap them too threaded mode18:20
sean-k-mooneyhorizon failed  18:20
sean-k-mooneybut it work when we bump18:20
sean-k-mooneyto django 5.218:21
sean-k-mooneythe mirrors failed in the job but i have an overeid for that18:21
sean-k-mooneyand the mirror setup is happing in parallel18:21
sean-k-mooneyso im expecting we can have this workign in the next week or so18:21
gmaangreat, thanks for working on it. i read the chat but a few questions18:21
gmaan'nova's proxies failed but that exepcted because i didnt swap them too threaded mode'18:21
gmaanis it not working on eventlet mode?18:22
sean-k-mooneyno on python 3.14 18:22
gmaanoh its py3.14 there. got it18:22
sean-k-mooneyuntil kamil revers fork/spawn18:22
sean-k-mooneyya18:22
gmaan++ on running it in threading mode18:22
sean-k-mooneyso once that fix merges they shoudl be fine18:22
sean-k-mooneyim just using the default for the moment18:23
sean-k-mooneyand those default to eventlet today18:23
gmaanyeah18:23
sean-k-mooneybut the rest of nova worked because the rest of nova is already moved18:23
gmaanyeah18:23
gmaan' django 5.2': that u-c is bumped for that right?18:23
sean-k-mooneyany thing else you wanted to know?18:23
sean-k-mooneyya so there is a patch for that18:23
sean-k-mooneybut its not merged yet18:24
sean-k-mooneyi rebased it locally and restacked and horizon seam tobe workign fine18:24
gmaancool, it is fine as long as patch is up18:24
gmaancool. thanks again nothing else from me on 26.04. I will check the changes18:24
sean-k-mooneyi have a depens on form the devstack patch to the requriements bump18:24
gmaan++18:24
sean-k-mooneyill likely update it in a few minutes after the meeting18:25
sean-k-mooneyi was just waitign for the full ci to report back before doing it18:25
gmaanno hurry 18:25
gmaanmanpreetk: ashigupt anything else you would like to bring today? other than RBAC test changes review which is already in my list18:26
manpreetkgmaan: Nothing from my side.18:26
ashiguptnothing from me as well18:26
gmaansean-k-mooney: anything else from you?18:27
sean-k-mooneynope18:27
gmaanok, let's close. thanks everyone for joining18:27
gmaan#endmeeting18:27
opendevmeetMeeting ended Wed May 13 18:27:31 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)18:27
opendevmeetMinutes:        https://meetings.opendev.org/meetings/qa/2026/qa.2026-05-13-18.00.html18:27
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/qa/2026/qa.2026-05-13-18.00.txt18:27
opendevmeetLog:            https://meetings.opendev.org/meetings/qa/2026/qa.2026-05-13-18.00.log.html18:27
manpreetkThanks, Bye!18:27
opendevreviewsean mooney proposed openstack/devstack master: add support for ubuntu 26.04  https://review.opendev.org/c/openstack/devstack/+/98848218:37
opendevreviewGhanshyam Maan proposed openstack/tempest master: Add 43.3.0 release notes page  https://review.opendev.org/c/openstack/tempest/+/98853118:53
opendevreviewGhanshyam Maan proposed openstack/tempest master: Update ImageQuotaTest with force_tenant_isolation  https://review.opendev.org/c/openstack/tempest/+/98853219:02
opendevreviewGhanshyam Maan proposed openstack/tempest master: Update ImageQuotaTest with force_tenant_isolation  https://review.opendev.org/c/openstack/tempest/+/98853219:03
opendevreviewGhanshyam Maan proposed openstack/tempest master: Update ImageQuotaTest with force_tenant_isolation  https://review.opendev.org/c/openstack/tempest/+/98853219:04
sean-k-mooneyfrickler: gibi  so whiel i was workign on makign devstack work on 26.04 i also made my pci kernel module work with ubuntu 26.04, refactored it to be an  external built agaisnt the runnign kernel adn wrpat it all up in a devtack plugin that builds, it injects it and configure nova and or cybort to use it automaticlly20:35
sean-k-mooneyhttps://github.com/SeanMooney/cyborg-extra20:35
sean-k-mooneyi need to clen that up a bit more but ill proably go thought the project recation flow and hook this into ci once the devstack supprot it depends on is in place.20:39
sean-k-mooneyi have tested this breifly vai https://github.com/SeanMooney/cyborg-extra/blob/master/tools/run-devstack-serial-echo-test.sh and confirmed that i cna boot nova and cybrog isnttances with these fake pci device vfs20:39
melwittlooks like openstac-tox-docs on Tempest is failing with "      File "/usr/lib/python3.12/pdb.py", line 215, in <module>20:46
melwitt        class Pdb(bdb.Bdb, cmd.Cmd):20:46
melwitt                           ^^^^^^^20:46
melwitt    AttributeError: module 'cmd' has no attribute 'Cmd'"20:46
melwitthttps://zuul.opendev.org/t/openstack/builds?job_name=openstack-tox-docs&project=openstack/tempest20:46
clarkbmelwitt: https://github.com/python/cpython/blob/3.12/Lib/pdb.py#L74 is where cmd appears to be imported. Is it possible there is another module called cmd creating a conflict?20:51
clarkbfor example tempest/cmd20:51
clarkbI wonder what is triggering it though. Its a docs build odd to be going through pdb20:52
melwittit appears to be coming from sphinx20:52
melwitthttps://zuul.opendev.org/t/openstack/build/82361697824f43bfa286ae80a6318fe3/log/job-output.txt#1785-183420:52
clarkbsphinx 9.0.4 was updated recently via https://review.opendev.org/c/openstack/requirements/+/98797320:54
clarkbmaybe new sphinx imports tempest/cmd in a way that breaks the pdb import?20:55
clarkb`sys.path.insert(0, os.path.abspath('../../tempest'))` that may do it20:55
clarkbhttps://opendev.org/openstack/tempest/src/branch/master/doc/source/conf.py#L43-L4820:56
clarkblooking at the docs all of the automodule directives seem to use tempest.foo20:59
clarkbI suspect that we are installing tempest into the normal python path and maybe those pathing directives are completely unnecessary?20:59
clarkbhttps://zuul.opendev.org/t/openstack/build/82361697824f43bfa286ae80a6318fe3/log/job-output.txt#1303 ya I think that is what is happening21:00
clarkbI have to run out for an errand but I would try dropping that from the sphinx conf.py21:01
clarkb(I was worreid for a minute that maybe the ubuntu package mirror updates we were doing pulled in some package that may have broken things)21:01
melwittthank you clarkb !!22:06
melwittgmaan: for your awareness ^ and cc stephenfin for the sphinx expertise22:07
JayFI'll note I've had unrelated docs-build-breakage today caused by the new oslo.versionedobjects, if anyone sees that in their repo https://review.opendev.org/c/openstack/ironic/+/988538 can get you unstuck. (I think there's an oslo-side fix that could work, but I am not worried about if type hints are rendered into autodocs. I'm not sure anyone uses autodocs at all.)22:08
melwittthanks JayF 22:38

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