Wednesday, 2023-05-10

*** ministry is now known as __ministry03:07
opendevreviewAmit Uniyal proposed openstack/nova master: Allow swap resize from non-zero to zero  https://review.opendev.org/c/openstack/nova/+/85733905:54
*** ministry is now known as __ministry06:53
opendevreviewAmit Uniyal proposed openstack/nova master: WIP: Reproducer for dangling volumes  https://review.opendev.org/c/openstack/nova/+/88145707:38
opendevreviewAmit Uniyal proposed openstack/nova master: WIP: Delete dangling bdms  https://review.opendev.org/c/openstack/nova/+/88228407:38
opendevreviewSahid Orentino Ferdjaoui proposed openstack/nova master: [wip]network: convert usage of neutronclient to openstacksdk  https://review.opendev.org/c/openstack/nova/+/88271408:54
opendevreviewSahid Orentino Ferdjaoui proposed openstack/nova master: [wip]network: convert usage of neutronclient to openstacksdk  https://review.opendev.org/c/openstack/nova/+/88271411:10
sean-k-mooneysahid: when you have time can you take a look at https://review.opendev.org/c/openstack/os-vif/+/881751 and https://review.opendev.org/c/openstack/os-vif/+/88275513:20
sahidsean-k-mooney: sure, sorry I just have noticed your message14:19
sean-k-mooneysahid: no rush14:23
*** iurygregory_ is now known as iurygregory14:25
opendevreviewDan Smith proposed openstack/nova master: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88284714:40
opendevreviewmelanie witt proposed openstack/nova master: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88285214:53
opendevreviewmelanie witt proposed openstack/nova stable/2023.1: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88285814:57
opendevreviewmelanie witt proposed openstack/nova stable/2023.1: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88285914:57
opendevreviewmelanie witt proposed openstack/nova stable/zed: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88286014:59
opendevreviewmelanie witt proposed openstack/nova stable/zed: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88286114:59
opendevreviewmelanie witt proposed openstack/nova stable/yoga: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88286315:00
opendevreviewmelanie witt proposed openstack/nova stable/yoga: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88286415:00
opendevreviewmelanie witt proposed openstack/nova stable/xena: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88286715:03
opendevreviewmelanie witt proposed openstack/nova stable/xena: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88286815:03
opendevreviewmelanie witt proposed openstack/nova stable/wallaby: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88286915:05
opendevreviewmelanie witt proposed openstack/nova stable/wallaby: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88287015:05
dansmithneed another quick +W on this to avoid a regression introduced in the CVE fix: https://review.opendev.org/c/openstack/nova/+/882852/117:01
dansmithsean-k-mooney: ^17:01
dansmithgmann: ^17:02
gmanndansmith: sure, checking17:05
gmanndansmith: so this is not that CVE fix regression but before also this exist right? I mean admin token was not made as service token ?17:23
gmannor cinder had put the check about service token instead of just admin17:23
dansmithgmann: we didn't need service token for these admins contexts before.. there was literally no reason,17:24
dansmithso it's not a regression without the CVE fix (from cinder)17:24
dansmithhowever now we *do* need service users for things other than long-running user activities17:24
gmannI see, so now cinder API check service token or not.17:24
dansmithright17:24
gmanngot it17:24
gmann+W17:26
dansmithgmann: thanks :)17:26
sean-k-mooneydansmith: sorry distracted but i was starting to review those now too17:29
dansmithack, I think we're good now17:29
dansmithsailed through zuul first time.. probably because some awesome guy did a bunch of volume test hardening the last few weeks :P17:30
dansmithor luck. yeah, it's probably luck :)17:30
sean-k-mooney:)17:30
sean-k-mooneythere is a serprising amouth of doc updates in the previos patch17:31
gmannI am sure its a special treatment given for volume test fixes :)17:31
dansmithsean-k-mooney: yeah it's a pretty big change required for deployers17:31
sean-k-mooneynot that im complaing really but i was expecing ti to be more targeted17:31
sean-k-mooneyack i have not read it all yet but that was just my intial reaction17:31
dansmithno real option to be targeted unfortunately17:31
dansmitha bunch of smart people spent the last 90 days trying to figure out a better way to do it17:32
sean-k-mooneyok so the service user is now required17:33
sean-k-mooneyok17:33
dansmiththe ossa went to the ML with more summary which might be good reading17:34
sean-k-mooneyill read that after17:35
sean-k-mooneywe debated making the service user required in the past17:35
sean-k-mooneynot that it is we can use that for other usecases going forward17:35
dansmithyup17:35
sean-k-mooneylike the manila stuff17:35
dansmithyup, it was hard not to mention this during that discussion :)17:35
dansmithseems like we could extend that to neutron and avoid nova having to be admin too17:36
sean-k-mooneyor any other interaction with other service where we need service to service interaction17:36
dansmithyup17:36
sean-k-mooneyyep17:36
sean-k-mooneywe could simply nova config ot just need service user and no other sections for other services17:36
sean-k-mooneyat least by defualt17:36
dansmithit's unfortunate to have to force that on a bunch of old deployments without a grace period, but.. not much choice17:36
sean-k-mooneyfor what its worth i think many installer tools started using the service user a few years ago by default17:37
dansmithyeah tripleo did17:37
sean-k-mooneyi think downstream its on by default in 17/train 17:37
dansmithand 1617:37
dansmithbut it's not just the service user that is required, but also the role on that user17:37
sean-k-mooneysorry 16/train ya17:38
sean-k-mooneyOSA and kolla have supprot but i dont know if its on by default17:38
dansmiths'gonna be soon :)17:38
sean-k-mooneyunfortunetly it looks like no but looking at there config17:39
melwittoh huh, is stable/wallaby ci known to not work?17:40
sean-k-mooneywhen the service user is not configred it may have been possibel to fallback to the info form the keystone authtoken section17:40
gmannmelwitt: what is failing, it should be green17:40
sean-k-mooneymelwitt: no but devstack might not have service users configred htere17:40
melwittgmann: ERROR: Could not find a version that satisfies the requirement tempest>=30.0.0 (from cinder-tempest-plugin) https://zuul.opendev.org/t/openstack/build/4c8a3d86710a4d50871613e2e578831a17:41
gmannmelwitt: oh, we did recent change there, let me check if cinder-tempest-pluing is not pinned there. we did pin the tempest. its incompatible tempest and c-t-p17:41
dansmithincompatible because of me17:42
gmanndansmith: no, you just exposed that but we should pin all plugin along with tempest to have such issue coming in future. 17:43
dansmith\o/17:43
gmannmelwitt: dansmith: ah I pushed change while pinning tempest but did not realize it is not merged https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87192017:44
gmannand that was the only change left for tempest pin on wallaby, :( https://review.opendev.org/q/topic:wallaby-pin-tempest17:44
melwittah ok17:45
melwittI shan't recheck those then :)17:46
gmannmelwitt: yeah, it will fail until 871920 is merged, I will check it but not sure if ceph testing on wallaby is all working or not. 17:48
melwittthe plugin patch failed 25 tests ... not sure if they're unrelated fails17:49
gmannmelwitt: if urgent as CVE fix then we can make ceph job as n-v in wallaby for now to merge your fix 17:49
gmannyeah, I am not very positive of everything on ceph will work in wallaby17:49
melwittgmann: wallaby is nice-to-have I think, I just proposed it bc there was no change needed from the xena patch17:50
gmannk17:51
dansmithso I just noticed we're running a n-v job in the gate queue.. the ceph migration one18:42
dansmithsean-k-mooney: so I've seen something that looks like this a number of times recently: https://92f377bbda976b6da17f-b08d635a9941444d91f5e0463ea7a01d.ssl.cf2.rackcdn.com/882852/1/gate/nova-grenade-multinode/b8a7af9/testr_results.html19:04
sean-k-mooney test_list_migrations_in_flavor_resize_situation thats an interesting testname...19:05
dansmithmelwitt: dammit, ceph job timed out19:06
sean-k-mooneyhum binding failed19:06
dansmiththought we were going to win the lottery19:06
melwittaw man19:06
sean-k-mooneydansmith: the nv one or the working one. i guess the later19:06
melwittI've seen the port binding fail one a lot recently19:06
dansmiththe important one19:06
dansmithwe might want to up the timeout on the ceph job because it definitely takes legitimately longer with all the validations19:07
sean-k-mooneyso binding_failed is generally a rare thing so if its happen alto recently that concerning19:07
dansmithand it's still steaming along when it is getting close to its timeout19:07
dansmithI've seen it a number of times lately19:07
sean-k-mooneywhats it at currenlty19:08
sean-k-mooneythe timeout19:08
sean-k-mooney2 hours?19:08
dansmithjust over two hours19:08
sean-k-mooneywe can bump it to 150 mins i guess 19:08
sean-k-mooneyi like it when test fail and give you the requst id19:09
sean-k-mooneyim going to see why that failed on the neutron side and ill let you know if i find anyting19:09
opendevreviewDan Smith proposed openstack/nova master: Bump nova-ceph-multstore timeout  https://review.opendev.org/c/openstack/nova/+/88289019:12
sean-k-mooneyoh that is in seconds https://zuul-ci.org/docs/zuul/latest/job-content.html#var-zuul.timeout19:13
dansmithhere we go23:02
opendevreviewMerged openstack/nova master: Use force=True for os-brick disconnect during delete  https://review.opendev.org/c/openstack/nova/+/88284723:05
opendevreviewMerged openstack/nova master: Enable use of service user token with admin context  https://review.opendev.org/c/openstack/nova/+/88285223:05

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