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:
committed by
Thomas Lamprecht
parent
5b949979f7
commit
e556534459
@ -943,8 +943,6 @@ sub storage_migrate {
|
|||||||
my $target_ip = $target_sshinfo->{ip};
|
my $target_ip = $target_sshinfo->{ip};
|
||||||
|
|
||||||
my $ssh = PVE::SSHInfo::ssh_info_to_command($target_sshinfo);
|
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})) {
|
if (!defined($opts->{snapshot})) {
|
||||||
$opts->{migration_snapshot} =
|
$opts->{migration_snapshot} =
|
||||||
|
|||||||
Reference in New Issue
Block a user