]> git.proxmox.com Git - pve-storage.git/commitdiff
Remove unused string
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 29 Jan 2020 13:30:00 +0000 (14:30 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 5 Feb 2020 07:50:14 +0000 (08:50 +0100)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm

index 0bd103e914c1512e318c6a14e77c070673ecdaea..5fefa066c4c2ace406c631f835bab40fc75a0d29 100755 (executable)
@@ -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);