From e55653445919d7e776778127d0fc94fbd02d9f5a Mon Sep 17 00:00:00 2001 From: Filip Schauer Date: Tue, 16 Sep 2025 14:32:46 +0200 Subject: [PATCH] storage migrate: remove remnant from rsync-based migration rsync-based migration was replaced by import/export in commit da72898cc65b ("migrate: only use import/export") Signed-off-by: Filip Schauer Link: https://lore.proxmox.com/20250916123257.107491-2-f.schauer@proxmox.com Signed-off-by: Thomas Lamprecht --- src/PVE/Storage.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PVE/Storage.pm b/src/PVE/Storage.pm index 2fe995d..2d080c2 100755 --- a/src/PVE/Storage.pm +++ b/src/PVE/Storage.pm @@ -943,8 +943,6 @@ sub storage_migrate { my $target_ip = $target_sshinfo->{ip}; my $ssh = PVE::SSHInfo::ssh_info_to_command($target_sshinfo); - my $ssh_base = PVE::SSHInfo::ssh_info_to_command_base($target_sshinfo); - local $ENV{RSYNC_RSH} = PVE::Tools::cmd2string($ssh_base); if (!defined($opts->{snapshot})) { $opts->{migration_snapshot} =