]> git.proxmox.com Git - pve-cluster.git/commitdiff
datacenter.cfg: add bwlimit
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 30 Jan 2018 08:58:22 +0000 (09:58 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 5 Feb 2018 08:51:27 +0000 (09:51 +0100)
This will define the global defaults which can be overridden
by per-storage limits.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
data/PVE/Cluster.pm

index 5fc7d8655a877b94438b7ca08963f91eb06836d6..b49fd942e53c3945262f10f089dc2c082ee4abe8 100644 (file)
@@ -1398,6 +1398,7 @@ my $datacenter_schema = {
            pattern => qr/[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?/i,
            description => 'Prefix for autogenerated MAC addresses.',
        },
+       bwlimit => PVE::JSONSchema::get_standard_option('bwlimit'),
     },
 };