mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-25 23:19:43 +00:00
migrate: task log: fix typo
Signed-off-by: Herman van Rink <rink@initfour.nl>
This commit is contained in:
parent
6ecbc0d257
commit
d108cb1eb2
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user