mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-14 05:47:43 +00:00
fix #1071: VMs with IOThread enabled disks can now be backed up
Thanks to Dietmars patch[0] those VMs can now be backed up successfully, so remove this aborting check. [0]: https://git.proxmox.com/?p=pve-qemu.git;a=commit;h=69cb18950a705b54f438f4659b603b3f52901c2f Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Tested-By: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
edcbf953ab
commit
6b4b369fe3
@ -73,8 +73,6 @@ 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