Revert "fix #1071: VMs with IOThread enabled disks can now be backed up"

This reverts commit 6b4b369fe3.
This commit is contained in:
Thomas Lamprecht 2019-10-23 09:31:51 +02:00
parent 93a7923868
commit 8266bc59db

View File

@ -73,6 +73,8 @@ sub prepare {
if (defined($drive->{backup}) && !$drive->{backup}) {
$self->loginfo("exclude disk '$ds' '$volid' (backup=no)");
return;
} elsif ($drive->{iothread}) {
die "disk '$ds' '$volid' (iothread=on) can't use backup feature currently. Please set backup=no for this drive";
} else {
my $log = "include disk '$ds' '$volid'";
if (defined $drive->{size}) {