15:01:49 #startmeeting cinder_bs 15:01:49 Meeting started Wed Jul 20 15:01:49 2022 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:49 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:01:49 The meeting name has been set to 'cinder_bs' 15:02:04 Welcome back to the Cinder Bug Meeting 15:02:17 Cinder has 6 new bugs reported. Mostly low bugs: 15:02:26 #topic Infinidat 15:02:38 Cinder has two bugs regarding Infinidat and one of them it's kind of a big bug: 15:02:46 "Infinidat Cinder driver multi-attach feature is broken" 15:02:51 #link https://bugs.launchpad.net/cinder/+bug/1982350 15:03:00 I think many drivers have made the same mistake in their multiattach implementations. This is a sign that we need a tempest test that actually tests multiattach 15:03:12 enriquetaso: ++ 15:03:15 eharney ^ 15:03:16 i tossed up https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/850526 but it probably doesn't work yet 15:03:34 #link https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/850526 15:03:44 thanks eric! 15:03:45 Please keep an eye on this test so we can merge it as soon as possible. 15:04:36 maybe infinidat team would like to add some comments to this ? :) 15:05:08 The second one is 15:05:13 "Infinidat Cinder driver ignores driver_use_ssl option" 15:05:19 #link https://bugs.launchpad.net/cinder/+bug/1981982 15:05:26 It has a fix proposed to master, feel free to review it! 15:06:50 ok 15:06:56 infinidat also has https://review.opendev.org/c/openstack/cinder/+/849022 up which needs review, maybe someone looking at these reviews should hit all of them together 15:08:33 sounds good 15:08:50 Next, we have 3 generic-NFS and remotefs related bugs: 15:09:04 #topic NFS Backup driver doesn't remove empty directories on backup deletion. 15:09:06 #link https://bugs.launchpad.net/cinder/+bug/1982032 15:09:15 whoami-rajat: Using cinder backup with NFS backend, everything works fine, except that when we delete a backup the actual "content" of the backup gets deleted but not the directory structure on the NFS share 15:09:32 Fix proposed to master: 15:09:34 #link https://review.opendev.org/c/openstack/cinder/+/804603 15:09:49 i called out some issues w/ race conditions on the patch, need to go look at rajat's updates and see if i can find any further concerns 15:09:59 yeah, I've revised with some of eharney's suggestions 15:10:17 thanks eharney 15:12:24 thanks 15:12:25 #topic [NFS] Nova raises an error on the server to resize command 15:12:34 https://bugs.launchpad.net/cinder/+bug/1981562 15:12:39 #link https://bugs.launchpad.net/cinder/+bug/1981562 15:12:50 I have not been able to look into it more, so I am not sure if there is anything to do from the cinder side. I have a devstack+nfs so I'll try this out today. 15:14:19 yeah, we need to determine if this is doing something that is not intended to be supported 15:14:23 a closer look would be good 15:15:18 #action (enriquetaso) take a closer look and reproduce bug1981562 15:15:22 The last one is incomplete and waiting from the reporter side but I'd like to mention it 15:15:32 #topic RemoteFs: Unexcepted error while running the command. 15:15:39 #link https://bugs.launchpad.net/cinder/+bug/1981961 15:16:10 we should be able to understand this one just by looking at the code 15:16:22 does the nfs driver call mkdir via rootwrap? if so it needs to be in the volume.filters file 15:18:00 OK, so it's not a incomplete bug 15:18:19 it's a valid bug 15:18:23 i think only os-brick calls mkdir, so this is probably not the right fix, but unclear what is going on 15:18:49 #link https://review.opendev.org/c/openstack/cinder/+/850142 15:19:55 OK, maybe we can discuss it later in this week? 15:20:08 sure 15:20:48 it would repro on generic nfs, but may depend on how they have it configured 15:20:59 obviously our gate job is setup in a way where mkdir works 15:21:00 I'm not completely aware of what the fix want's to achieve, but since I have the nfs devstack maybe I can check this as well 15:21:15 makes sense 15:21:33 thanks Eric 15:21:44 yes, mkdir being run as root needs to be done, but the code that does that is in brick, and there is a privsep layer involved there instead of just rootwrap etc, need to peel back the onion a bit 15:22:28 okay 15:22:48 eharney++ 15:22:49 OK, moving one. The last bug of the day is from Storwize 15:22:55 #topic [storwize] Driver Initialization error w.r.t default portset 15:23:01 #link https://bugs.launchpad.net/cinder/+bug/1982078 15:23:07 Driver initialization failed with the below error: 15:23:16 ERROR cinder.volume.manager cinder.exception.InvalidInput: Invalid input received: The storage device does not support iSCSI. Please configure the device to support iSCSI or switch to a driver using a different protocol. 15:23:23 There's a fix proposed to master 15:23:31 #link https://review.opendev.org/c/openstack/cinder/+/850310 15:24:10 #topic open discussion 15:24:20 Please feel free to mention bugs now 15:24:53 https://bugs.launchpad.net/cinder/+bug/1973228 is one that could use some review 15:25:46 #link https://review.opendev.org/c/openstack/cinder/+/842237 15:26:04 Please Cinder team review ^ 15:26:08 i'll do it 15:26:34 it's a medium size bug 15:28:21 There is a tempest bug affecting some CIs, maybe relevant if someone is digging into the multi-attach bug from earlier: https://bugs.launchpad.net/tempest/+bug/1980816 15:30:15 i don't know enough about tempest to really understand that bug, but good to know about 15:31:08 oh, thanks for sharing that dwhite44 i'll keep an eye on bug1980816 15:31:23 thanks everyone! 15:31:42 hello? 15:31:46 #endmeeting