]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Fri, 19 Dec 2025 17:26:35 +0000 (17:26 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 19 Dec 2025 17:26:35 +0000 (17:26 +0000)
commit5002e8fb31763c50886637fbf0a9f82a09d844d3
tree64cd7e91baf03f120a1f801a41aacbc4a6c898f2
parent3b2a72924629edea3f022cc9a67e2e4b1f08db91
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 <fesilva@redhat.com>
cinder