From e8889c3fb4017338dff3d4f937f903c18205ca30 Mon Sep 17 00:00:00 2001 From: Stefan Hanreich Date: Wed, 29 Mar 2023 14:34:32 +0200 Subject: [PATCH 1/1] backup: Fix wrong unit for bandwidth limit The correct unit for the bwlimit is actually Kibibyte per second rather than Kibibit per second. Signed-off-by: Stefan Hanreich --- vzdump.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vzdump.adoc b/vzdump.adoc index ce46529..f3eadcd 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -398,7 +398,7 @@ limit. A bigger per-job limit will only overwrite the per-storage limit if you have `Data.Allocate' permissions on the affected storage. You can use the `--bwlimit ` option from the restore CLI commands -to set up a restore job specific bandwidth limit. Kibit/s is used as unit +to set up a restore job specific bandwidth limit. KiB/s is used as unit for the limit, this means passing `10240' will limit the read speed of the backup to 10 MiB/s, ensuring that the rest of the possible storage bandwidth is available for the already running virtual guests, and thus the backup -- 2.39.2