[pve-devel] qemu-kvm online resize with device-backed storage

Dietmar Maurer dietmar at proxmox.com
Thu Jan 12 11:57:21 CET 2017


> So maybe we could do something like
> -    vm_mon_cmd($vmid, "block_resize", device => $deviceid, size => 
> int($size));
> +    vm_mon_cmd($vmid, "block_resize", device => $deviceid, size => 
> ceil($size/1024/1024) . "M");
> in PVE::QemuServer::qemu_block_resize() as workaround?

Looks like a qemu bug? If so, it would prefer to fix it there.




More information about the pve-devel mailing list