14:00:10 #startmeeting cinder 14:00:10 Meeting started Wed Feb 15 14:00:10 2023 UTC and is due to finish in 60 minutes. The chair is whoami-rajat. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:00:10 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:00:10 The meeting name has been set to 'cinder' 14:00:12 #topic roll call 14:00:23 hello Rajat 14:00:23 hi 14:00:36 o/ 14:00:38 o/ 14:00:40 hi 14:00:51 o/ 14:00:53 o/ 14:01:27 o/ 14:01:28 o/ 14:01:35 hi 14:01:36 o/ 14:01:49 o/ 14:01:53 o/ 14:01:56 #link https://etherpad.opendev.org/p/cinder-antelope-meetings 14:02:19 o/ 14:03:12 hello 14:03:26 we've good amount of people around so let's get started 14:03:30 #topic announcements 14:03:42 I've proposed candidacy for PTL for 2023.2 (Bobcat) cycle 14:03:49 #link https://lists.openstack.org/pipermail/openstack-discuss/2023-February/032102.html 14:04:02 \o/ 14:04:11 Yay! 14:04:17 +1 14:04:24 you're the perfect candidate, I'd say Yay! 14:04:24 +1 14:04:52 thanks everyone :) 14:05:11 if anyone would like to become a core or PTL, they can contact me regarding it and i can help them provide guidance for the same 14:05:56 moving on, Deadlines: Cinderclient, requirement freeze, feature freeze on 17th Feb 14:06:01 we've a lot of deadlines this week 14:06:05 or should i say in 2 days 14:06:14 let's go project by project 14:06:31 Cinderclient 14:06:38 #link https://etherpad.opendev.org/p/cinderclient-antelope-release 14:06:51 most of the changes are merged, thanks everyone for the reviews 14:07:00 there is 1 patch remaining where I've suggested an alternative 14:08:03 let's see if we get a response on that 14:08:11 it's not critical but good to have fix in the release 14:08:31 next, python-brick-cinderclient-ext 14:08:57 here the gate was broken due to tox4 issues but we didn't notice because no patch was proposed during Antelope cycle 14:09:24 currently the gate fix is merged, the requirements are updated (they were very old) 14:09:42 I updated the release patch with new hash and few minutes ago release team approved the release patch 14:10:04 so we should have a release by today 14:10:13 at least this one is sorted 14:10:36 now to the concerning part, Feature Freeze 14:10:45 we had 12 features initially 14:10:48 3 are merged 14:11:01 9 are remaining 14:11:02 #link https://etherpad.opendev.org/p/cinder-antelope-features 14:11:30 8 of them are driver features and one is related to a spec we merged this cycle 14:11:42 but it's a nova dependent feature and last i checked, the nova patch didn't had any reviews 14:12:09 ok i see it's been crossed out in the etherpad with the reasoning what I'm trying to explain here 14:12:52 so we've 7 driver patches and one related to the restoring into sparse volumes 14:14:01 the driver ones should be doable, I'm not sure about the restore one, we don't have a spec for it which seems strange but maybe it's fine 14:15:19 anyways, what i would really like to convey is please respond quickly to the review comments 14:15:37 I've review comments on 2 patches that aren't addressed for quite some time 14:16:00 so if you would like the feature to be included, kindly lower the feedback time 14:16:07 I see. 14:16:49 that's all on the features 14:16:56 the last one is Requirements Freeze 14:17:11 #link https://review.opendev.org/q/(project:openstack/cinder+OR+project:openstack/os-brick)+and+status:open+and+(file:requirements.txt+OR+file:test-requirements.txt)+and+-is:wip 14:17:38 eharney, has two changes that update the hacking version to 5.0 in os-brick and cinder 14:18:08 my query regarding that is, the latest version mentioned in pypi is 5.0.0 so do we want the minimum and max to be same version here? 14:18:15 #link https://pypi.org/project/hacking/#history 14:18:33 i'm not sure i understand the concern exactly 14:19:41 not a concern but wanted to know if is it OK to have the min version = max version? 14:20:14 s/is it/it is 14:20:14 yeah, just means we'll run with 5.0.x 14:20:33 ok, then no concerns from my side 14:20:37 we are running with the max version anyway 14:20:50 the version specified in upper-constraints is what pip will install 14:21:07 i don't see hacking in u-c 14:21:08 i really don't understand why we specify any minima in the requirements file at all 14:21:19 i'm not sure that's true for hacking... 14:21:21 ah, well, test-only stuff is an exception, that's true 14:21:37 it's handled differently because upgrades typically cause breakages, so we have to manually bump it up 14:23:24 well, as long as we're passing with 5.0.0, no reason not to specify it 14:24:12 I've reviewed both changes 14:24:16 this one requires another review 14:24:18 #link https://review.opendev.org/c/openstack/cinder/+/873406 14:24:25 got it 14:24:38 great, thanks 14:25:08 \o/ 14:25:47 whoami-rajat: Done. 14:25:58 thanks Jay! 14:26:34 I've sent out a mail highlighting all the review priorities mentioned here 14:26:36 #link https://lists.openstack.org/pipermail/openstack-discuss/2023-February/032179.html 14:27:01 one last thing is regarding the PTG 14:27:07 if you haven't signed up already, please do 14:27:13 #link https://lists.openstack.org/pipermail/openstack-discuss/2023-February/032182.html 14:27:16 oh yes good catch 14:27:23 will do 14:27:32 cool 14:27:46 that's all for the announcements 14:27:50 let's move to topics 14:28:00 #topic Vulnerability scanning 14:28:09 I don't see happystacker around 14:28:14 I'm here 14:28:27 my nickname changed 14:28:30 dkw 14:28:32 anyway 14:28:42 oh, good to know 14:28:52 question is are we doing such as scan when pushing code? 14:29:17 we have bandit, which does some 14:29:25 what is bandit? 14:29:39 it detects known bad patterns of python code that could be security concerns 14:29:45 I don't think we've any guidelines in place for this, for security purpose we were working on FIPS some time ago 14:29:46 https://wiki.openstack.org/wiki/Security/Projects/Bandit ? 14:29:58 but most vulnerability prevention, by far, is just based on having thorough enough review 14:30:13 it says it's no longer maintained 14:30:20 i mean FIPS job in gate 14:30:22 I see, nothing automatic then 14:30:29 just based on review 14:30:46 it's no longer maintained as an openstack project, it is still maintained 14:31:02 do we plan to do something around this kind of scanning? Or we assume bandit + review is enough? 14:31:16 oh I see, thls 14:31:17 thks 14:31:30 i'd be interested in proposals, but i think we really have to rely on review 14:31:42 ok makes sense 14:31:56 does anyone know what's the status of the fips work? https://review.opendev.org/c/openstack/cinder/+/790535 14:32:36 not really, other than that i think the CI pieces still need some effort 14:32:55 unsure if they settled on the plan fully for which OS to run them on, maybe rosmaita has info 14:33:01 there is an effort to simplify that work, the idea is to patch devstack so that we don't need to carry the playbook into each and every repository 14:33:39 so that we would need to just set a variable to enable fips: https://review.opendev.org/c/openstack/devstack/+/871606 14:34:06 I'm not sure whether this means we should merge the existing proposed changes now or wait for that devstack change to merge and then adapt the code 14:34:23 what's made me a bit worried about that job is that it and it's dependencies have never all been green at the same time 14:34:30 at least not when i looked 14:34:51 do we have doc about fips ? 14:35:09 i think it's a community goal, should be some docs there 14:35:50 ok 14:35:55 https://governance.openstack.org/tc/goals/selected/fips.html 14:36:09 excellent thank you 14:36:47 that helped us elimiate md5 being used for security purposes, so looks useful to have 14:37:15 but as eharney said, new proposals to strengthen security are always welcome 14:37:38 sure, I understand 14:38:00 good, anything else on this topic? 14:38:08 I'm good for now 14:38:21 cool, thanks for bringing this up 14:38:24 let's move to next topic 14:38:31 #topic Outreachy 2023 14:38:33 enriquetaso, that's you 14:38:38 hey 14:38:52 jbernard is going to mentor to reduce the gap with the openstack client/sdk. If anyone is interested in co-mentor for the project please let me know! 14:39:07 #link https://etherpad.opendev.org/p/outreachy-cinder-May-2023-to-Ag-2023 14:39:11 jbernard++ 14:39:20 The outreachy coordinator for openstack suggested that I keep the proposal really simple and then go deeper in the details of the task once the intern had been selected. 14:39:29 I have one question regarding the intern task. Are the interns going to work on testing the openstacksdk and document what are the gaps or is work to be done on the openstacksdk side? 14:39:52 *intern* 14:40:17 so i think first part should be to fix all the issues we've noticed in openstackclient 14:40:49 once the CLI is fully operational then we can start working on sdk to eliminate the parity and skip cinderclient completely 14:41:10 I haven't looked into the sdk part so not sure what kind of work there is to do 14:41:23 or if it's suitable for intern to address 14:41:41 but I can surely help with the openstackclient part 14:41:44 I can help if needed but not as a mentor 14:41:55 make sense.. so, first i should replace openstacksdk to openstackclient. 14:42:14 Then i need to make a list or something to make really clear what is the work 14:42:48 that's my understanding 14:42:58 roquej, thank you! that would be helpful, usually potential interns have a lot of question, helping to reply to them is welcome 14:43:05 whoami-rajat++ 14:43:11 I'd be glad to help 14:43:33 okay, ill update the etherpad and I think it's ready 14:43:39 thanks 14:43:54 great, thanks for working on this enriquetaso 14:44:30 np! 14:44:56 let's move to the last topic of the meeting 14:45:03 #topic Skipping the tgt job on cinder-tempest-plugin 14:45:05 tosky, that's you 14:45:22 so: the cinder-tempest-plugin gates are blocked (sorry, missed that for a while) 14:45:37 originally linked to the tox 4 migration, and rosmaita proposed a fix 14:46:01 but it looks like the tgt job broke after the switch to jammy (reverting to focal it works again) 14:46:26 there are "interesting" failures in the logs but I don't know enough to debug it 14:46:43 now, the default has been lioadm for a while, and the tgt job is only executed on cinder-tempest-plugin 14:47:00 I don't want to start the discussion about removing the tgt support (even thought it may be a useful topic to discuss) 14:47:15 right now the question is: does anyone disagree making that job non-voting? 14:47:36 if there are no disagreement, I'd kindly ask rosmaita to update https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/868319 to skip it 14:47:55 and unblock cinder-tempest-plugin, and be ready to merge tons of patches which are stuck! 14:47:57 that's it 14:48:22 ah, sorry I didn't notice either 14:48:25 tosky: you mean switch the job to focal and make it non-voting? 14:48:33 or just non-voting? 14:48:45 I'm not sure it makes sense to switch back to focal, that's about testing runtimes 14:48:50 we should ask a TC member 14:48:51 uhm 14:49:11 but yeah :) I was just thinking about switching it to non-voting for now 14:49:16 so we should ask rosmaita or jungleboyj 14:49:18 if it's moved to focal, it can stay voting 14:49:46 well, the tempest runtime situation is weird because it's not branched 14:50:24 where are the failures of tgt+jammy observed? on this patch? https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/868319 14:50:35 but master cinder-tempest-plugin tests master cinder 14:50:44 so it should use jammy just like master cinder does 14:50:59 https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/873407 14:51:07 if we had branch-specific jobs for the tgt job, sure, those should use focal - but that's we already do for the lioadm jobs iirc 14:51:50 rosmaita, there the tgt job is working fine (since we switched back to focal) 14:52:24 i am not having a good morning 14:52:27 https://zuul.opendev.org/t/openstack/build/057dbfe2c06d4995a3c02bfe298851ce 14:52:28 whoami-rajat: check the comments :) 14:54:14 hmm, an iscsi login failure 14:56:48 anyway, I don't have a strong objection on making the tgt job non-voting so we can unblock the gate and in the meantime look for ways to fix it 14:57:03 but others can disagree 14:57:28 ok, I'd say: please rosmaita update the patch and see if there are -1/-2 14:57:39 ok, will do 14:58:19 cool, open discussion for 2 minutes 14:58:22 #topic open discussion 14:58:22 thanks 14:58:41 thanks for noticing the failing gate tosky ! 14:59:28 nothing specific from my side, just a few bug fixes for which I require your attention 14:59:29 https://review.opendev.org/c/openstack/cinder/+/847730 I've modified the doc that is needed, so could you please have a look at this at your most convenient? 15:00:06 i've also have a bug pending can anyone take a look https://review.opendev.org/c/openstack/cinder/+/822822 15:00:51 please focus on the review priorities of this week and also on the review request section every week 15:00:55 we're out of time 15:00:59 thanks everyone for joining 15:01:01 #endmeeting