bandwidth limits

michabbs

Active Member
May 5, 2020
138
20
38
Code:
bwlimit: [clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]
Set I/O bandwidth limit for various operations (in KiB/s).

clone=<LIMIT>
bandwidth limit in KiB/s for cloning disks

default=<LIMIT>
default bandwidth limit in KiB/s

migration=<LIMIT>
bandwidth limit in KiB/s for migrating guests (including moving local disks)

move=<LIMIT>
bandwidth limit in KiB/s for moving disks

restore=<LIMIT>
bandwidth limit in KiB/s for restoring guests from backups

Which of these limits applies for migration jobs?
Are the limits "per job" or "collectively for all jobs per node"?
 
Hi,
the migration limit applies for migration or if not explicitly set, the default limit. The limits are per job.
 
Replication and backup jobs use the limits defined in the respective job configuration.