Monday, 2026-03-30

opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Warn when no optional args given to OSC set commands  https://review.opendev.org/c/openstack/python-manilaclient/+/98251800:07
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Warn when no optional args given to OSC set commands  https://review.opendev.org/c/openstack/python-manilaclient/+/98251800:36
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Fix copy-paste errors in share_networks and   share_network_subnets docstrings  https://review.opendev.org/c/openstack/python-manilaclient/+/98260502:29
FiyinPeter[m]Hello, carloss. I am still struggling with self-assigning tasks. I'd like trouble-shooting tips, if there be any02:34
FiyinPeter[m]s/tasks/nugs/, s/trouble-shooting/troubleshooting/02:35
FiyinPeter[m]s/tasks/bugs/, s/trouble-shooting/troubleshooting/02:38
FiyinPeter[m]With the problem persisting still, I'd like to have this bug assigned to me02:38
FiyinPeter[m]* to me  https://bugs.launchpad.net/manila/+bug/205770302:41
opendevreviewFiyin Peter proposed openstack/python-manilaclient master: Fix copy-paste errors in share_networks and   share_network_subnets docstrings  https://review.opendev.org/c/openstack/python-manilaclient/+/98260509:14
carloss> paths like missing share type already use the message API to give user facing feedback. would it be worth filing a bug and adding that here too? gouthamr 11:55
carlossnathan_akin[m] is there a log for that though?11:55
comfortoyewole[m]Hello @gouthamr: @carloss: 12:00
comfortoyewole[m]I've integrated your feedback and waiting for your review on my patch. Thank you12:00
comfortoyewole[m]https://review.opendev.org/c/openstack/manila/+/98214012:00
opendevreviewAmarachi Ogbonnaya proposed openstack/manila master: Add documentation for Shared File Systems telemetry  https://review.opendev.org/c/openstack/manila/+/98214912:05
SilviaWachira[m]Hello everyone. carloss, gouthamr,12:28
SilviaWachira[m]I have a couple of patches awaiting review (some with comments already addressed). I’d really appreciate your feedback when you have time.12:28
SilviaWachira[m]Thank you.12:28
nathan_akin[m]carloss: yes there's a LOG.error in the filter itself, but it only goes to server logs  the user just gets NoValidHost with no explanation. the message API would put it in the user retrievable messages so they can actually see why scheduling failed without needing access to server logs12:41
carlosscomfortoyewole[m] SilviaWachira[m] we'll review changes as soon as we can, thanks for the ping12:46
carlossnathan_akin[m]: I'm checking on how to proceed. The error has an explanation that will be in the exception itself12:54
nathan_akin[m]carloss: oh i understand. yeah the last_filter name is there in the exception. i was thinking more about the case where the user doesn't have access to the API error detail directly, but i see your point. should i still file a bug or leave it for now?12:55
carlossnathan_akin[m]: have you been able to test this?13:03
carlossI think this is creating a user message: https://github.com/openstack/manila/blob/master/manila/scheduler/manager.py#L222-L22613:03
carlossthe place you mention adds a log and raises shareinstance not found, which is catched a couple of levels above13:05
carlossand gets to this code patch I shared13:05
nathan_akin[m]oh let me check it out, because i was actually looking at it from the code itself 13:05
nathan_akin[m]thanks for the info , let me confirm 13:07
SilviaWachira[m]carloss: Thanks, I appreciate it!13:08
carlosso/ stephenfin do you remember the context of https://review.opendev.org/c/openstack/manila/+/965781? I think this fix was helpful for CI, but I feel I'm still hitting this issue on https://review.opendev.org/c/openstack/manila/+/97436413:30
carlossbasically, manila services are taking a lot of time to restart13:31
carlossI am working on this job to help us test performance changes from one branch to another13:32
carlossbut manila services are taking a very long time to restart13:32
opendevreviewCarlos Eduardo proposed openstack/manila master: [WIP] Add rally branch comparison job  https://review.opendev.org/c/openstack/manila/+/97436413:59
opendevreviewLizzy Njoroge proposed openstack/python-manilaclient master: OSC: Add missing tests for share groups and fix snapshot filter  https://review.opendev.org/c/openstack/python-manilaclient/+/98266314:18
nathan_akin[m]hey gouthamr  carloss  just wanted to give an update ,  i tested the fix for bug #2058064 on a devstack environment. before the patch, sending X-OpenStack-Manila-API-Version: latest returns a 400 error. after the patch it works as expected. patch is here if you get a chance to review it https://review.opendev.org/c/openstack/manila/+/98253614:19
opendevreviewCarlos Eduardo proposed openstack/manila master: Load manila settings during upgrade's shutdown phase  https://review.opendev.org/c/openstack/manila/+/98266715:17
opendevreviewCarlos Eduardo proposed openstack/manila master: [WIP] Add rally branch comparison job  https://review.opendev.org/c/openstack/manila/+/97436415:17
opendevreviewMerged openstack/manila master: Fix service listing with a wrong status  https://review.opendev.org/c/openstack/manila/+/98216515:26
opendevreviewSilvia Wachira proposed openstack/python-manilaclient master: Mock sleep in ClientTest to reduce unit test runtime  https://review.opendev.org/c/openstack/python-manilaclient/+/98269517:01
FiyinPeter[m]<FiyinPeter[m]> "Hello, carloss. I am still..." <- Hi carloss  and gouthamr . I'd appreciate pointers on how to proceed with. I have completed assigned Tasks and my Karma still reads 0.17:12
carlossFiyinPeter[m]: done17:37
opendevreviewOlamide Ojo proposed openstack/manila master: Add missing unit test to cephfs driver for line 490. Updating test coverage to 80%  https://review.opendev.org/c/openstack/manila/+/98160617:53
opendevreviewOlamide Ojo proposed openstack/manila master: Add missing unit test to cephfs driver for lines 633-678 and 635  https://review.opendev.org/c/openstack/manila/+/98186117:53
opendevreviewOlamide Ojo proposed openstack/manila master: Add missing unit test to cephfs driver for line 804  https://review.opendev.org/c/openstack/manila/+/98187317:53
opendevreviewOlamide Ojo proposed openstack/manila master: Add missing test to cephfs driver for line 831. Increases test coverage to 81%  https://review.opendev.org/c/openstack/manila/+/98218117:53
gouthamrcarloss: looks like we hit a snag with https://review.opendev.org/c/openstack/manila/+/98230818:12
gouthamrthe tempest plugin will run with the latest microversion on the branch, and, we have some tight assertions that'll need Sai's tempest change to merge, or, for us to excise a small enough change to get this change in.. 18:13
opendevreviewOlamide Ojo proposed openstack/manila master: Add missing test to cephfs driver for line 591  https://review.opendev.org/c/openstack/manila/+/98270418:13
gouthamrSai's change meaning this one: https://review.opendev.org/c/openstack/manila-tempest-plugin/+/975489 -  that's not been updated for a while, so i think we can do a surgical fix 18:14
carlossgouthamr: sure, makes sense18:15
gouthamrwe're running out of time to do an RC3 though.. 18:15
gouthamrwe have a day, and its too short of a heads up to the release team18:15
carlossyeah :|18:15
gouthamrso i think we can "mea culpa" this and do a release asap with the fix18:15
nathan_akin[m]gouthamr: do you need any help?18:15
carlossgouthamr: agree with it... we already plan to release asap anyways, considering the API regression18:16
gouthamrnathan_akin[m]: nah, thanks for asking.. this is a release/maintainer issue that needs some careful orchestration.18:16
carlossgah, the manila-tempest-plugin itself was already failing18:17
nathan_akin[m]gouthamr: oh i understand i am always here to assist 18:17
gouthamrcarloss: let's chat on #openstack-release and let them know, the release isn't "broken" by any means, an API regression that we regret atm - we have those rarely18:17
carlossyeah18:31
carlossI think we should have the fix ready anyways, just in case18:32
* carloss looking into the fix18:33
carlossI think updating the three tests in manila-tempest-plugin would suffice18:33
carlossIn version 2.95 it is expected that the metadata field is present as part of the response, we just need to make sure that manila-tempest-plugin is accounting for that18:34
opendevreviewAsma Mothana proposed openstack/manila master: Fix Share networks not being retrieved while showing security service  https://review.opendev.org/c/openstack/manila/+/85835618:36
gouthamryeah, that'd be a good stop gap while Sai fixes up anything else on his change18:42
gouthamrthanks carloss 18:42
carloss++ thanks gouthamr 18:42
carlossgouthamr: wondering if I should go ahead and bump the api version in manila-tempest-plugin altogether at this point18:55
carlossI do not expect any other issues though18:56
gouthamrtrue.. no point leaving that out18:56
opendevreviewCarlos Eduardo proposed openstack/manila-tempest-plugin master: Bump API testing version to 2.95 and fix replica tests  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/98271419:06
carlossgouthamr: ^ worked on my env, let's see if CI likes it too19:07
opendevreviewCarlos Eduardo proposed openstack/manila master: Add rally branch comparison job  https://review.opendev.org/c/openstack/manila/+/97436419:26
opendevreviewCarlos Eduardo proposed openstack/manila master: Add rally branch comparison job  https://review.opendev.org/c/openstack/manila/+/97436419:28
opendevreviewOluwasola Akintewe proposed openstack/manila master: Validate 'ensuring' filter value in services list API  https://review.opendev.org/c/openstack/manila/+/98271619:49
nathan_akin[m]hey gouthamr   carloss  so i  noticed that the 'ensuring' filter in the services list API silently ignores invalid values  ?ensuring=maybe returns all services as if no filter was passed at all, while  the ?status=invalid correctly returns an empty list, so i tested it on devstack. and filed bug #2146840 and pushed a fix https://review.opendev.org/c/openstack/manila/+/982716  , would appreciate if you could give it a look19:52
nathan_akin[m]Please i also want to ask a question. so i saw that  the rally job patch is tagged under eventlet-removal and sets OS_MANILA_DISABLE_EVENTLET_PATCHING for all the services. is the plan to fully remove eventlet from Manila? i'm curious how big of a change that is and whether there are any contribution opportunities around it for someone who wants to get more involved in the project.... 19:57
opendevreviewGoutham Pacha Ravi proposed openstack/manila stable/2026.1: Fix jsonschema enum (list instead of tuple)  https://review.opendev.org/c/openstack/manila/+/98272019:59
gouthamrnathan_akin[m]: i'd add a release note to https://review.opendev.org/c/openstack/manila/+/982716 20:00
gouthamrty for checking about the eventlet removal, yes - it's an ongoing project and our plan is to drop eventlet completely in this release cycle ('hibiscus', due October 2026)20:01
gouthamrwe've done a bunch of work already: https://review.opendev.org/q/project:openstack/manila+topic:eventlet-removal20:02
nathan_akin[m]gouthamr: oh wow20:02
gouthamrso using "OS_MANILA_DISABLE_EVENTLET_PATCHING", you can stop using eventlet with the release we are shipping in two days; but we're asking folks to wait for the next release because:20:05
gouthamr1) we're chasing down potential perf/scale regressions 20:05
gouthamr2) we're looking for popular web servers to support/test/document for anyone still using the native eventlet-based web service we had20:05
gouthamr3) we'll switch all default testing to be run without eventlet, and who knows, we may find some bugs20:05
nathan_akin[m]gouthamr: ok ill do that, thanks20:06
opendevreviewOluwasola Akintewe proposed openstack/manila master: Validate 'ensuring' filter value in services list API  https://review.opendev.org/c/openstack/manila/+/98272120:08
nathan_akin[m]gouthamr: ok so i just pushed patchset 2 on 982716 with the release note but actually it got a new change id, it's now at https://review.opendev.org/c/openstack/manila/+/982721. 20:10
gouthamrnathan_akin[m]: use "git commit --amend" when you update an existing commit20:11
nathan_akin[m]gouthamr: ok thank you 20:11
nathan_akin[m]gouthamr:  that's really cool, so when you say perf or scale regressions , what kind of things are you actually watching for? like is it request latency, throughput, something with how threads are handled and the popular web servers you mentioned, are you looking at something like gunicorn or uvicorn to replace the eventlet-based one? 20:13
opendevreviewOluwasola Akintewe proposed openstack/manila master: Validate 'ensuring' filter value in services list API  https://review.opendev.org/c/openstack/manila/+/98271620:14
nathan_akin[m]i used the git commit --amend, this is the original one, the release note is now here. https://review.opendev.org/c/openstack/manila/+/982716.  let me abandon the other one 20:14
gouthamrnathan_akin[m]: request latency, it's hard to quantify it based on simple API calls, so we're focussing on the APIs doing "work" through the stack.. carloss has been working on using the rally benchmarking tool to get us some results.20:15
gouthamrnathan_akin[m]: on web servers, i am leaning on allowing choice and not restricting one.. choice would mean we add testing/documentation for multiple popular options20:16
nathan_akin[m]gouthamr: oh i understand now, so rally  is basically hammering the heavier operations like share create, migrate, etc and measuring how long they take with and without eventlet?   so is the plan to run it against both the current release and master so you can catch regressions before they land? or maybe another thing 20:17
gouthamrnathan_akin[m]: yes most of our CI is preventive. this will run on each commit: https://review.opendev.org/c/openstack/manila/+/97436420:19
nathan_akin[m]gouthamr: ok thats a very cool way , i thk so users can pick what works best for their deployment. 20:19
nathan_akin[m]gouthamr: oh nicee, let me check it out so i can understand it 20:21
nathan_akin[m]gouthamr: So are there web servers already in mind? 20:34
opendevreviewAmarachi Ogbonnaya proposed openstack/manila master: api-ref: fix scheduler_hints min_version to 2.67  https://review.opendev.org/c/openstack/manila/+/98272720:45
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Add missing availability_zone in replica response  https://review.opendev.org/c/openstack/manila/+/98258620:48
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Add missing availability_zone in replica response  https://review.opendev.org/c/openstack/manila/+/98258620:49
opendevreviewAmarachi Ogbonnaya proposed openstack/manila master: api-ref: fix scheduler_hints min_version to 2.67  https://review.opendev.org/c/openstack/manila/+/98272721:00
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Add missing versioned fields to share server docs  https://review.opendev.org/c/openstack/manila/+/98258821:14
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Add missing versioned fields to share server docs  https://review.opendev.org/c/openstack/manila/+/98258821:18
opendevreviewMeer Hashaam Khan proposed openstack/manila master: Delete deprecated contrib/ci/ scripts  https://review.opendev.org/c/openstack/manila/+/98259021:22
opendevreviewMeer Hashaam Khan proposed openstack/manila master: Delete deprecated contrib/ci/ scripts  https://review.opendev.org/c/openstack/manila/+/98259021:22
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Add metadata param to manage snapshot docs  https://review.opendev.org/c/openstack/manila/+/98272821:29
opendevreviewMeer Hashaam Khan proposed openstack/manila master: Remove stale Keystone v2 reference in client_auth.py  https://review.opendev.org/c/openstack/manila/+/98258921:50
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Fix share_server_id path param definition Closes-Bug: #2146262 Signed-off-by: Meer Hashaam Khan <hashaamkhan975@gmail.com>  https://review.opendev.org/c/openstack/manila/+/98272921:50
hashaaamHi gouthamr carloss, submitted another patch fixing share_server_id path param definition. Review: https://review.opendev.org/c/openstack/manila/+/98272921:51
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Fix share_server_id path param definition Closes-Bug: #2146262 Signed-off-by: Meer Hashaam Khan <hashaamkhan975@gmail.com>  https://review.opendev.org/c/openstack/manila/+/98272921:58
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Fix share_server_id path param definition Closes-Bug: #2146262 Signed-off-by: Meer Hashaam Khan <hashaamkhan975@gmail.com>  https://review.opendev.org/c/openstack/manila/+/98272921:59
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Add metadata param to manage snapshot docs  https://review.opendev.org/c/openstack/manila/+/98272822:02
rogerkorantenngHi gouthamr, — just a friendly follow-up on my patch for the Hitachi HSP TLS certificate verification fix: https://review.opendev.org/c/openstack/manila/+/982292. Would appreciate a review when you get a chance. Thanks!22:07
opendevreviewMeer Hashaam Khan proposed openstack/manila master: Remove stale Keystone v2 reference in client_auth.py  https://review.opendev.org/c/openstack/manila/+/98258922:10
opendevreviewMeer Hashaam Khan proposed openstack/manila master: api-ref: Fix share_group_type_id path param definition Closes-Bug: #2146263 Signed-off-by: Meer Hashaam Khan <hashaamkhan975@gmail.com>  https://review.opendev.org/c/openstack/manila/+/98273022:10
hashaaamHi gouthamr carloss, submitted another patch fixing share_group_type_id path param definition in share-group-types.inc. Review: https://review.opendev.org/c/openstack/manila/+/98273022:11

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