[PVE-User] vzdump.conf bwlimit
Emmanuel Kasper
e.kasper at proxmox.com
Tue May 10 14:22:55 CEST 2016
On 05/10/2016 01:48 PM, Lindsay Mathieson wrote:
> Could someone clarify what the default limit is? postings online imply
> that it is 10,000Kbps but I can't find a definitive answer.
>
> Thanks,
>
Hi Lindsay
There used to be a default limit in old release but it has been removed
since at least since 4.0 IRC ( so by default vzdump now use all
available bw)
bwlimit => {
type => 'integer',
description => "Limit I/O bandwidth (KBytes per second).",
optional => 1,
minimum => 0,
default => 0, <--- this is it
},
If you're not sure about what is the default value for a parameter, the
man page has usually the correct information.
Emmanuel
More information about the pve-user
mailing list