From de9e55083256756271a1cc84ca60e044858ecfc4 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 6 Mar 2024 18:12:13 +0000 Subject: [PATCH] Update git submodules * Update cinder from branch 'master' to c7f2f613075e66b84d98a84fa4202f7cab0aa472 - Merge "[NetApp] LUN space allocation support" - [NetApp] LUN space allocation support Space allocation is an important NetApp driver specific feature. This needs to be set when the cinder volume is created. This is not related to thin/thick provisioning feature of cinder volumes.It is independent of that. It enables ONTAP to reclaim space automatically when host deletes data.This helps ONTAP and host to see the actual space correctly when the host deletes data. It also helps to keep a LUN (cinder volume) online when the LUN (cinder volume) in ontap runs out of space and containing volume (in ONTAP) cannot automatically grow more space. User can configure it by using volume type extra spec. By default Space allocation value is disabled for ONTAP LUN netapp:space_allocation: " True" # to enable space allocation netapp:space_allocation: " False" # to disable space allocation Blueprint: netapp-space-allocation-support Change-Id: Ib7072f3093067ecd8ad84e396aaecec8f15c49ba --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 59a789dfe4..c7f2f61307 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 59a789dfe4026566b6ca75ab6c540ea1a63f6245 +Subproject commit c7f2f613075e66b84d98a84fa4202f7cab0aa472