mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge pull request #1899 from Accelerite/CLOUDSTACK-9650
CLOUDSTACK-9650: Allow starting VMs regardless of cpu/memory cluster.disablethreshold setting Fixed the scope of configuration flag 'cluster.threshold.enabled' introduced as part of PR#1812 to global * pr/1899: CLOUDSTACK-9650: Allow starting VMs regardless of cpu/memory cluster.disablethreshold setting Signed-off-by: Koushik Das <koushik@apache.org>
This commit is contained in:
commit
729ae6d186
@ -55,7 +55,7 @@ public interface DeploymentClusterPlanner extends DeploymentPlanner {
|
|||||||
"true",
|
"true",
|
||||||
"Enable/Disable cluster thresholds. If disabled, an instance can start in a cluster even though the threshold may be crossed.",
|
"Enable/Disable cluster thresholds. If disabled, an instance can start in a cluster even though the threshold may be crossed.",
|
||||||
false,
|
false,
|
||||||
ConfigKey.Scope.Zone);
|
ConfigKey.Scope.Global);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is called to determine list of possible clusters where a virtual
|
* This is called to determine list of possible clusters where a virtual
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user