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

Dmitry Petuhov mityapetuhov at gmail.com
Thu Jan 12 12:07:03 CET 2017


12.01.2017 13:57, Dietmar Maurer пишет:
>> 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.
>
Yes, that's qemu bug, but it was reported in 2014 and still not fixed, 
so it may never be fixed.






More information about the pve-devel mailing list