[pve-devel] [PATCH cluster] datacenter.cfg: add bwlimit
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Jan 30 16:34:40 CET 2018
This will define the global defaults which can be overridden
by per-storage limits.
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
data/PVE/Cluster.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 5fc7d86..b49fd94 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -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'),
},
};
--
2.11.0
More information about the pve-devel
mailing list