]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorZuul <zuul@review.opendev.org>
Fri, 19 Dec 2025 22:20:08 +0000 (22:20 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 19 Dec 2025 22:20:08 +0000 (22:20 +0000)
commit7c8f4c79363d15a2bca707534ee5e678676ed1a9
tree21557aa64fe149dab2480841c6e325404543f091
parent2189ec7bfc67b794d10796aef22d54549ef73e23
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 <fesilva@redhat.com>
cinder