]> git.proxmox.com Git - qemu-server.git/commitdiff
import: remove useless typoed error message
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 11 Mar 2024 13:19:51 +0000 (14:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2024 12:37:16 +0000 (13:37 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm

index dc0f9c7a33a8bd168a94c36a0c9801e3d9f211d2..8d0ed22cc5d016a56a9c4c2abe0b67a422948f0a 100644 (file)
@@ -7298,9 +7298,6 @@ sub pbs_live_restore {
 sub live_import_from_files {
     my ($mapping, $vmid, $conf, $restore_options) = @_;
 
-    die "only live-restore is implemented for restirng from files\n"
-       if !$restore_options->{live};
-
     my $live_restore_backing = {};
     for my $dev (keys %$mapping) {
        die "disk not support for live-restoring: '$dev'\n"