Thursday, 2025-10-16

*** mhen_ is now known as mhen01:52
opendevreviewYosi Ben Shimon proposed openstack/tempest master: Test coverage for Cinder upload volume back to glance  https://review.opendev.org/c/openstack/tempest/+/96416306:35
opendevreviewMilana Levy proposed openstack/devstack master: WIP - Change default swift test account password  https://review.opendev.org/c/openstack/devstack/+/96289707:26
*** ykarel_ is now known as ykarel07:40
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402907:41
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402908:33
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402910:31
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402910:35
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402910:37
gibihi folks I see a bungch of wsgi crashes in various devstack jobs. e.g. https://zuul.opendev.org/t/openstack/build/46b6209e205047b8ad212623e0a9f62f/log/controller/logs/screen-keystone.txt Is it a known / tracked issue?12:33
gibidid we changed something recently that changed the python version in these jobs from 3.12 to 3.11?12:38
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402912:42
gibiactually it seems on master it is 3.11 but on stable it is 3.12. Why?12:42
sfernandhi folks! do some core have a minute to review https://review.opendev.org/c/openstack/devstack/+/84932913:23
sfernandwe already have a +2 13:23
sfernandthis is blocking a job we are trying to setup for cinder13:25
opendevreviewYosi Ben Shimon proposed openstack/tempest master: Test coverage for Cinder upload volume back to glance  https://review.opendev.org/c/openstack/tempest/+/96416313:31
gibisfernand: I reviewed it now but I only have +1 rights in devstack13:38
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402914:11
opendevreviewMilana Levy proposed openstack/tempest master: Adding a password regex test for PCI DSS  https://review.opendev.org/c/openstack/tempest/+/95402914:17
gibihi folks could somebody with devstack +2 rights look at https://review.opendev.org/c/openstack/devstack/+/939825 it already has a +2 from gmaan 15:20
gmaangibi: just checked the python versions in nova-ceph-multistore job. it changes because we moved this job from noble (default py3.12) to debian Bookworm (py3.11) on master15:32
gmaanmaybe we can try it on Trixie if that is ready/stable in devstack15:32
gibigmaan: I'm not sure if it is relatet to the recent wsgi crashes15:39
gibijust noticed that we run with 3.11 and got surprised15:39
gibidid we moved the majority of the master testing to debian? 15:39
gibiI need to check if we see the failure with the ubuntu versions of python and uwsgi as well in the gate15:40
gmaanno. it was just ceph job due to some failure15:40
gibiohh cool then I think I can investigate if it happens on ubuntu or not15:40
gibiI will report back15:40
gmaangibi: this one, i think you will remember the ceph issue on ubuntu https://review.opendev.org/q/536ebea559673d694c8f8deeafe1362e2c41c02115:41
gibiahh I never had that time to go back to that issue even though I have an open bug on ceph about it. :/ ETOOMAN 15:42
gibiETOOMANY15:43
gibigmaan: so far I only see the wsgi crash with the debian job like in nova-ceph-multistore and cinder-plugin-ceph-tempest16:51
gibithis is an example https://zuul.opendev.org/t/openstack/build/c701ae0db630488c8f3abdafb2007ec0/log/controller/logs/screen-keystone.txt16:51
gmaani see, it seems not so bad but worth to check https://zuul.opendev.org/t/openstack/builds?job_name=nova-ceph-multistore&job_name=cinder-plugin-ceph-tempest&skip=016:55
gmaangouthamr are you aware of any known issue related to wsgi crash on debian jobs ^^ as you might know ceph jobs are running on debian on master (not sure multinode ce[h job also but single node is on debian)16:56
gouthamrnope, not aware gmaan 17:38
gouthamri don't look at this job usually, but, i just tried finding segfaults like this on opensearch17:57
gouthamrhttps://opensearch.logs.openstack.org/_dashboards/app/data-explorer/discover#?_a=(discover:(columns:!(hosts_region,message,change_url),isDirty:!t,sort:!()),metadata:(indexPattern:'94869730-aea8-11ec-9e6a-83741af3fdcd',view:discover))&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-1M,to:now))&_q=(filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'94869730-aea8-11ec-9e6a-83741af3fdcd',key:filename17:57
gouthamr.keyword,negate:!f,params:(query:screen-keystone.txt),type:phrase),query:(match_phrase:(filename.keyword:screen-keystone.txt)))),query:(language:kuery,query:'message:%22got%20Segmentation%20Fault%22%20'))17:57
gouthamrthere are 166 hits from the past month where uwsgi crashed and keystone went unresponsive, not all of those failures are on debian 17:58
gouthamractually throw in "build name" to the o/p filters and you'll see a lot of different kind of jobs: grenade, horizon, manila-ui integration, nova-ovs-hybrid-plug etc18:00
gouthamrthis has happened with "nova-ceph-multistore" 15 times in the past couple of days though (on three changes)18:03
opendevreviewMerged openstack/devstack master: Add support for shared os_brick file lock path  https://review.opendev.org/c/openstack/devstack/+/84932920:35
sfernandhttps://review.opendev.org/c/openstack/devstack/+/849329 has been merged, thanks a lot guys for the reviews!21:38
opendevreviewFernando Ferraz proposed openstack/devstack-plugin-nfs master: zuul: run cinder-tempest-plugin tests too  https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/89896521:46
opendevreviewFernando Ferraz proposed openstack/devstack-plugin-nfs master: [WIP] Add job for testing Glance with Cinder as backend  https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/94048221:47
opendevreviewFernando Ferraz proposed openstack/devstack-plugin-nfs master: [WIP] Add job for testing Glance with Cinder as backend  https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/94048221:48
opendevreviewFernando Ferraz proposed openstack/devstack-plugin-nfs master: [DNM] Default to nfs vers=4.1  https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/96426523:46
opendevreviewFernando Ferraz proposed openstack/devstack-plugin-nfs master: [DNM] Default to nfs vers=4.2  https://review.opendev.org/c/openstack/devstack-plugin-nfs/+/96426623:47

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