Friday, 2022-05-20

ianwdoesn't seem it's settable via sysfs00:02
ianw# cat /proc/cmdline 00:06
ianwBOOT_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=prctl00:06
ianwthat seems to fix things on my test node on OVH00:06
fungiso the spec_store_bypass_disable=prctl00:07
ianwyep00:10
ianw"Most other00:11
ianw  public cloud providers don't expose SPEC_CTRL, which means that not00:11
ianw  only STIBP/SSBD isn't available, but IBPB isn't available either"00:11
ianwwe 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 were00:12
ianwhowever, we can probably say "some cloud providers"00:12
ianwthe 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
ianwthe test node is 217.182.141.108 -- not sure there's much to see but if anyone wants to poke lmn00:15
ianwi'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 though00:44
opendevreviewIan Wienand proposed openstack/project-config master: nodepool: set spec_store_bypass_disable=prctl for Jammy images  https://review.opendev.org/c/openstack/project-config/+/84265401:09
*** rlandy is now known as rlandy|out01:12
ianwhttps://104.130.26.161 is a downgraded 3.5->3.4.  it did need the reindex afaict05:14
ianwi've also validated the db upgrade.  06:49
ianwi'm pretty sure we're on 10.4 everywhere which is supported till june 2024.  so no rush there, but still06:52
chandankumarianw: hello07:15
chandankumarianw: we are seeing this issue on https://bugs.launchpad.net/tripleo/+bug/197424407:15
chandankumarianw: we tried to bump the version https://review.opendev.org/c/openstack/tripleo-common/+/842672 here but it is not working07:15
mariosjust added a comment there ianw chandankumar (comments/4) with some more info 07:16
chandankumarWhen I tried to reproduce locally seeing this https://paste.centos.org/view/raw/accad93c07:16
chandankumarianw: I am not sure it is related to opendev pypi mirror issue07:16
chandankumarplease have a look, thanks!07:16
ianwmy first port of call is usually https://zuul.opendev.org/t/openstack/builds?project=openstack%2Frequirements&pipeline=periodic&skip=007:23
ianwthat unfortunately looks unhappy in multiple ways07:24
chandankumarianw: 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
ianwthe way it works it doesn't publish uploaded wheels unless all the jobs pass07:30
chandankumarok07:30
ianwfor the 9-stream builds, they can't get the repomod07:32
ianwthey seem to be going to http://ftp-nyc.osuosl.org/pub/centos-stream/SIGs/9-stream/cloud/x86_64/openstack-yoga/repodata/repomd.xml07:33
ianwwhich is not responding for me07:33
ianwthat said, the wheels are only two days behind.  it may not actually be related to out of date wheels07:33
chandankumarianw: 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
chandankumaroslo.log==5.0.0 is used07:38
chandankumarIt is only failing openstack-tox-py3607:38
ianwhas that dropped support for python 3.6?  i bet that's it07:39
chandankumaron tripleo master side, it is still coming from yoga openstack-python3-yoga-jobs07:40
chandankumartemplate07:40
ianwyep that's going to be it07:43
ianwyou're asking for 5.0.0 but it has dropped 3.6 support https://opendev.org/openstack/oslo.log/commit/cdbf6e7a915059df7820b41a989adce09969834c07:43
ianwthe wheels are still out of date, but that's not going to be it07:44
chandankumarianw: thank you :-) ++++07:51
*** lajoskatona_ is now known as lajoskatona08:29
opendevreviewLajos Katona proposed openstack/project-config master: Add neutron-vpnaas-stable-maint group  https://review.opendev.org/c/openstack/project-config/+/84269308:40
opendevreviewLajos Katona proposed openstack/project-config master: Add neutron-vpnaas-stable-maint group  https://review.opendev.org/c/openstack/project-config/+/84269309: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_phone13:52
fungithough in this case, apparently, the problem was yet another project trying to run yoga jobs with zed constraints14:01
clarkbianw: 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
opendevreviewJoseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest  https://review.opendev.org/c/zuul/zuul-jobs/+/84272316:25
clarkblooks like all but wiki refreshed their certs over night after fixing that most recent dpkg issue on the ovh mirror16:26
clarkbmy plan is to replace the wiki cert next week16:26
fungithanks! if you get the cert i'm happy to replace and test it on the server16:28
opendevreviewJoseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest  https://review.opendev.org/c/zuul/zuul-jobs/+/84272316:31
opendevreviewJoseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest  https://review.opendev.org/c/zuul/zuul-jobs/+/84272317:02
clarkbfungi: frickler  https://review.opendev.org/c/openstack/project-config/+/842654 is probably worth a review to hopfully address the syslog issue of jammy on ovh17:07
opendevreviewJoseph Kostreva proposed zuul/zuul-jobs master: prepare-workspace: Add role variable delete_dest  https://review.opendev.org/c/zuul/zuul-jobs/+/84272317:15
opendevreviewMerged openstack/project-config master: nodepool: set spec_store_bypass_disable=prctl for Jammy images  https://review.opendev.org/c/openstack/project-config/+/84265418:01

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