Files
cinder/releasenotes/notes/bug-2103742-fix-fail-resize-nfs-volumes-with-snapshots-e861d69b1ae6f97d.yaml
Fernando Ferraz 53245bce31 NFS driver: Fix fail to resize NFS volume with snapshots
The NFS driver may fail to update the virtual size of the
Image-volume to the new size when it has snapshots created, due
to image_utils incorrectly rejecting qcow2 backing files as they
were not allowed.

This patch explicitly tells `image_utils.qemu_img_info` to allow
the use of qcow2 backing files when performing a extend operation.

Closes-Bug: #2103742
Change-Id: I0582daac259dbda78481b56378562350def59598
2025-06-24 16:02:05 -03:00

8 lines
258 B
YAML

---
fixes:
- |
NFS driver `bug #2103742
<https://bugs.launchpad.net/cinder/+bug/2103742>`_: Fixed issue
preventing the volume resize operation from properly updating the NFS
image virtual size with the new size when volume has snapshots.