| opendevreview | Anoop Kumar Shukla proposed openstack/cinder master: Added additional capabilities to ASAr2 driver https://review.opendev.org/c/openstack/cinder/+/977911 | 05:32 |
|---|---|---|
| opendevreview | Rajat Dhasmana proposed openstack/cinder master: Doc: Advertise clone across pool as driver feature https://review.opendev.org/c/openstack/cinder/+/977924 | 08:51 |
| opendevreview | Biser Milanov proposed openstack/cinder master: Set clone across pool support for StorPool driver to complete https://review.opendev.org/c/openstack/cinder/+/977951 | 12:05 |
| opendevreview | Brian Rosmaita proposed openstack/python-cinderclient master: Add pyproject.toml file https://review.opendev.org/c/openstack/python-cinderclient/+/977964 | 13:53 |
| opendevreview | Brian Rosmaita proposed openstack/python-brick-cinderclient-ext master: Add pyproject.toml file https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/977965 | 13:57 |
| yuval | 0/ | 14:01 |
| rosmaita | Cinder meeting in #openstack-cinder at 1400 UTC | 14:02 |
| rosmaita | jungleboyj rosmaita smcginnis tosky whoami-rajat m5z e0ne geguileo eharney jbernard hemna fabiooliveira yuval tobias-urdin adiare happystacker dosaboy hillpd msaravan sp-bmilanov Luzi sfernand simondodsley zaubea nileshthathagar flelain wizardbit agalica lutimura kaisers | 14:02 |
| rosmaita | #startmeeting cinder | 14:03 |
| opendevmeet | Meeting started Wed Feb 25 14:03:21 2026 UTC and is due to finish in 60 minutes. The chair is rosmaita. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:03 |
| opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:03 |
| opendevmeet | The meeting name has been set to 'cinder' | 14:03 |
| rosmaita | #chair jbernard | 14:03 |
| opendevmeet | Current chairs: jbernard rosmaita | 14:03 |
| rosmaita | #topic roll call | 14:03 |
| agalica | o/ | 14:03 |
| tosky | o/ | 14:04 |
| hvlcchao1 | o/ | 14:04 |
| erlon | \o | 14:04 |
| jbernard | \o/ | 14:04 |
| jbernard | #link https://etherpad.opendev.org/p/cinder-gazpacho-meetings | 14:05 |
| jbernard | thanks for coming everyone | 14:05 |
| jbernard | we a couple of agenda items, | 14:06 |
| jbernard | firstly updates on client and library releases | 14:06 |
| jbernard | big thanks to rosmaita for being our release person | 14:07 |
| jbernard | rosmaita: anything to add, i think we're having some gate issues still | 14:07 |
| jbernard | anything we can do to help? | 14:07 |
| rosmaita | possibly | 14:08 |
| rosmaita | the functional jobs are failing on the cinderclient patch | 14:08 |
| rosmaita | #link https://review.opendev.org/c/openstack/python-cinderclient/+/977739 | 14:08 |
| rosmaita | looks like some kind of python build problem, so something got updated yesterday afternoon | 14:08 |
| rosmaita | not sure what, though | 14:09 |
| rosmaita | i put up patches to add a pyproject.toml to both repos | 14:09 |
| rosmaita | we can see if that does anything | 14:09 |
| rosmaita | we should maybe try to merge https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/977720 since it's green right now | 14:10 |
| rosmaita | (though i suspect it will fail in the gate) | 14:10 |
| rosmaita | these are the pyproject.toml patches: | 14:11 |
| rosmaita | #link https://review.opendev.org/q/topic:%22ppj-toml%22 | 14:11 |
| rosmaita | they are based on current master, though, so not sure those will be mergeable | 14:11 |
| rosmaita | (i am thinking out loud here) | 14:11 |
| rosmaita | it's only 9:12 am for me, and i already need a break | 14:12 |
| rosmaita | worst case, we just pull the functional jobs from the check/gate (they aren't required, strictly speaking), update the classifiers in setup.cfg, and release | 14:13 |
| jbernard | rosmaita: we need this before freeze, i believe | 14:13 |
| rosmaita | yeah, has to happen in the next 2 days | 14:13 |
| jbernard | k, i can look today | 14:13 |
| rosmaita | cool, key issue right now in the build is "AttributeError: 'PythonSpec' object has no attribute 'machine'" | 14:14 |
| rosmaita | didn't see anything on the ML about that | 14:14 |
| rosmaita | #link https://zuul.opendev.org/t/openstack/build/9a65f7a275e34c79902dfa5ef3d81a67 | 14:14 |
| rosmaita | like I said, i did actually have that job run yesterday | 14:15 |
| agalica | weird, shouldn't getattr just return None if it doesn't exist? | 14:15 |
| rosmaita | successful run: https://zuul.opendev.org/t/openstack/build/7c43e290fe89450f8881ba6460963e01 | 14:16 |
| agalica | or that seems to be waht the code expects, anyway | 14:16 |
| rosmaita | agalica: i think you have to pass the extra arg to use as the default value if the attribute doesn't exist with getattr() | 14:18 |
| jbernard | yes | 14:18 |
| agalica | ah, makes sense | 14:18 |
| rosmaita | well, not sure it makes sense, since we also have hasattr() | 14:18 |
| rosmaita | but there you go | 14:18 |
| rosmaita | anyway, in related news, you can see that waiting to fix the gates until release week is a Bad Idea | 14:19 |
| agalica | lmao | 14:20 |
| rosmaita | we just haven't had many patches for the clients this cycle | 14:20 |
| rosmaita | i think we will need to set up a periodic job and the release manager can look each week and report status at the weekly meeting | 14:20 |
| jbernard | well... you /have/ ensured that this week will not be boring ;) | 14:20 |
| rosmaita | yes, "Excitement" is my middle name | 14:21 |
| jbernard | rosmaita: +1 to that idea | 14:21 |
| agalica | gate jobs to monitor the gate jobs. but who will monitor those gate jobs | 14:21 |
| tkajinam | rosmaita, that's the known issue caused by new tox which requires new virtualenv | 14:21 |
| rosmaita | tkajinam: i was hoping you would know! | 14:22 |
| tkajinam | rosmaita, we need to bump virtualenv in u-c or pin tox. that's another fun by tox killing us | 14:22 |
| jbernard | i was going to ask if the virtualenv version bumped | 14:22 |
| rosmaita | isn't the virtualenv version set by something else? | 14:22 |
| tkajinam | (you may find my quick discussion with frickler in #openstack-requirements | 14:22 |
| tkajinam | it's defined in u-c | 14:23 |
| rosmaita | i must be confusing it with something else | 14:23 |
| tkajinam | the problem is appearing in jobs using devestack + tox because devstack upgrade tox unexpectedly while keeping virtualenv | 14:23 |
| rosmaita | yeah, that describes our client functional jobs exactly | 14:24 |
| tkajinam | and the normal tox jobs are not affected due to old tox and virtualenv included in CI image | 14:24 |
| rosmaita | i was wondering about that | 14:24 |
| yuval | what about replacing tox with containers? | 14:24 |
| rosmaita | ok, tkajinam is the strategy here just to wait until someone else does something? | 14:24 |
| rosmaita | i mean, for getting out devstack-based functional jobs to pass | 14:25 |
| tkajinam | rosmaita, I'm discussing whether we can merge https://review.opendev.org/c/openstack/requirements/+/977947 | 14:25 |
| tkajinam | yuval, replacing tox with containers for dozens of repos one day before lib freeze? :-) | 14:25 |
| tkajinam | that's a nightmare :-P | 14:26 |
| yuval | :0 | 14:26 |
| yuval | just in theory | 14:26 |
| tkajinam | maybe, though we still need a runner to launch the containers | 14:26 |
| tkajinam | anyway please watch discussions in the requirements channel because I believe this is not really specific to cinderclient | 14:27 |
| tkajinam | heatclient is also affected by it. that's why I'm aware of it | 14:27 |
| rosmaita | ok, thanks for being on top of this tkajinam | 14:28 |
| tkajinam | I'll send an email soon to ml as I expect more people may notice it soon | 14:28 |
| rosmaita | i think that openstack needs to take up a collection to send the tox developers on a vacation the week before feature freeze next cycle | 14:29 |
| rosmaita | although i must say, this release fixed a bug i filed against tox 4.0.1 | 14:30 |
| rosmaita | ok, so it sounds like the correct strategy here is to do nothing for a few hours and see what the requirements team decides | 14:31 |
| rosmaita | otherwise, i guess we pin tox version in the tox.ini for the clients | 14:31 |
| rosmaita | that's enough from me | 14:32 |
| yuval | I can say we had an issue with 3rd party ci this week. | 14:33 |
| yuval | a tempest test related to groups314 - the deletion of the group got stuck | 14:33 |
| agalica | yeah, I have a patch that seems "stuck" (zuul won't even start). And backports also seem to be affected, but that makes sense | 14:34 |
| yuval | the volume type deletion stuck | 14:34 |
| yuval | so we had manually reset the group state, delete it and delete the type | 14:34 |
| agalica | oh, sorry, misread what you were saying yuval (tempest, not ut) | 14:34 |
| rosmaita | btw, people were talking at the review festival about the jammy images for CI | 14:35 |
| rosmaita | the images are still there, you just can't run devstack on jammy anymore | 14:35 |
| rosmaita | (unless you set a force option) | 14:35 |
| yuval | how close are we to Gezpacho cinder deadline | 14:36 |
| rosmaita | technically, this week is feature freeze: https://releases.openstack.org/gazpacho/schedule.html | 14:36 |
| jbernard | this week is r5 | 14:37 |
| jbernard | rc1 is r3 | 14:37 |
| agalica | we should extend an extra week due to all the zuul issues | 14:37 |
| agalica | :D | 14:37 |
| yuval | the bug freeze? | 14:37 |
| rosmaita | that would be March 13 | 14:38 |
| yuval | got it thanks | 14:38 |
| rosmaita | end of week R-3 | 14:38 |
| nimeshdesai | do we expected merges of patches that have received +2s this week? | 14:38 |
| nimeshdesai | expect* | 14:39 |
| jbernard | i hope so :) | 14:39 |
| jbernard | that's all we have on the agenda for today | 14:41 |
| jbernard | anythign else needing discussion? | 14:41 |
| sp-bmilanov | jbernard: Hi! yes | 14:41 |
| sp-bmilanov | just a heads up that we are in the process of fixing StorPool's CI, it has not been working for some time, around some upstream merges in devstack | 14:42 |
| sp-bmilanov | that's all from me | 14:43 |
| yuval | I have this on my head: https://review.opendev.org/c/openstack/cinder/+/975414 - waiting for reviews | 14:43 |
| jbernard | sp-bmilanov: ack | 14:43 |
| jbernard | ok, last call | 14:46 |
| jbernard | #endmeeting | 14:47 |
| opendevmeet | Meeting ended Wed Feb 25 14:47:22 2026 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:47 |
| opendevmeet | Minutes: https://meetings.opendev.org/meetings/cinder/2026/cinder.2026-02-25-14.03.html | 14:47 |
| opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/cinder/2026/cinder.2026-02-25-14.03.txt | 14:47 |
| opendevmeet | Log: https://meetings.opendev.org/meetings/cinder/2026/cinder.2026-02-25-14.03.log.html | 14:47 |
| yuval | I predicting we are going to see rain of PR's coming with AI - we need to think how to handle it | 14:47 |
| yuval | like cinder agent reviewer | 14:47 |
| raghavendrat | hi eharney: are you around ? | 14:58 |
| opendevreview | Harsh Ailani proposed openstack/cinder master: [IBM SVf Driver] Added support of clone operation for volumegroup https://review.opendev.org/c/openstack/cinder/+/938771 | 15:07 |
| opendevreview | jayaanand borra proposed openstack/cinder master: NetApp: Add cross-pool clone support for iSCSI/FC https://review.opendev.org/c/openstack/cinder/+/977336 | 16:33 |
| opendevreview | Merged openstack/cinder master: lightos: Early exit in terminate_connection with retry logic https://review.opendev.org/c/openstack/cinder/+/975414 | 17:56 |
| opendevreview | Eric Harney proposed openstack/cinder master: Re-enable flake8-import-order for tox pep8 https://review.opendev.org/c/openstack/cinder/+/977147 | 18:53 |
| opendevreview | Fernando Ferraz proposed openstack/cinder master: WIP: Run Ceph Backup driver in native threads https://review.opendev.org/c/openstack/cinder/+/978013 | 19:01 |
| opendevreview | Brian Rosmaita proposed openstack/python-brick-cinderclient-ext master: Add pyproject.toml file https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/977965 | 20:28 |
| opendevreview | Brian Rosmaita proposed openstack/python-cinderclient master: Update classifiers for Gazpacho https://review.opendev.org/c/openstack/python-cinderclient/+/978022 | 20:34 |
| opendevreview | Brian Rosmaita proposed openstack/python-cinderclient master: Add pyproject.toml file https://review.opendev.org/c/openstack/python-cinderclient/+/977964 | 20:34 |
| opendevreview | Merged openstack/cinder master: Dell PowerStore: support Metro volumes https://review.opendev.org/c/openstack/cinder/+/933628 | 21:19 |
| opendevreview | Merged openstack/cinder-tempest-plugin master: Drop Caracal jobs, add Flamingo https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/976365 | 21:35 |
| opendevreview | Brian Rosmaita proposed openstack/python-cinderclient master: Fix pylint job https://review.opendev.org/c/openstack/python-cinderclient/+/978032 | 22:10 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!