5
0
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:
Thomas Lamprecht 2020-04-08 13:27:34 +02:00
parent 45b4c97f0f
commit e90f586aab

View File

@ -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;