storage migrate: remove remnant from rsync-based migration

rsync-based migration was replaced by import/export in commit
da72898cc6 ("migrate: only use import/export")

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
Link: https://lore.proxmox.com/20250916123257.107491-2-f.schauer@proxmox.com
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Filip Schauer
2025-09-16 14:32:46 +02:00
committed by Thomas Lamprecht
parent 5b949979f7
commit e556534459

View File

@ -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} =