From 7c8f4c79363d15a2bca707534ee5e678676ed1a9 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 19 Dec 2025 22:20:08 +0000 Subject: [PATCH] Update git submodules * Update cinder from branch 'master' to 2bdc892a023d2bbdf8e66e0e9645a86b776fcf61 - Merge "NFS driver: Fix driver fails to verify virtual size for Glance with Cinder/NFS" - NFS driver: Fix driver fails to verify virtual size for Glance with Cinder/NFS Glance images stored in Cinder with NFS as backend are sized in the Cinder database to match the data size of the Image-volume instead of the virtual_size. This prevents storage resource to be unnecessarily allocated, but may also results into errors in operations that requires checking for volume size consistency. Such checks aims to prevent users from extending NFS volumes from within the virtual machine and outside of Cinder scope, by comparing the virtual size of the NFS image with its size stored in Cinder's database. This patch changes how volume size is verified to fail only when a volume virtual size has been extended in size instead of trying to verify the exact size in bytes. Closes-Bug: #2073146 Change-Id: I5c2216b72dda6bb3316ef30b352a6a8efe3a0429 Signed-off-by: Fernando Ferraz Silva --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index bb3895590c..2bdc892a02 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit bb3895590cc58e238a6a9a67d8829484aded04f5 +Subproject commit 2bdc892a023d2bbdf8e66e0e9645a86b776fcf61 -- 2.43.0