mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2024-12-23 17:34:10 +03:00
replicaiton: log rate and transport type
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
45b4c97f0f
commit
e90f586aab
@ -312,6 +312,9 @@ sub replicate {
|
||||
my $rate = $jobcfg->{rate};
|
||||
my $insecure = $migration_type eq 'insecure';
|
||||
|
||||
$logfunc->("using $migration_type transmission, rate limit: "
|
||||
. ($rate ? "$rate MByte/s" : "none"));
|
||||
|
||||
foreach my $volid (@$sorted_volids) {
|
||||
my $base_snapname;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user