mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-14 18:27:32 +00:00
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 <s.hanreich@proxmox.com>
This commit is contained in:
parent
363c7a1d45
commit
e8889c3fb4
@ -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 have `Data.Allocate' permissions on the affected storage.
|
||||||
|
|
||||||
You can use the `--bwlimit <integer>` option from the restore CLI commands
|
You can use the `--bwlimit <integer>` 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
|
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
|
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
|
is available for the already running virtual guests, and thus the backup
|
||||||
|
Loading…
Reference in New Issue
Block a user