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

_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to