storage_migrate: another ipv6 fix for an rsync command

This commit is contained in:
Wolfgang Bumiller
2016-01-28 09:33:48 +01:00
committed by Dietmar Maurer
parent a70130912e
commit 2d080bb88d

View File

@ -476,7 +476,7 @@ sub storage_migrate {
}
my $cmd = ['/usr/bin/rsync', '--progress', '--sparse', '--whole-file',
$src, "root\@${target_host}:$dst"];
$src, "[root\@${target_host}]:$dst"];
my $percent = -1;