]> git.proxmox.com Git - qemu-server.git/commit
fix #517: api: allow resizing qcow2 disk with snapshots
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 30 May 2023 13:52:03 +0000 (15:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 17:22:17 +0000 (19:22 +0200)
commit5c01f5917759248f6b458f1cd518ba16c67a2f9f
tree9679c353206cf17cef6e16b095c8c9d6a3bea9f1
parentd62bdac593a22a2ccc393bba7cab40adb3aa1f5d
fix #517: api: allow resizing qcow2 disk with snapshots

Support for this was added in QEMU 5.1 by commit 7fa140abf6 ("qcow2:
Allow resize of images with internal snapshots").

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/Qemu.pm