[pve-devel] [PATCH cluster] add 'max_workers' to datacenter.cfg
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Feb 10 11:58:23 CET 2016
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
data/PVE/Cluster.pm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 27e248f..5a93f79 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -1327,6 +1327,13 @@ my $datacenter_schema = {
format => 'email-opt',
description => "Specify email address to send notification from (default is root@\$hostname)",
},
+ max_workers => {
+ optional => 1,
+ type => 'integer',
+ minimum => 1,
+ description => "Defines how many workers (per node) are maximal started ".
+ " on actions like 'stopall VMs' or task from the ha-manager.",
+ },
},
};
--
2.1.4
More information about the pve-devel
mailing list