[pve-devel] applied: [PATCH qemu-server] Fix typo

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Feb 22 14:51:26 CET 2018


thanks applied, changed commit message title to:
migrate: task log: fix typo

On 2/21/18 9:59 AM, Herman van Rink wrote:
> From: Herman van Rink <rink at initfour.nl>
> 
> Signed-off-by: Herman van Rink <rink at initfour.nl>
> ---
>  PVE/QemuMigrate.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm
> index 937a855..7e01cb2 100644
> --- a/PVE/QemuMigrate.pm
> +++ b/PVE/QemuMigrate.pm
> @@ -650,7 +650,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);
>  	}
>      }
> 




More information about the pve-devel mailing list