ianw | doesn't seem it's settable via sysfs | 00:02 |
---|---|---|
ianw | # cat /proc/cmdline | 00:06 |
ianw | BOOT_IMAGE=/boot/vmlinuz-5.15.0-30-generic root=LABEL=cloudimg-rootfs ro console=tty0 console=ttyS0,115200 no_timer_check nofb nomodeset gfxpayload=text spec_store_bypass_disable=prctl | 00:06 |
ianw | that seems to fix things on my test node on OVH | 00:06 |
fungi | so the spec_store_bypass_disable=prctl | 00:07 |
ianw | yep | 00:10 |
ianw | "Most other | 00:11 |
ianw | public cloud providers don't expose SPEC_CTRL, which means that not | 00:11 |
ianw | only STIBP/SSBD isn't available, but IBPB isn't available either" | 00:11 |
ianw | we seem to use a lot of cloud providers and so far only OVH has exhibited this issue. maybe that comment is over-egging the pudding in support of the change, as it were | 00:12 |
ianw | however, we can probably say "some cloud providers" | 00:12 |
ianw | the good thing is, i think we have dib env opts already to pass in extra kernel flags; so we should be able to just turn this on | 00:14 |
ianw | the test node is 217.182.141.108 -- not sure there's much to see but if anyone wants to poke lmn | 00:15 |
ianw | i've updated https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1973839. i don't know how to get that to anyone's attention who could do anything about it though | 00:44 |
opendevreview | Ian Wienand proposed openstack/project-config master: nodepool: set spec_store_bypass_disable=prctl for Jammy images https://review.opendev.org/c/openstack/project-config/+/842654 | 01:09 |
*** rlandy is now known as rlandy|out | 01:12 | |
ianw | https://104.130.26.161 is a downgraded 3.5->3.4. it did need the reindex afaict | 05:14 |
ianw | i've also validated the db upgrade. | 06:49 |
ianw | i'm pretty sure we're on 10.4 everywhere which is supported till june 2024. so no rush there, but still | 06:52 |
chandankumar | ianw: hello | 07:15 |
chandankumar | ianw: we are seeing this issue on https://bugs.launchpad.net/tripleo/+bug/1974244 | 07:15 |
chandankumar | ianw: we tried to bump the version https://review.opendev.org/c/openstack/tripleo-common/+/842672 here but it is not working | 07:15 |
marios | just added a comment there ianw chandankumar (comments/4) with some more info | 07:16 |
chandankumar | When I tried to reproduce locally seeing this https://paste.centos.org/view/raw/accad93c | 07:16 |
chandankumar | ianw: I am not sure it is related to opendev pypi mirror issue | 07:16 |
chandankumar | please have a look, thanks! | 07:16 |
ianw | my first port of call is usually https://zuul.opendev.org/t/openstack/builds?project=openstack%2Frequirements&pipeline=periodic&skip=0 | 07:23 |
ianw | that unfortunately looks unhappy in multiple ways | 07:24 |
chandankumar | ianw: publish-wheel-cache-ubuntu-xenial seems green but the job openstack-tox-py36 runs on ubuntu bionic, ubuntu version is not causing this? | 07:29 |
ianw | the way it works it doesn't publish uploaded wheels unless all the jobs pass | 07:30 |
chandankumar | ok | 07:30 |
ianw | for the 9-stream builds, they can't get the repomod | 07:32 |
ianw | they seem to be going to http://ftp-nyc.osuosl.org/pub/centos-stream/SIGs/9-stream/cloud/x86_64/openstack-yoga/repodata/repomd.xml | 07:33 |
ianw | which is not responding for me | 07:33 |
ianw | that said, the wheels are only two days behind. it may not actually be related to out of date wheels | 07:33 |
chandankumar | ianw: yes, it might not be related to out of date wheels here https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_e8a/842673/1/check/openstack-tox-py39/e8aab07/job-output.txt | 07:38 |
chandankumar | oslo.log==5.0.0 is used | 07:38 |
chandankumar | It is only failing openstack-tox-py36 | 07:38 |
ianw | has that dropped support for python 3.6? i bet that's it | 07:39 |
chandankumar | on tripleo master side, it is still coming from yoga openstack-python3-yoga-jobs | 07:40 |
chandankumar | template | 07:40 |
ianw | yep that's going to be it | 07:43 |
ianw | you're asking for 5.0.0 but it has dropped 3.6 support https://opendev.org/openstack/oslo.log/commit/cdbf6e7a915059df7820b41a989adce09969834c | 07:43 |
ianw | the wheels are still out of date, but that's not going to be it | 07:44 |
chandankumar | ianw: thank you :-) ++++ | 07:51 |
*** lajoskatona_ is now known as lajoskatona | 08:29 | |
opendevreview | Lajos Katona proposed openstack/project-config master: Add neutron-vpnaas-stable-maint group https://review.opendev.org/c/openstack/project-config/+/842693 | 08:40 |
opendevreview | Lajos Katona proposed openstack/project-config master: Add neutron-vpnaas-stable-maint group https://review.opendev.org/c/openstack/project-config/+/842693 | 09:44 |
Clark[m] | chandankumar: marios: Couple of things to note. The wheel mirrors are only supplemental. They only include wheels for packages that don't supply wheels on pypi (all of oslo for example should have wheels on pypi). This also means if they are out of date you'll pull sdists from pypi and build wheels from that which is not typically fatal. | 13:35 |
Clark[m] | chandankumar: marios: Also the error messages from pip there aren't great. You should treat them more as "I tried to install this version but couldn't for some reason" rather than specifically a version conflict. Another common reason this happens is because pypi will serve us a stale (old index) for a package that doesn't include the latest release but constraints require the latest release. | 13:37 |
*** Guest674 is now known as diablo_rojo_phone | 13:52 | |
fungi | though in this case, apparently, the problem was yet another project trying to run yoga jobs with zed constraints | 14:01 |
clarkb | ianw: that is good news on the gerrit revert. The mariadb upgrade looks straightforward too, but I left a note about the env var flag that the images support that we might want ot prefer instead (I think maybe we'll avoid the extra restart and any unexpected incompativility as it runs the upgrade in the container entrypoint) | 15:44 |
opendevreview | Joseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest https://review.opendev.org/c/zuul/zuul-jobs/+/842723 | 16:25 |
clarkb | looks like all but wiki refreshed their certs over night after fixing that most recent dpkg issue on the ovh mirror | 16:26 |
clarkb | my plan is to replace the wiki cert next week | 16:26 |
fungi | thanks! if you get the cert i'm happy to replace and test it on the server | 16:28 |
opendevreview | Joseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest https://review.opendev.org/c/zuul/zuul-jobs/+/842723 | 16:31 |
opendevreview | Joseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest https://review.opendev.org/c/zuul/zuul-jobs/+/842723 | 17:02 |
clarkb | fungi: frickler https://review.opendev.org/c/openstack/project-config/+/842654 is probably worth a review to hopfully address the syslog issue of jammy on ovh | 17:07 |
opendevreview | Joseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest https://review.opendev.org/c/zuul/zuul-jobs/+/842723 | 17:15 |
opendevreview | Merged openstack/project-config master: nodepool: set spec_store_bypass_disable=prctl for Jammy images https://review.opendev.org/c/openstack/project-config/+/842654 | 18:01 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!