From 99f3ced23caf9460c62615b78974ba45921975a4 Mon Sep 17 00:00:00 2001 From: Bastian Date: Fri, 4 Nov 2022 22:45:13 +0100 Subject: [PATCH] Fix Total Byte CCounter --- crossover | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossover b/crossover index 2dd9d4f..fd87525 100755 --- a/crossover +++ b/crossover @@ -584,7 +584,7 @@ function mirror() { #duration=$((endjob-startjob)) #echo "duration:$duration" humantime=$(date -ud "@$((endjob-startjob))" +'%H hours %M minutes %S seconds') - log info "Job Summary: Bytes transferd $(human_readable $totalbytes) for $diskcount Disks on $vmcount VMs in $humantime" + log info "Job Summary: Bytes transferred $(human_readable $perf_bytes_total) for $diskcount Disks on $vmcount VMs in $humantime" log info "VM Freeze OK/failed...: $perf_freeze_ok/$perf_freeze_failed" log info "RBD Snapshot OK/failed: $perf_ss_ok/$perf_ss_failed" log info "Full xmitted..........: $(human_readable $perf_bytes_full)"