mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-27 23:45:23 +00:00
Revert "fix #1071: VMs with IOThread enabled disks can now be backed up"
This reverts commit 6b4b369fe3
.
This commit is contained in:
parent
93a7923868
commit
8266bc59db
@ -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}) {
|
||||
|
Loading…
Reference in New Issue
Block a user