[pve-devel] [PATCH qemu-server 1/2] migration: avoid crash with heavy IO on local VM disk

Thomas Lamprecht t.lamprecht at proxmox.com
Thu May 23 11:29:47 CEST 2024


Am 23/05/2024 um 11:08 schrieb Fabian Grünbichler:
>> +	my $kvm_version = PVE::QemuServer::kvm_user_version();
> wouldn't this need to check the *running* qemu binary for the migrated
> VM, not the *installed* qemu binary on the system?

Yes, this would need to check the running QEMU version via QMP,
as otherwise, the new command will be also get issued to VMs
started before the updated, which then will fail.




More information about the pve-devel mailing list