15:00:41 #startmeeting cinder_bs 15:00:42 Meeting started Wed Apr 14 15:00:41 2021 UTC and is due to finish in 60 minutes. The chair is enriquetaso. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:43 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:45 The meeting name has been set to 'cinder_bs' 15:00:52 #link https://etherpad.opendev.org/p/cinder-bug-squad-meeting 15:01:08 o/ 15:01:11 Hello 15:01:15 quick one today 15:01:27 We have 4 bugs related to quotas - as you can see in today's email, but luckily assigned and probably in progress- and one that I can't completely figure out but I think it's invalid. 15:01:46 #topic bug_1 "Volume backup deletion leaves orphaned files on object storage" 15:01:51 #link https://bugs.launchpad.net/cinder/+bug/1922939 15:01:53 Launchpad bug 1922939 in Cinder "Volume backup deletion leaves orphaned files on object storage" [Undecided,New] 15:01:57 Summary: Ceph  backup driver -  deleting a volume backup for a project within a domain (such as a customer domain+project), deletes the cinder record in the database, but leaves the backup files orphaned on the object storage. This leaves quite a mess when trying to clean up old backups. 15:02:16 As far as I know, It's correct that Cinder only deletes the record in the database, right? But I'm not sure about the reason I can give the reporter to close the bug, maybe harney may help me and have better paraphraser than I do. 15:02:25 eharney, ^ 15:02:43 well, it needs to delete the files on the backend when the backup is deleted 15:02:52 but the bug doesn't say what backup driver is being used so not sure what is going on there 15:03:36 oh, i guess it's the ceph backup driver 15:03:43 i think so 15:03:47 and we should ask for a debug output from openstackclient so we can see what api calls it's making 15:04:22 if it fails to delete the data from the backend, the cinder backup log should show something 15:04:30 #action enriquetaso ask for debug output from openstackclient 15:04:49 sounds good, so I won't close it as invalid then 15:05:09 also ask for lines from the c-bak log, like eric said 15:05:09 next one 15:05:18 ++ 15:06:05 #topic bug_2 "iSCSI: Flushing issues when multipath config has changed" 15:06:10 #link https://bugs.launchpad.net/os-brick/+bug/1921381 15:06:12 Launchpad bug 1921381 in os-brick ussuri "iSCSI: Flushing issues when multipath config has changed" [Critical,In progress] - Assigned to Luigi Toscano (ltoscano) 15:06:16 I know Brian mentioned it  several times, but we'd like this patch merged in stable/queens, right? 15:06:22 I've proposed a backport for stable/stein that need update: 15:06:23 #link https://review.opendev.org/c/openstack/os-brick/+/785383 15:07:04 i think we want to merge as far back as it can go 15:07:52 sounds good 15:07:55 how the heck are we getting pep8 problems in stein that didn't show up in train through wallaby? 15:08:10 good question 15:08:24 incorrect merge conflict resolution 15:08:27 <<< lines 15:08:55 i should've looked at the output! 15:09:03 yeah, that is unsafe at any speed 15:09:11 yes... used the opendev tool to backport and I hadn't manually correct them 15:09:32 did the train patch merge? 15:09:43 yes 15:09:48 #link https://review.opendev.org/c/openstack/os-brick/+/784097 15:10:52 ok, i was a little worried about that one because train supports py2 and py3 (though i didn't see anything specific to make me worry) 15:11:15 as we get into the older branches, we'll have to be more and more careful 15:11:41 true 15:12:36 i'll do the backports manually to avoid this in the future 15:13:08 that's ok, only one way to find out that there will be a problem! 15:13:13 and you found it out 15:13:38 thanks Brian 15:13:45 OK, nothing else so far 15:13:46 #topic Open Discussion 15:14:01 I've been looking for old patches but I'm still working on them 15:15:26 I'll end the meeting as I think it's all for today 15:15:58 Jon Bernard proposed openstack/cinder master: RBD: use correct stripe size in clone operation https://review.opendev.org/c/openstack/cinder/+/786260 15:16:07 #endmeeting