]> git.proxmox.com Git - qemu-server.git/commit
Revert "resize_vm: request new size from storage after resizing"
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 4 Mar 2020 09:51:12 +0000 (10:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 15:35:21 +0000 (17:35 +0200)
commite29e5be6ef54b4be68fbcd277225858e09f1fe43
tree7edc7c916c79d565a117e5f7018315f243dcd0ec
parentcd37203880ea6a587efe14ee362e69957f5b6ad2
Revert "resize_vm: request new size from storage after resizing"

This reverts commit b5490d8a98e5e7328eb4cebb0ae0b60e6d406c38.

When resizing a volume of a running VM, a qmp block_resize command
is issued. This is non-blocking, so the size on the storage immediately
after issuing the command might still be the old one.

This is part of the issue reported in bug #2621.

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