mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-02 17:12:42 +00:00
add description of read/writes statistics in vzdump output
since this statistics are note really described, sometimes users miss that their slow backups are caused by slow reads
This commit is contained in:
parent
2c7fc94783
commit
76312b862b
@ -468,7 +468,7 @@ sub archive {
|
||||
|
||||
my $statusline = "status: $per% ($transferred/$total), " .
|
||||
"sparse ${zero_per}% ($zero), duration $duration, " .
|
||||
"$mbps_read/$mbps_write MB/s";
|
||||
"read/write $mbps_read/$mbps_write MB/s";
|
||||
my $res = $status->{status} || 'unknown';
|
||||
if ($res ne 'active') {
|
||||
$self->loginfo($statusline);
|
||||
|
Loading…
Reference in New Issue
Block a user