From 5002e8fb31763c50886637fbf0a9f82a09d844d3 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 19 Dec 2025 17:26:35 +0000 Subject: [PATCH] Update git submodules * Update cinder from branch 'master' to ffc441fe5531a27bbc72d9eacb40c3d255f70102 - Merge "NFS driver: Set volume format for snapshot operations" - NFS driver: Set volume format for snapshot operations On snapshot operations, the NFS driver does not properly update the volume format in admin_metadata to correspond to the format of the active snaphot, as in the case of offline snapshot creation, in which the driver does update the format to match the newly created qcow2 snapshot, resulting in the resizing operation to fail due to the format mismatch in the `qemu-img resize` command. This patch fixes such behavior by updating the volume format in volume_admin_metadata whenever the active snapshot is replaced. Change-Id: I7cacdd9b78820d272058e9c35f926e23b4c87ba4 Signed-off-by: Fernando Ferraz Silva --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 616f134ba9..ffc441fe55 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 616f134ba98adbd46277334b2d6361a522662f77 +Subproject commit ffc441fe5531a27bbc72d9eacb40c3d255f70102 -- 2.43.0