Wednesday, 2026-07-22

opendevreviewAnthony Galica proposed openstack/cinder master: [Hitachi] Support DRS volumes in configuration  https://review.opendev.org/c/openstack/cinder/+/98753004:11
opendevreviewAnthony Galica proposed openstack/cinder master: [Hitachi] Small documentation updates  https://review.opendev.org/c/openstack/cinder/+/99776504:20
opendevreviewAnthony Galica proposed openstack/cinder master: [Hitachi] Small documentation updates  https://review.opendev.org/c/openstack/cinder/+/99776504:39
opendevreviewAnthony Galica proposed openstack/cinder master: [Hitachi] Fix VCP-volume zombie issue on B20 storage  https://review.opendev.org/c/openstack/cinder/+/99560704:39
opendevreviewAnthony Galica proposed openstack/cinder master: [Hitachi] Add support for compression capacity saving value.  https://review.opendev.org/c/openstack/cinder/+/99768904:40
opendevreviewAnthony Galica proposed openstack/cinder master: [Hitachi] Small documentation updates  https://review.opendev.org/c/openstack/cinder/+/99776504:40
*** jgilaber__ is now known as jgilaber08:16
opendevreviewSiddharth Kumar proposed openstack/cinder master: Dell PowerFlex: Improve UT coverage  https://review.opendev.org/c/openstack/cinder/+/96135509:23
mhenis there no meeting this week either?14:04
jbernard#startmeeting cinder14:04
opendevmeetMeeting started Wed Jul 22 14:04:42 2026 UTC and is due to finish in 60 minutes.  The chair is jbernard. Information about MeetBot at http://wiki.debian.org/MeetBot.14:04
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:04
opendevmeetThe meeting name has been set to 'cinder'14:04
jbernardsorry im running a bit behind, school starts back in 2 weeks... i cannot wait :)14:05
jbernardcourtesy ping: 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 aloke_dev Anoop_Shukla erlon Jyotsna 14:05
jbernard#link https://etherpad.opendev.org/p/cinder-hibiscus-meetings14:05
jbernard#topic roll call14:06
jbernardo/14:06
mheno/14:06
sfernandhi14:06
hvlcchao1o/14:06
Jyotsnao/14:06
fqio/14:06
mhensome (incl. me) put agenda points in for last week but that meeting didn't happen, so should we move them to today?14:06
jayaanando/14:07
erlon\o14:07
erlonback from PTO14:08
jbernardmhen: yes, we could maybe just change the date14:09
jbernardetherpad is not loading for me... 14:09
jbernardnm, working now14:10
jbernard#topic perodic job checkin14:11
jbernard#link https://zuul.openstack.org/builds?project=openstack%2Fpython-cinderclient&project=openstack%2Fpython-brick-cinderclient-ext&pipeline=periodic-weekly&limit=1814:11
jbernardlooks good14:11
jbernardi think rosmaita is moving this week, but he'll be happy this is working14:11
jbernard#topic enforce_scope in cinder (RBAC)14:12
jbernardgmaan needed some patches to merge so that a requirements change could unblock14:13
jbernardi *think* we're in good shape now14:13
jbernardgmaan: please correct me if im wrong14:14
jbernard#topic enabling image/volume resize for encrypted images14:14
jbernardmhen: ^14:14
mhenhi14:14
mhenso in https://review.opendev.org/c/openstack/cinder/+/926298/comment/469d680a_7982c539/ we were asked to also take care of "resize_image()" for our image encryption implementation, which requires volume encryption14:15
mhenso far, we had been testing with ceph and lvm backends on DevStack, which do not use this function14:15
mhenwe saw nfs might be affected so we set up DevStack with nfs but encrypted volumes fail due to nfs not supporting encrypted volumes at all, so we cannot test / develop with this backend14:15
mhenthe remaining backends using this mechanism all seem proprietary: dell (nfs), vzstorage, quobyte, vmstore (nfs), ibm/gpfs, netapp (nfs)14:15
mhenit seems that "qemu-img resize" is called in most of the affected code paths but encryption keys are never passed to it; so we started wondering if any of those support volume encryption like this at all in the current state14:16
jbernardeharney: ^ you may have some familiarity14:16
eharneythe generic nfs driver has an implementation of encrypted volumes which basically works, but i think there are still a couple of issues to sort out with it14:18
eharneyi would not be surprised if there are gaps around resize14:18
jbernardfor the backends, you should be able to see both the destack config and tests run, i wonder if any of them show what you're looking for in their logs14:18
mhenI ran into issues with nfs and asked here in this channel, this was the response:14:18
mhen"tosky_ mhen: encryption is not supported with NFS. I can't find the bug but it is a known issue"14:19
mheni.e. "driver.copy_image_to_encrypted_volume()" failing with "error while converting raw: Cannot grow device files"14:19
mheneven creation of encrypted volume fails with nfs in DevStack14:19
eharneyhmm, it shouldn't, probably something we need to look into14:20
mhenI simply created an encrypted volume type with nfs backend and then a volume with the basic CirrOS image (qcow2) present on DevStack. Also tried raw image version, same story.14:21
jbernarddo any vendors here happen to know if you're testing encryption+resize?14:21
eharneythis area has been neglected for a little bit, but filing specific bugs would be useful (especially for the generic driver)14:23
mhenI could file a bug for the DevStack nfs part14:24
jayaanandI am not aware of any limitation from NetApp14:24
jayaanandIn-use NFS resize is having limitation from Nova side locking14:25
jbernardthis does highlight one of our primary reasons for having vendor CI, the ability to make a core cinder change and have confidence that we aren't negatively impacting any drivers.  is it safe to assume that all of teh CIs reporting on the patch look okay?14:25
mhenI haven't looked in a while but I don't think so. This was a discussion way back we had about this patchset.14:26
mhenBecause we couldn't judge if it was our fault that the vendor CIs failed and back then we agreed to focus on the vanilla stuff.14:27
mhen(mostly because logs were inaccessible to us, amongst other issues)14:27
mhenanyway, we would need something we can develop against locally on a DevStack to address the review remark14:28
mhenblindly guessing necessary changes and waiting for vendor CIs to report back doesn't seem feasible to me14:29
jbernardi agree14:31
mhenis there anything non-proprietary aside from nfs that would be applicable?14:32
* jbernard is looking14:32
mhen(or is waiting for nfs to be fixed our only option?)14:32
jbernardlooks like nfs is the only non-proprietary option14:33
mhenok14:33
jbernardvendors are responsible for test coverage and providing logs14:34
mhenI'll file the bug report about nfs+encryption asap14:34
jbernardyeah, that's the right thing to do14:34
mhenack14:34
jbernardeharney: to clarify, we should be able to reach the resize_image() code path through this patch when configured corectly?14:36
jbernardeharney: assuming mhen's bug gets resolved14:36
eharneywill have to check later on14:37
jbernardeharney: iow, there's no theoretical limitation, there just may be additional bugs that need to be sorted14:37
jbernardok14:38
jbernard#topic open discussion14:39
fqiCould you please review these patches for the "retype volume including snapshots" feature?14:41
fqiCinder-spec:https://review.opendev.org/c/openstack/cinder-specs/+/98932214:41
fqiWe found two issues related to volume retype with migration between an LVM backend and a generic NFS backend https://bugs.launchpad.net/cinder/+bug/216020614:41
fqiHere are the patches to fix the issues.14:42
fqihttps://review.opendev.org/c/openstack/cinder/+/99672814:42
fqihttps://review.opendev.org/c/openstack/cinder/+/99672714:42
JyotsnaHPE Alletra MP new driver patch - https://review.opendev.org/c/openstack/cinder/+/969373 Recieved +2 and awaiting another +2 from reviewers and merge 14:42
Jyotsnahttps://review.opendev.org/c/openstack/requirements/+/974322 Received +1 and waiting for +2 and merge14:43
JyotsnaWe lost +2 from Brian Rosmaita after rework from suggested from <eharney> Now <eharney> has approved driver patch with +2 so we need Brian's +2 again 14:45
JyotsnaAs we are apporaching towards final merge we request core reviewers to provide +2 and bless new driver to make it for merge 14:47
jbernardack14:47
erlonJyotsna: will check that one later14:48
Jyotsnathanks erlon 14:48
aloke_devInfoScale Cinder driver patch: https://review.opendev.org/c/openstack/cinder/+/986072. We have built our inhouse CI and it is up and reported latest run status on that PR and ZUUL build is clean. The PR has got +1. Waiting for feedback from core reviewers for moving this toward +2.14:49
jbernardok, last call for discussion14:57
jbernardthank you everyone14:59
jbernard#endmeeting14:59
opendevmeetMeeting ended Wed Jul 22 14:59:25 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:59
opendevmeetMinutes:        https://meetings.opendev.org/meetings/cinder/2026/cinder.2026-07-22-14.04.html14:59
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/cinder/2026/cinder.2026-07-22-14.04.txt14:59
opendevmeetLog:            https://meetings.opendev.org/meetings/cinder/2026/cinder.2026-07-22-14.04.log.html14:59
opendevreviewEric Harney proposed openstack/cinder master: Tests: Mock sleep in Fujitsu driver unit test  https://review.opendev.org/c/openstack/cinder/+/92553515:02
opendevreviewSailaja Mada proposed openstack/cinder master: Support for Fibre Channel (FC) as the data plane transport for SnapMirror replication  https://review.opendev.org/c/openstack/cinder/+/99659915:37
*** erlon3 is now known as erlon17:06
opendevreviewHao Wang proposed openstack/cinder master: Support flattening volume when cloning from image  https://review.opendev.org/c/openstack/cinder/+/99835218:02
gouthamrjbernard: rosmaita: could you please ack/update https://review.opendev.org/c/openstack/governance/+/996563 please? 18:58
opendevreviewMerged openstack/cinder master: Replace usage of undocumented logging.WARN  https://review.opendev.org/c/openstack/cinder/+/97754019:40
opendevreviewMerged openstack/cinder master: [Everpure]: report provisioned capacity under correct stat key  https://review.opendev.org/c/openstack/cinder/+/99416520:24
opendevreviewMerged openstack/cinder master: Tests: Remove duplicate key in qos dict  https://review.opendev.org/c/openstack/cinder/+/96356820:25
opendevreviewFuli Qi proposed openstack/cinder master: WIP: api: add microversion for snapshot-aware retype  https://review.opendev.org/c/openstack/cinder/+/99490221:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: policy: add rule for snapshot-aware retype  https://review.opendev.org/c/openstack/cinder/+/99490321:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: api: add max_snapshots_per_migration config option  https://review.opendev.org/c/openstack/cinder/+/99490421:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: preflight snapshot-aware retype  https://review.opendev.org/c/openstack/cinder/+/99490521:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: block snapshot ops during retype  https://review.opendev.org/c/openstack/cinder/+/99490621:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: route snapshot retype to generic migration  https://review.opendev.org/c/openstack/cinder/+/99490721:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: add migrated snapshot update plumbing  https://review.opendev.org/c/openstack/cinder/+/99490821:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: rebuild one snapshot into a staging destination snapshot  https://review.opendev.org/c/openstack/cinder/+/99490921:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: add driver hook for snapshot retype data copy  https://review.opendev.org/c/openstack/cinder/+/99491021:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: refactor migrate_volume driver path  https://review.opendev.org/c/openstack/cinder/+/99491121:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: volume: orchestrate generic snapshot retype  https://review.opendev.org/c/openstack/cinder/+/99491221:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: scheduler: require snapshot migration capable retype backends  https://review.opendev.org/c/openstack/cinder/+/99491321:13
opendevreviewFuli Qi proposed openstack/cinder master: WIP: lvm: support migrated snapshot rename  https://review.opendev.org/c/openstack/cinder/+/99491421:13

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!