]> git.proxmox.com Git - qemu-server.git/commit
resize_vm: request new size from storage after resizing
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 13 Jan 2020 10:47:43 +0000 (11:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 7 Feb 2020 12:37:54 +0000 (13:37 +0100)
commitb5490d8a98e5e7328eb4cebb0ae0b60e6d406c38
tree35c50a966a523760ddaaf761d13b6bb7e0c741f2
parent65af8c312e685eaf50ca2e6d2f733231873a22c5
resize_vm: request new size from storage after resizing

Because of alignment and rounding in the storage backend, the effective
size might not match the 'newsize' parameter we passed along.

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