From 76312b862b2d75265bedbe8c473af6cb009abd8b Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Tue, 2 May 2017 11:26:53 +0200 Subject: [PATCH] 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 --- PVE/VZDump/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/VZDump/QemuServer.pm b/PVE/VZDump/QemuServer.pm index da3ee06b..65ca09d0 100644 --- a/PVE/VZDump/QemuServer.pm +++ b/PVE/VZDump/QemuServer.pm @@ -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);