14:39:00 <enriquetaso_> #startmeeting cinder_bs
14:39:00 <opendevmeet> Meeting started Wed Jul 28 14:39:00 2021 UTC and is due to finish in 60 minutes.  The chair is enriquetaso_. Information about MeetBot at http://wiki.debian.org/MeetBot.
14:39:00 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
14:39:00 <opendevmeet> The meeting name has been set to 'cinder_bs'
14:40:00 <enriquetaso_> #topic bug_1: extra_capabilities not added to pool stats
14:40:09 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1937086
14:41:02 <enriquetaso_> Summary: When a driver section is configured with the extra_capabilities entry and the driver is reporting pools in get_volume_stats, the extra_capabilities are not added to each pool entry.
14:42:10 <simondodsley> Patch for this: https://review.opendev.org/c/openstack/cinder/+/801633
14:42:48 <enriquetaso_> thanks
14:43:11 <enriquetaso_> #action (enriquetaso) in addition  would be nice to ask gorka.
14:44:10 <enriquetaso_> #action (enriquetaso) the fix should have the closes-bug in the commit msg
14:44:15 <enriquetaso_> #topic bug_2: retype available volume fails with non root file access
14:44:32 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1938196
14:45:53 <eharney> this sounds related to the usual problems around use of the nas_secure options -- we should probably fix it
14:45:57 <enriquetaso_> summary The reporter uses Netapp nfs and is configured that only one cinder user (by uid) can write to this share.
14:45:57 <enriquetaso_> When running retype on a volume not in-use, it fails, because the manager.py asks to be executed as root. But root is not allowed to write to that nfs share.
14:47:00 <enriquetaso_> eharney,  nas_secure option is nfs specific option?
14:47:08 <eharney> yes
14:48:36 <enriquetaso_> #action (enriquetaso) add the nas_secure option to the launchpad bug.
14:48:38 <eharney> it's nfs/remotefs specific, most users just won't hit it because they are running with a configuration where everything is done as root
14:49:23 <eharney> the nas_secure options to run as a non-root user have had endless problems because they aren't well tested and have never been very robust, presumably the reporter is using that configuration
14:50:26 <enriquetaso_> #topic bug_3: misleading message about api version negotiation
14:50:39 <enriquetaso_> #link https://bugs.launchpad.net/python-cinderclient/+bug/1938203
14:51:23 <enriquetaso_> Summary: In the scenario where cinderclient supports a maximum API version of 3.64, but the server supports 3.65, the client will say "downgrading to 3.64 based on server support". This is wrong because it is downgrading based on the client, not the server support.
14:52:13 <enriquetaso_> #topic bug_4: when the backend does not support consistency groups, creating generic groups is successful and because of this Can't delete the consistency group, which this group backend does not support
14:52:24 <enriquetaso_> #link https://bugs.launchpad.net/cinder/+bug/1938240
14:52:24 <enriquetaso_> #link  https://bugs.launchpad.net/cinder/+bug/1938256
14:54:25 <enriquetaso_> #topic open discussion
14:57:12 <enriquetaso_> #endmeeting