Monday, 2023-04-24

sahido/07:41
elodilleshi nova, note that tooz 4.0.0 dropped py38 support and upper constraints was bumped on master to new tooz version thus all py38 job is failing now on master with not finding proper version of tooz08:25
bauzaselodilles: but we don't use tooz, right?08:26
fricklernote that this not only affects tox-py38 type jobs, but also all jobs that still run on focal 08:26
fricklerbut other services do, so all devstack jobs will be affected08:26
fricklerlike tempest-integrated-compute-ubuntu-focal https://zuul.opendev.org/t/openstack/build/0af6ddcd55cf4b02ab996f9134d0c7f408:29
fricklerthe latter is easy to mistake for a mirror or pypi issue08:30
elodillesbauzas: with a quick glance i see that nova-tox-functional-py38 is failing with this issue. though i guess we shouldn't have this job on master anymore as py39 and py310 are the supported runtimes08:32
bauzaselodilles: hmmm, lemme check08:33
bauzasbecause when some people were asking whether we should tooz, we said no before08:33
bauzasshould *use*08:33
bauzasoh damn https://github.com/openstack/nova/blob/72370a188c0755bc9c864b5a5e4a972077cb8dd6/nova/virt/ironic/driver.py08:34
bauzassorry, I was only thinking about the servicegroup drivers08:35
bauzasso, we don't directly use zool in Nova but yeah, we have it for the ironic driver 08:36
* bauzas wonders whyè08:36
bauzasha ok08:37
fricklerIMO don't focus too much on tooz, likely other libs will follow and drop py38 support soon08:38
bauzasfrickler: well, I'm afraid we depend on some library that we don't really need 08:38
bauzasfrickler: at least the ironic driver could use tooz by its client 08:39
frickleroslo.db in its latest release is >= py3.9, too08:39
bauzasfrickler: elodilles: anyway, what's then the plan ? forcing us to no longer support py3.8 because of some lib that 99% of Nova doesn't use ?08:41
elodillesbauzas: i'm about to propoze a patch that removes the py38 job from .zuul.yaml :)08:43
bauzasfor master, that's OK https://governance.openstack.org/tc/reference/runtimes/2023.2.html08:45
bauzasbut I'm very sad of how we're forced to drop support for a python version due to some lib08:46
bauzasa counter-proposal could be to not use tooz 4 yet08:47
bauzasparticularly when it comes to SLURP upgrades08:47
bauzashttps://governance.openstack.org/tc/reference/runtimes/2023.1.html was guaranteeing py3.808:47
bauzasso operators upgrading to 2024.1 would have to raise their OS versions before the bump08:47
opendevreviewElod Illes proposed openstack/nova master: Drop nova-tox-functional-py38  https://review.opendev.org/c/openstack/nova/+/88133908:48
elodillesyes, but master is for 2023.2 Bobcat already :)08:48
bauzasI know08:48
bauzasI'm saying that the requirements we have for 2023.1 can't be used when upgrading to 2024.1 now 08:49
bauzasor rather 2023.2 08:49
bauzasI mean, I'm an operator wanting to upgrade from A to B08:50
bauzasand ideally from A to C08:50
bauzasif I check the common requirements between A and B, I know that I'll be able to use 22.04 but not py3808:50
elodillesi see, but still, the same issue would happen from C to E, as clearly we can't expect to keep py38 till end of time08:51
elodillesnevertheless i'm also not fond of dropping py38 support IF there is no compatibility issue08:52
bauzaselodilles: sure, people have to upgrade anyway by some cadence08:52
bauzasand we're not discussing of any distro, like the one I'm paid for08:53
bauzasI'm just saying that dropping a python version for a release that's not purely required and will prevent operators to seamlessly upgrade from A to B is at least unfortunate 08:53
bauzasand I'd like us to take a bit of a thought before we merge this08:54
elodillesbauzas: ack, unfortunately with the tooz release we already started that road :/08:59
bauzasI've seen it08:59
* bauzas rereads the SLURP TC resolution again09:00
bauzaselodilles: what python version is shipped with 22.04 Jellyfish ?09:01
bauzas3.10, sorry found it09:01
elodillesto be honest i'd rather keep the old python versions in all deliverables as long as the code is compatible with them. but that is harder to follow and we might not notice when we add incompatible changes (unless we keep old jobs, or lower-constraints like jobs around... :S)09:02
bauzaselodilles: found the TC resolution09:07
bauzaselodilles: read this :09:07
opendevreviewElod Illes proposed openstack/nova master: Drop nova-tox-functional-py38  https://review.opendev.org/c/openstack/nova/+/88133909:07
bauzas  Testing: Just as we test and guarantee that upgrades are supported between adjacent releases today, we will also test and guarantee that upgrades between two “SLURP” releases are supported. Upgrades are tested for most projects today with grenade. A skip-level job will be maintained in the grenade repository that tests a normal configuration between the last two “SLURP” releases. The job will be updated on every new “09:07
bauzasSLURP” release, and there will always be a regular single-release grenade job testing between the previous release and current one, as we have today.09:07
bauzasit says nothing for the dependencies09:08
elodillesyes, no word about runtimes09:08
kashyapWhat are "SLURP" releases, again?09:11
bauzaskashyap: this is the new upstream release cadence where you can skip some release https://governance.openstack.org/tc/resolutions/20220210-release-cadence-adjustment.html09:13
elodillesbauzas: note that this failure can be now in other repositories as well, it is likely that other projects will start dropping their py38 support / job (neutron for example merged a similar patch already)09:27
bauzaselodilles: yeah, looks like the boat has sailed, but at least for nova, I'd prefer us to take a bit of time for discussing it 09:29
bauzaselodilles: at least because of computes :)09:29
kashyapbauzas: Thanks for the link!09:36
sean-k-mooneybauzas: elodilles im +2 on the removal of python 3.8 testing because we should not be testing with 20.04 in the antelope to bobcat grenade job10:22
sean-k-mooneyyou are required to upgrade your host os before you can upgrade form 2023.1 -> 2023.210:23
sean-k-mooneythe upgrade order is zed -> 2023.1 , ubuntu 20.04 -> ubuntu 22.04, 2023.1->2023.210:24
sean-k-mooneybauzas: so not only should we expect that they have alredy upgraded there python we should require it10:25
sean-k-mooneywe support one release for 2 version of the base os. that was antelope for the ubuntu 20.04 -> 22.04 transtion10:26
sean-k-mooneybobcat does not need to supprot python 3.8 computes even with the slurp cadance nor does C10:27
sean-k-mooneybefore you can do the skip lelvel upgrade you will need to upgrade the host os10:27
sean-k-mooneyactully i have some other comments on https://review.opendev.org/c/openstack/nova/+/881339 so dropign down to -1 as that patch does not remove the 3.8 support in the setup.cfg and tox10:32
sean-k-mooneywe should not drop any test coverage until all jobs are usign at least python 3.9 includign grenade10:33
elodillessean-k-mooney: thanks, yes, that is what i understood as well. about the patch: it's more about dropping the py38 based job, not about 'dropping py38 support of nova', but yes, i can propose a patch (on top of the original patch) that removes py38 from setup.cfg11:10
sean-k-mooneyif we claim we supprot it it should be tested11:11
sean-k-mooneyso to me droping the jobs and dropign the supprot is tied11:11
sean-k-mooneyit could be two patches but i woudl prefer to merge them together in that case11:12
sean-k-mooneydo we currently ahve a gate blocker due to tooz?11:12
sean-k-mooneyor do we have time to do this proeprly11:13
elodillesnova-tox-functional-py38 is blocking the gate11:18
elodillesand it seem tempest-integrated-compute-ubuntu-focal and nova-ceph-multistore as well using py3811:19
elodilleshmm11:19
sean-k-mooneywe can correct the tempest jobs by defining the python version in devstack to be 3.9 or 3.1011:20
sean-k-mooneyboth are avaiabel on 20.0411:20
elodillesack, i'll add that to the patch11:21
sean-k-mooneyim usre you know this but just set PYTHON3_VERSION=3.9 in the job def11:22
elodillessean-k-mooney: ack, thanks!11:23
sean-k-mooneytempest-integrated-compute-ubuntu-focal should be deleted this release11:23
sean-k-mooneyand nova-ceph-multinode shoudl move to 22.04 eventulaly11:23
sean-k-mooneyso this is just temporay11:23
sean-k-mooneytempest-integrated-compute-ubuntu-focal is needed for stable/antelope but not bobcat11:24
sean-k-mooneyif you want to just remvoe that feel free but nova-ceph-multistore need to be moved in a seperate patch so seting they python version is the correct workaround for now11:25
opendevreviewElod Illes proposed openstack/nova master: Drop py38 based zuul jobs  https://review.opendev.org/c/openstack/nova/+/88133911:34
elodillessean-k-mooney: ^^^11:34
elodillesceph job change from focal to jammy would be better in a separate patch i think11:35
opendevreviewElod Illes proposed openstack/nova master: Drop py38 support from setup.cfg and tox.ini  https://review.opendev.org/c/openstack/nova/+/88136511:40
elodillessean-k-mooney: and this is the py38 support drop patch ^^^11:41
sean-k-mooney+1 on both i have a minor comment on the second patch ill take a look again once they run true ci11:45
opendevreviewElod Illes proposed openstack/placement master: Drop py38 based jobs and add py310 instead  https://review.opendev.org/c/openstack/placement/+/88136611:51
elodillessean-k-mooney: thanks, then i'll wait until zuul results appear11:53
*** iurygregory_ is now known as iurygregory11:55
opendevreviewribaudr proposed openstack/nova master: Attach Manila shares via virtiofs (db)  https://review.opendev.org/c/openstack/nova/+/83119312:32
opendevreviewribaudr proposed openstack/nova master: Attach Manila shares via virtiofs (objects)  https://review.opendev.org/c/openstack/nova/+/83940112:32
opendevreviewribaudr proposed openstack/nova master: Attach Manila shares via virtiofs (manila abstraction)  https://review.opendev.org/c/openstack/nova/+/83119412:32
opendevreviewribaudr proposed openstack/nova master: Attach Manila shares via virtiofs (drivers and compute manager part)  https://review.opendev.org/c/openstack/nova/+/83309012:32
opendevreviewribaudr proposed openstack/nova master: Attach Manila shares via virtiofs (api)  https://review.opendev.org/c/openstack/nova/+/83683012:32
opendevreviewribaudr proposed openstack/nova master: Check shares support  https://review.opendev.org/c/openstack/nova/+/85049912:32
opendevreviewribaudr proposed openstack/nova master: Add metadata for shares  https://review.opendev.org/c/openstack/nova/+/85050012:32
opendevreviewribaudr proposed openstack/nova master: Add instance.share_attach notification  https://review.opendev.org/c/openstack/nova/+/85050112:32
opendevreviewribaudr proposed openstack/nova master: Add instance.share_detach notification  https://review.opendev.org/c/openstack/nova/+/85102812:32
opendevreviewribaudr proposed openstack/nova master: Add shares to InstancePayload  https://review.opendev.org/c/openstack/nova/+/85102912:32
opendevreviewribaudr proposed openstack/nova master: Add helper methods to attach/detach shares  https://review.opendev.org/c/openstack/nova/+/85208512:32
opendevreviewribaudr proposed openstack/nova master: Add libvirt test to ensure metadata are working.  https://review.opendev.org/c/openstack/nova/+/85208612:32
opendevreviewribaudr proposed openstack/nova master: Add virt/libvirt error test cases  https://review.opendev.org/c/openstack/nova/+/85208712:32
opendevreviewribaudr proposed openstack/nova master: Add share_info parameter to reboot method for each driver (driver part)  https://review.opendev.org/c/openstack/nova/+/85482312:32
opendevreviewribaudr proposed openstack/nova master: Support rebooting an instance with shares (compute and API part)  https://review.opendev.org/c/openstack/nova/+/85482412:32
opendevreviewribaudr proposed openstack/nova master: Add instance.share_attach_error notification  https://review.opendev.org/c/openstack/nova/+/86028212:32
opendevreviewribaudr proposed openstack/nova master: Add instance.share_detach_error notification  https://review.opendev.org/c/openstack/nova/+/86028312:32
opendevreviewribaudr proposed openstack/nova master: Add share_info parameter to resume method for each driver (driver part)  https://review.opendev.org/c/openstack/nova/+/86028412:32
opendevreviewribaudr proposed openstack/nova master: Support resuming an instance with shares (compute and API part)  https://review.opendev.org/c/openstack/nova/+/86028512:32
opendevreviewribaudr proposed openstack/nova master: Add helper methods to rescue/unrescue shares  https://review.opendev.org/c/openstack/nova/+/86028612:32
opendevreviewribaudr proposed openstack/nova master: Support rescuing an instance with shares (driver part)  https://review.opendev.org/c/openstack/nova/+/86028712:32
opendevreviewribaudr proposed openstack/nova master: Support rescuing an instance with shares (compute and API part)  https://review.opendev.org/c/openstack/nova/+/86028812:32
opendevreviewribaudr proposed openstack/nova master: Docs about Manila shares API usage  https://review.opendev.org/c/openstack/nova/+/87164212:32
opendevreviewribaudr proposed openstack/nova master: Mounting the shares as part of the initialization process  https://review.opendev.org/c/openstack/nova/+/88007512:32
ralonsohsean-k-mooney, about PYTHON3_VERSION=3.9, I've tested that in Neutron and focal and doesn't work12:42
ralonsoheven with https://review.opendev.org/c/openstack/devstack/+/88136312:42
ralonsohabout https://review.opendev.org/c/openstack/nova/+/868419, is it possible to merge this patch this week? that will unblock the Neutron CI12:43
ralonsohtested in https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/87903612:43
sean-k-mooneyralonsoh: well thats a problem since it was ment to be supported 12:48
ralonsoh3.9 in focal? yes, we can install it12:49
ralonsohbut uwsgi cannot12:49
sean-k-mooneyno i mean we had support for this in the past12:49
sean-k-mooneyso its obviously regressed in devstack12:49
ralonsohI'll check that12:50
sean-k-mooneyit proably regressed when the py2 support was remvoed12:50
sean-k-mooneythats just a guess12:50
ralonsohfrom https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/88135412:50
sean-k-mooneybut devstack is ment to support non default python versions12:50
ralonsohhttps://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_a41/881354/2/check/neutron-tempest-plugin-openvswitch/a419d15/controller/logs/screen-keystone.txt12:51
ralonsohyes, devstack can12:51
ralonsohbut it seems that focal uwsgi cannot12:51
bauzassean-k-mooney: ralonsoh: sorry, saw your pings, catching up12:51
sean-k-mooneyralonsoh: we install uwsgi form pypi dont we?12:51
ralonsohlet me check, one sec12:52
bauzassean-k-mooney: my main concern is that we are removing a python version support during a SLURP cadence12:52
sean-k-mooneyralonsoh: maybe we dont but we might need to extxted devstack fixup script to work around it12:52
ralonsohsean-k-mooney, no, apt install12:52
bauzasthis means that operators need to prepare their computes *before* the SLURP upgrade12:52
sean-k-mooneybauzas: yes and that perfectly fine to do12:52
sean-k-mooneybauzas: yes that is intentional12:52
bauzasby upgrading to 22.10 and py31012:53
sean-k-mooneyno12:53
sean-k-mooneyby upgrading to 22.0412:53
bauzaswhoops 12:53
bauzas22.04 my bad12:53
sean-k-mooney22.04 use py31012:53
* bauzas mixed 22.04 and py31012:53
sean-k-mooneyya antelop is the release that supprot 22.04 and 20.0412:53
bauzassean-k-mooney: my point is that I want to make sure that we can support the same python version and OS between SLURPs12:54
sean-k-mooneyralonsoh: by they way we should not have any focal jobs on master right now12:54
sean-k-mooneybauzas: we can py3.1012:54
bauzasat a SLURP release, operators can then upgrade12:54
ralonsohsean-k-mooney, that's right12:54
bauzassean-k-mooney: just checking yoga12:54
ralonsohbut we still have the problem with nested virt12:54
sean-k-mooneybauzas: yoga to antelope uses 20.04 and py 3.812:55
bauzashttps://governance.openstack.org/tc/reference/runtimes/yoga.html12:55
bauzasok, then I'm OK12:55
sean-k-mooneythen before you can SLURP to bobcat you have to do the 20.04 to 22.04 upgrade12:55
bauzasoperators can upgrade their OS to 20.04 and py3.8 during yoga12:55
bauzasthen they can skip-level upgrade to Antelope12:56
sean-k-mooneyyes and then upgrade there os to 22.04 12:56
bauzasthen, before skip-level upgrading again to C, they need to upgrade their computes to 22.04 and py31012:56
sean-k-mooneythen slurp to 2024.112:56
bauzascool, then I accept the plan12:56
bauzassean-k-mooney: ok, then I'll clarify the context12:56
bauzassean-k-mooney: fwiw, I'm horrified we're pulling tooz as a dep for nova12:57
bauzasjust because of the ironic virt driver12:57
sean-k-mooneyits just for ironic and its going away12:57
sean-k-mooneylikely in 2024.2 assumign we get the shared supprot done in B or C12:57
sean-k-mooneyour aim shoudl be to deprecate teh peer list in b/C so it can go out in C and we can drop it in D12:58
sean-k-mooneyralonsoh: what is the problem with ndested virt by the way12:58
ralonsohhttps://bugs.launchpad.net/neutron/+bug/199924912:58
sean-k-mooneyralonsoh: you are aware that we are not ment to have any voting jobs that use it12:59
ralonsohtimeouts in the jobs12:59
ralonsohso how we implement neutron-tempest-plugins jobs?12:59
sean-k-mooneyralonsoh: they shoudl be useing QEMU not kvm13:00
sean-k-mooneylike all the nova jobs13:00
sean-k-mooneyralonsoh: infra provied the abltiy to run josb with nested virt but we shoudl not have any voting jobs in any project that depend on them13:00
sean-k-mooneyralonsoh: can you link to the job so i can confirm its actully using nested virt13:01
ralonsohsean-k-mooney, one sec13:01
sean-k-mooneyhttps://review.opendev.org/c/openstack/neutron-tempest-plugin/+/857031/8/zuul.d/base-nested-switch.yaml#3213:01
sean-k-mooneyso ya they are13:01
ralonsohhttps://github.com/openstack/neutron-tempest-plugin/blob/master/zuul.d/base-nested-switch.yaml13:01
ralonsohexactly13:01
sean-k-mooneyim kind of surpised that you have those since we were ask not to use the nested virt lables in any voting job13:02
sean-k-mooneyralonsoh: what is the reason you are using nested virt there13:02
ralonsohsean-k-mooney, I can't reply to this, tbh13:02
sean-k-mooneywhat kvm only funcitonality is neutron testing tha twould justify that13:02
ralonsohyk^^13:03
ralonsohone sec13:03
sean-k-mooneyto be clare we have some kvm only fucntionliyt in nova we do not test sicne we did not have enough cloud provider to be comfortable with having a votign job13:03
ralonsohykarel, hi!13:03
ykarelhi ralonsoh 13:03
ralonsohlet me ask you the same question13:03
ralonsoh what is the reason you are using nested virt there13:04
ralonsohin n-t-p13:04
ykarelralonsoh, context in https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/82106713:05
ykarellinked etherpad have more details13:05
ralonsohykarel, then I think, for now, we should move to Jammy and non nested 13:07
sean-k-mooneyykarel: you realsie that we are not ment to have any voting job that use nested virt since we have not enough ci priorse for it. we were asked in teh past not to make any voting jobs unless we had 3 providers for it13:07
sean-k-mooneyit looks like we now have 2 clouds form vexhost and one form ovh13:08
sean-k-mooneyis this why this was made to use nested virt13:08
ykarelsean-k-mooney, when we moved i recall there were 3 providers, need to check current status13:08
sean-k-mooneyi am not aware fo any anochment that it was now ok to do this13:08
sean-k-mooneyykarel: so nested virt should only be used if a job needs it13:08
sean-k-mooneywhat in this tempest plug need nested virt13:09
sean-k-mooneywe were previosuly asked not to enable it just to make the job faster to concerve the capsity13:09
ralonsohno one in particular, that was to improve the current stability of our jobs13:10
ykarelsean-k-mooney, yes right nothing in those tests need nested virt, the switch was done just for better perf/times in jobs, and that worked great for us for almost an year before hte switch to jammy13:10
sean-k-mooneyykarel: right so per/jobs times was specfic not a valid reason to use it in the past13:10
ralonsohok, let's revert that for now and move to jammy13:11
ralonsohI'll push a DNM patch to test that13:11
lajoskatona+1 let's have fresh results, and base any forward steps on that13:11
ykarelsean-k-mooney, yes right i discussed this few months back with infra some months back and i was said it should be avoided just for perf but if team knows the issues with using nested virt(no support, less providers etc) it can be used as those nodes have resources available to use13:14
sean-k-mooneyykarel: it used ot be stated in the docs somewhere too13:15
ykareland at that time we switched to focal until infra issue get's fixed(it requires infra compute nodes to be upgraded)13:15
sean-k-mooneyykarel: my concern is we have thing that at least previous could only be tested with nested virt in nova13:15
sean-k-mooneyand it was previously not considerd ok to use the nested virt lables to do that13:16
ykarelralonsoh, lajoskatona due to qemu/libvirt version just revert will not work as we run many concurrent guest vms (6+) while qemu-5.0.0 it uses too much memory13:17
ykarel1gb per guest vm extra by default13:18
sean-k-mooneybecause fo the tcib cache issue13:18
sean-k-mooneywhen not using nested13:18
ykarellibvirt-8.0.0 supports customizing it and for that DNM patch https://review.opendev.org/c/openstack/nova/+/86841913:18
ykarelwill update it as per sean-k-mooney comments13:19
sean-k-mooneythis should be a specless blueprint13:19
ykarelbut even with we need to adjust(split into multiple ) our jobs13:19
sean-k-mooneycan we get this on the team meetign adjenda for tomorrow13:19
sean-k-mooneybauzas: ^13:19
sean-k-mooneyykarel: i think we shoudl start a mail thread on using nested virt in votign jobs13:20
sean-k-mooneyhttps://lists.openstack.org/pipermail/openstack-discuss/2019-April/004681.html was the last time we discussed it on the list i think13:22
bauzassean-k-mooney: I'm a bit diverted by some meeting now, but agenda is up for everyone : https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting13:26
sean-k-mooneybauzas: so tooz shoudl be blocked by UC right13:27
sean-k-mooneyi guess we dont have any focal based job that blocked the update13:28
sean-k-mooneyso in the short term i think we are goign to have to downgrwade the tooz verion in uc untill we can move the ceph jobs to focal or resolve the uwsgi issue13:28
dansmithbauzas: any ideas on who else we could get to review this and the following patch? https://review.opendev.org/c/openstack/nova/+/88063214:21
dansmithI'm sort of waiting to rebase my actual compute ids stuff on that14:22
bauzasdansmith: good question, let's say gibi or sean-k-mooney14:22
ykarelsean-k-mooney, ack will add it to meeting agenda. and wrt mail thread sure could be done but as discussed in past voting should be avoided unless and until nested-virt is really needed as it's support is best effort and only few providers compared to other providers, but may be it can help in getting the messaging more clear to everyone14:22
dansmithbauzas: ack, I just know they're both very busy with other things.. I added sean-k-mooney a while back14:22
fricklersean-k-mooney: there could also be a specific py38 pin in u-c for tooz, like we had for py2.7 for some time. you may want discuss with reqs team (or maybe TC)14:45
frickleralso reminder that tooz isn't the only lib affected, oslo.db has the same situation except that u-c adoption is still blocked by other things stephenfin is having fun with14:47
opendevreviewJorge San Emeterio proposed openstack/nova master: Have host look for CPU controller of cgroupsv2 location.  https://review.opendev.org/c/openstack/nova/+/87312715:07
opendevreviewBalazs Gibizer proposed openstack/nova master: Revert "Temporary skip some volume detach test in nova-lvm job"  https://review.opendev.org/c/openstack/nova/+/88138915:23
opendevreviewBalazs Gibizer proposed openstack/nova master: Revert "Temporary skip some volume detach test in nova-lvm job"  https://review.opendev.org/c/openstack/nova/+/88138915:43
*** dasm is now known as Guest1204615:52
bauzassean-k-mooney: dansmith: lemme get it right, so https://zuul.opendev.org/t/openstack/build/5f269ed5244d47be800dab988253c72c is failing because we bumped py to 3.9 and apache httpd complains ? https://review.opendev.org/c/openstack/nova/+/881339/3/.zuul.yaml#58616:07
sean-k-mooneyyes16:07
sean-k-mooneyif we move tooz to an extra package16:08
sean-k-mooneywe can drop the bump to 3.916:08
sean-k-mooneyand that job should work since it does not have ironic 16:08
sean-k-mooneyor barbican16:08
sean-k-mooneyso castalan and tooz wont be installed16:08
sean-k-mooneyor we can move the nova-ceph-multistore to 22.0416:09
dansmithI don't actually see the failure logged anywhere, other than keystone can't be imported16:09
bauzasyeah me too, hence my question16:09
dansmithoh I see that's the bump to 3.916:10
bauzasthis looks to me that keystone can't work with 3.916:10
dansmithor uwsgi is using 3.8 more likely I think16:10
bauzasbecause RegionOne isn't an UUID16:10
dansmithit says importerror but doesn't actually show that it's not a valid module, so I'm not positive16:10
dansmitheither way, I feel like 3.9 on focal isn't really an option16:10
sean-k-mooneydansmith: thats failing because uwsgi si installed under python 3.8.1016:10
sean-k-mooney Python version: 3.8.10 (default, Mar 13 2023, 10:26:41)  [GCC 9.4.0]16:10
dansmithsean-k-mooney: yup16:11
sean-k-mooneywhihc i think you said was a compile time dep16:11
sean-k-mooneyfor uwsgi16:11
dansmithno, I didn't say that16:11
bauzasfwiw, the u-c bump to tooz==4.0.0 is still on hold16:11
bauzasso we may ask for a cap16:11
dansmithI said some of our packages we install from bindep to avoid compiling things like mysqlclient (AFAIK)16:11
sean-k-mooneyah16:11
sean-k-mooneyya sorry you did mention mysql16:12
sean-k-mooneynot uwsgi16:12
dansmithI think the uwsgi python module *is* tied directly to the python version though16:12
dansmithso we'd need a python3.9-uwsgi-module-python3 (or whatever the name is)16:12
sean-k-mooneyat least in the disto package i think that is correct16:12
dansmithuwsgi-plugin-python316:13
dansmiththis ^ is compiled directly against the base python3, not 3.916:13
dansmithsee the last answer here: https://stackoverflow.com/questions/68413988/building-a-uwsgi-plugin-for-python-3-9-failed-for-older-version-it-works-are-th16:14
dansmithmight be able to pip install uwsgi with the 3.9 python16:14
sean-k-mooneyfor the devstack venv path i think you can override that with https://review.opendev.org/c/openstack/devstack/+/558930/26/files/apache-horizon.template16:14
sean-k-mooneyWSGIPYTHONHOME16:15
dansmithI'16:15
dansmithI am pretty sure not16:15
dansmithuwsgi runs the python interpreter internally, AFAIK16:15
dansmiththat's how it provides its phantom importable modules, etc16:15
sean-k-mooneyi know i was doing somethign to get it too work in that seriess16:15
sean-k-mooneybut i dotn recall16:15
sean-k-mooneyoh it was this https://review.opendev.org/c/openstack/devstack/+/558930/26/functions-common#160516:16
sean-k-mooneyanywya that wont really help here16:16
sean-k-mooneyfor the ceph job we whould rever back to 3.8 i guess16:16
sean-k-mooneyif we are keeping it on focal16:17
sean-k-mooneymixing the workaround to run with uwsgin for a venv and the ceph job is not helpful i tought there was a simple fix in that but no16:18
bauzasstupid question but I guess we can't block a specific tooz version in our own requirements.txt file ?16:19
sean-k-mooneywe can but we are not ment too16:19
sean-k-mooneywe can do tooz!=whatever16:19
sean-k-mooneythat will cause use to downgrade if its already installed16:20
bauzasand tooz<=version ?16:20
sean-k-mooneywe dont want to cap16:20
dansmithright but we'll still install the initial version first, then downgrade it,16:20
sean-k-mooneybut we can block know broken ones16:20
dansmithand if someone that runs after us has >=4.0 it will be re-re-installed16:20
dansmithso that's not the best solution, IMHO16:20
bauzasI was just trying to buy us some time :)16:21
dansmithyeah, it might be a quick fix16:21
bauzasfwiw https://review.opendev.org/c/openstack/requirements/+/88132916:31
bauzasfeel free to vote (loudly)16:31
sean-k-mooneydansmith: was the same done for castalan? for glance?16:34
sean-k-mooneyits currently castellan===4.1.016:34
dansmithwe just dropped the 38 jobs16:34
sean-k-mooneyah ok16:34
bauzasso, before I leave, https://review.opendev.org/c/openstack/requirements/+/881329 should unblock the gate16:41
bauzasthis will give us time, ideally to investigate the uwsgi 3.9 support16:42
bauzasthat being said, I'm OK with dropping 3.8 support for the functional tests16:42
sean-k-mooneyi thihnk we should just see if we can deploy devstack with ceph on 22.04 using cephadm16:54
sean-k-mooneyif we can we can swap the nova ceph jobs to that16:55
sean-k-mooneyi can push a DNM patch to test that but i proably wont have time to actully try it myself16:55
dansmiththere's a patch started already IIRC16:57
dansmithah that was an old DNM I was thinking about16:59
*** Guest12046 is now known as dasm19:40
opendevreviewLin Yang proposed openstack/os-traits master: CPU: add traits for new X86 feature "AMX"  https://review.opendev.org/c/openstack/os-traits/+/86814921:59
dansmithum, neutron now requires >=3.9 as well? https://zuul.opendev.org/t/openstack/build/c7a96046411c4e05a669003bb67b299d22:18
dansmithyup: https://review.opendev.org/c/openstack/neutron/+/88133322:18
clarkblooks like they did it in response to the tooz update22:19
opendevreviewDan Smith proposed openstack/nova master: Remove silent failure to find a node on rebuild  https://review.opendev.org/c/openstack/nova/+/88063222:23
opendevreviewDan Smith proposed openstack/nova master: Stop ignoring missing compute nodes in claims  https://review.opendev.org/c/openstack/nova/+/88063322:23
opendevreviewDan Smith proposed openstack/nova master: Make focal job non-voting  https://review.opendev.org/c/openstack/nova/+/88140922:23
dansmithclarkb: yeah, not sure if they were trying to help with that or not...22:23
dansmithso I imagine that's going to take a while to undo, if at all, so this ^ marks that job as non-voting22:23
dansmithI'm also not sure why we have that focal job, tbh22:24
dansmithah: https://review.opendev.org/c/openstack/nova/+/86111122:24
dansmithso I can probably just nuke it instead of making it n-v since it'll fail22:25
opendevreviewDan Smith proposed openstack/nova master: Remove focal job for 2023.2  https://review.opendev.org/c/openstack/nova/+/88140922:27
opendevreviewDan Smith proposed openstack/nova master: Remove silent failure to find a node on rebuild  https://review.opendev.org/c/openstack/nova/+/88063222:27
opendevreviewDan Smith proposed openstack/nova master: Stop ignoring missing compute nodes in claims  https://review.opendev.org/c/openstack/nova/+/88063322:27
dansmithgmann: ^22:28
dansmithoh right, the ceph jobs are focal still, which means we're blocked until neutron reverts that or we have to mark ceph jobs as n-v22:42
dansmithfml22:42
artomdansmith, hey, just going to drop this here drive-by style: https://github.com/openstack/devstack-plugin-ceph/blob/master/devstack/plugin.sh#L5-L923:07
dansmithartom: what about it?23:08
artomApparently this cephadm thing is the New Correct Way of installing ceph, essentially bypassing all the Ubuntu Ceph RPMs23:08
dansmithyeah we know :)23:08
artomI'll follow up with an email tomorrow, but that's what I got out of a chat with Giulio23:09
dansmithlast I checked (when we discussed at the recent ptg) it either didn't work correctly, or something about what we need for our regular jobs doesn't work with that mode23:09
dansmithI don't know the details, but that's what we need to get worked out23:09
artomAck - more info (and contact people) to follow tomorrow23:09
dansmithI just rechecked this, which frickler refreshed recently: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/86531523:10
dansmithwhich I'm hoping is supposed to actually work23:10
dansmithyou see the jobs there are still deploying without that flag and on focal "until it works" and that was more recent than the cephadm patches23:12
dansmithI mean, before the revert of course23:12
dansmithI want to say it's something like installing with cephadm doesn't leave the ceph config visible which nova needs to resolve the cluster or something like that23:13
dansmithartom: yeah, the cephadm-based job fails pretty early and pretty hard: https://zuul.opendev.org/t/openstack/build/cce90efc7177459e9eebdab966bab75c23:40
clarkbthe jammy ceph version is also new enough for nova iirc23:40
dansmithclarkb: right, the reason we didn't do that before was because they didn't yet have jammy packages IIRC, but I think they do now23:41
dansmitheither way, it's failing pretty hard23:41
clarkbI think there was actually a misunderstanding. Everyone was looking for cloud archive packages for some reason, but the base distro had packages that were quite new23:42
dansmithI mean the distro-package-based one23:42
dansmithclarkb: no I think people were looking for ceph.org packages, or at least that's what I remembered23:42
clarkbya that was the first issue, then they looked for UCA packages and didn't find those either23:42
dansmithbut perhaps that was because jammy already had them and that's just how we did it before, I dunno23:42
dansmithack okay23:42
clarkbbut the base distro has newish packages that can probabl ybe made to work23:42
* dansmith nods23:43
dansmiththe job running on jammy is about to finish, but it had lots of tempest fail in it23:43
dansmithfrom this: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/865315?tab=change-view-tab-header-zuul-results-summary23:43
dansmithqemu: module block-block-rbd not found23:47
dansmithin nova compute's log23:47
sean-k-mooney[m]dansmith:  i think you just need to add the ensure podman role to a pre playbook23:47
dansmithsean-k-mooney[m]: could be, but my point is, I don't think that job is like super healthy and well-tested such that switching to it is the obvious choice :)23:48
sean-k-mooney[m]hehe ya...23:48
sean-k-mooney[m]so googleing a little i think there is some issue with cephadm assuming rpm based distors but its runing on ubuntu23:52
sean-k-mooney[m]you can correct this via containers.conf apprently23:52
dansmithyeah idk, but if jammy has new enough ceph that seems like it might be the easiest path to it working23:53
dansmithalthough we must also be missing that qemu module23:53
sean-k-mooney[m]it is older then whats on ceph.com23:53
sean-k-mooney[m]but its relitivly recent23:53
dansmithbut quincy is the release they're trying to install and that's it, AFAICT23:54
sean-k-mooney[m]i think manilla wanted to have a newer verion 23:54
dansmithhowever, I think we're going to have to ask neutron to revert the pin until we figure it out regardless23:54
dansmithit's going to be ugly because they merged it to like all their repos23:55
sean-k-mooney[m]ya i didnt actully get time to look at any of this today23:57
sean-k-mooney[m]i wanted to check if anything had progress before i went to sleep but not much it seams thanks for rechecking that devstack patch23:57

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