From 94dd8b0cfadd424d56ec04197118f1938c2f3260 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Wed, 29 Jan 2020 14:30:00 +0100 Subject: [PATCH] Remove unused string Signed-off-by: Fabian Ebner --- PVE/Storage.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 0bd103e..5fefa06 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -573,7 +573,6 @@ sub storage_migrate { my $target_volid = "${target_storeid}:${target_volname}"; my $target_ip = $target_sshinfo->{ip}; - my $errstr = "unable to migrate '$volid' to '${target_volid}' on host '$target_sshinfo->{name}'"; my $ssh = PVE::SSHInfo::ssh_info_to_command($target_sshinfo); my $ssh_base = PVE::SSHInfo::ssh_info_to_command_base($target_sshinfo);