storage_migrate: another ipv6 fix for an rsync command
This commit is contained in:
committed by
Dietmar Maurer
parent
a70130912e
commit
2d080bb88d
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user