5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-08 21:18:03 +03:00

followup: improve error message for outdated QEMU version

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-10 11:06:17 +01:00
parent a77a53ae54
commit cbb39a7e79

View File

@ -3473,7 +3473,7 @@ sub config_to_command {
$kvm //= 1 if is_native($arch);
$machine_version =~ m/(\d+)\.(\d+)/;
die "QEMU version $kvmver is too old to run machine type $machine_type\n"
die "Installed QEMU version '$kvmver' is too old to run machine type '$machine_type', please upgrade node '$nodename'\n"
if !PVE::QemuServer::min_version($kvmver, $1, $2);
if ($kvm) {