migrate: task log: fix typo

Signed-off-by: Herman van Rink <rink@initfour.nl>
This commit is contained in:
Herman van Rink 2018-02-21 09:59:00 +01:00 committed by Thomas Lamprecht
parent 6ecbc0d257
commit d108cb1eb2

View File

@ -651,7 +651,7 @@ sub phase2 {
if (scalar(keys %{$self->{target_drive}}) != scalar @{$self->{online_local_volumes}});
foreach my $drive (keys %{$self->{target_drive}}){
my $nbd_uri = $self->{target_drive}->{$drive}->{nbd_uri};
$self->log('info', "$drive: start migration to to $nbd_uri");
$self->log('info', "$drive: start migration to $nbd_uri");
PVE::QemuServer::qemu_drive_mirror($vmid, $drive, $nbd_uri, $vmid, undef, $self->{storage_migration_jobs}, 1);
}
}